Go to the documentation of this file.
   26 #ifndef __TERRALIB_CELLSPACE_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_CELLSPACE_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_CELLSPACE_MODULE_NAME "te.cellspace" 
   51     #pragma warning( disable : 4251 ) 
   52     #pragma warning( disable : 4275 ) 
   53     #pragma warning( disable : 4290 ) 
   56   #ifdef TECELLSPACESTATIC 
   57     #define TECELLSPACEEXPORT                          // Don't need to export/import... it is a static library 
   59     #define TECELLSPACEEXPORT  __declspec(dllexport)   // export DLL information 
   61     #define TECELLSPACEEXPORT  __declspec(dllimport)   // import DLL information 
   64   #define TECELLSPACEEXPORT 
   69 #endif  // __TERRALIB_CELLSPACE_INTERNAL_CONFIG_H