Parent Directory
|
Revision Log
Reduced some runtime debug messages from Python and C++ and base/generic/compiler/type_descio.c. Fixed up support for GCC Visibility and add SCons 'sniffer' for this. Fixed a bug with 'fileopenpath' in PyGTK interface (File->Open location is remembered from last time). Fixed a bug with missing includes in C++.
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 ASC_BUILDING_INTERFACE |
9 | extern "C"{ |
10 | #include <utilities/ascConfig.h> |
11 | } |
12 | |
13 | #define DEFAULT_ASCENDLIBRARY "@DEFAULT_ASCENDLIBRARY@" |
14 | |
15 | #if @ASCXX_USE_PYTHON@ |
16 | # define ASCXX_USE_PYTHON |
17 | #endif |
18 | |
19 | #endif |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |