Go to the documentation of this file.
   26 #ifndef __TERRALIB_RP_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_RP_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_RP_MODULE_NAME "te.rasterprocessing" 
   44 #define TE_RP_TEXT_DOMAIN "terasterprocessing" 
   51 #define TE_RP_TEXT_DOMAIN_DIR "locale" 
   58 #define TR_RP(message) TR(message, TE_RP_TEXT_DOMAIN) 
   76 #if TE_PLATFORM == TE_PLATFORMCODE_MSWINDOWS 
   78   #if TE_COMPILER == TE_COMPILERCODE_VCPLUSPLUS 
   79     #pragma warning( disable : 4251 ) 
   80     #pragma warning( disable : 4275 ) 
   84     #define TERPEXPORT                          // Don't need to export/import... it is a static library 
   86     #define TERPEXPORT  __declspec(dllexport)   // export DLL information 
   88     #define TERPEXPORT  __declspec(dllimport)   // import DLL information 
   96 #endif  // __TERRALIB_RP_INTERNAL_CONFIG_H