6663b6c9
adorian
projet complet av...
|
1
2
3
4
5
6
7
8
|
#define giac_html_location "/usr/local/share/giac/doc/"
#define giac_aide_location "/usr/local/share/giac/aide_cas"
#ifdef __APPLE__
#define giac_locale_location "/Applications/usr/share/locale/"
#else
#define giac_locale_location "/usr/local/share/locale/"
#endif
#define giac_gnuplot_location ""
|