Go to the documentation of this file.
   26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_MAPTOOLS_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_MAPTOOLS_MODULE_NAME "te.maptools" 
   44 #define TE_MAPTOOLS_TEXT_DOMAIN "temaprendering" 
   51 #define TE_MAPTOOLS_TEXT_DOMAIN_DIR "locale" 
   58 #define TR_MAP(message) TR(message, TE_MAPTOOLS_TEXT_DOMAIN) 
   65 #define TR_PLURAL_MAP(message1, message2, n) TR_PLURAL(TE_MAPTOOLS_TEXT_DOMAIN, message1, message2, n) 
   86     #pragma warning( disable : 4251 ) 
   87     #pragma warning( disable : 4275 ) 
   91     #define TEMAPEXPORT                          // Don't need to export/import... it is a static library 
   93     #define TEMAPEXPORT  __declspec(dllexport)   // export DLL information 
   95     #define TEMAPEXPORT  __declspec(dllimport)   // import DLL information 
  103 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_CONFIG_H