Go to the documentation of this file.
   26 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_CONFIG_H 
   29 #define TE_ATTRIBUTEFILL_MODULE_NAME "te.attributefill" 
   48     #pragma warning( disable : 4251 ) 
   49     #pragma warning( disable : 4275 ) 
   50     #pragma warning( disable : 4290 ) 
   53   #ifdef TEATTRIBUTEFILLSTATIC 
   54     #define TEATTRIBUTEFILLEXPORT                          // Don't need to export/import... it is a static library 
   55   #elif TEATTRIBUTEFILLDLL 
   56     #define TEATTRIBUTEFILLEXPORT  __declspec(dllexport)   // export DLL information 
   58     #define TEATTRIBUTEFILLEXPORT  __declspec(dllimport)   // import DLL information 
   61   #define TEATTRIBUTEFILLEXPORT 
   66 #endif  // __TERRALIB_ATTRIBUTEFILL_INTERNAL_CONFIG_H