Parent Directory | Revision Log
Merging in refactor of the C++ code, which is moved out of 'pygtk' and into 'ascxx'. Adding support for IPOPT 3.9.1, the current latest version. Support in dtar for parallel builds (possibly needs some testing still).
1 | // This file will be processed by SCons and output as config.h. |
2 | // Don't edit this file unless it's named 'config.h.in' unless |
3 | // it doesn't bother you that your changes will be IGNORED! |
4 | |
5 | #ifndef ASCXX_CONFIG_H |
6 | #define ASCXX_CONFIG_H |
7 | |
8 | #define DEFAULT_ASCENDLIBRARY "@DEFAULT_ASCENDLIBRARY@" |
9 | |
10 | #if @ASCXX_USE_PYTHON@ |
11 | # define ASCXX_USE_PYTHON |
12 | #endif |
13 | |
14 | #ifndef ASC_WITH_GRAPHVIZ |
15 | /* #define ASC_WITH_GRAPHVIZ @ASC_WITH_GRAPHVIZ@ */ |
16 | #endif |
17 | |
18 | #define ASC_BUILDING_INTERFACE |
19 | |
20 | #endif |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |