Parent Directory
|
Revision Log
Fixed SCons build to do output of config file 'config.py' require by PyGTK GUI. Removed requirement for 'config.h' from the C++ file and instead supplied required flags via compiler commandline.
1 | # This file will be processed by autoconf and output as config.py. |
2 | # If the file you are looking at now is named 'config.py' then be |
3 | # aware that YOUR CHANGES WILL BE LOST if you run './configure'. |
4 | |
5 | HELPROOT = "@HELP_ROOT@" |
6 | WEBHELPROOT = "@WEBHELPROOT@" |
7 | GLADE_FILE = "@GLADE_FILE@" |
8 | DEFAULT_LIBRARY = "@ASCEND_DEFAULTLIBRARY@" |
9 | |
10 | # The SVG icons that are OK on GNOME are not OK on Windows |
11 | ASCEND_ICON = "@ASCEND_ICON@" |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |