Parent Directory
|
Revision Log
Removed 'interface' directory in trunk/pygtk/interface (moved everything up a level) Made corresponding changes to SCons* and spec files.
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 | #define ASC_BUILDING_INTERFACE |
15 | |
16 | #endif |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |