00001 /* 00002 * Here is where system computed values get stored. 00003 * These values should only change when the target compile platform changes. 00004 */ 00005 00006 #if defined(WIN32) && !defined(VTKSLICER_STATIC) 00007 #pragma warning ( disable : 4275 ) 00008 #endif 00009 00010 /* #undef CMAKE_WORDS_BIGENDIAN */ 00011 #ifdef CMAKE_WORDS_BIGENDIAN 00012 #define WORDS_BIGENDIAN 00013 #else 00014 #define WORDS_LITTLEENDIAN 00015 #endif 00016 00017 #define BUILD_SHARED_LIBS 00018 #ifndef BUILD_SHARED_LIBS 00019 #define VTKSLICER_STATIC 00020 #endif
1.6.1