Go to the documentation of this file. 26 #ifndef __TERRALIB_BINDING_V8_COMMON_INTERNAL_CONFIG_H 27 #define __TERRALIB_BINDING_V8_COMMON_INTERNAL_CONFIG_H 30 #include "../Config.h" 32 #define TE_V8_COMMON_MODULE_NAME "TEBINDINGV8COMMON" 44 #define TE_V8COMMON_TEXT_DOMAIN "tev8common" 51 #define TE_V8COMMON_TEXT_DOMAIN_DIR "locale" 58 #define TR_V8COMMON(message) TR(message, TE_V8COMMON_TEXT_DOMAIN) 65 #define TR_V8COMMON_PLURAL(message1, message2, n) TR_PLURAL(TE_V8COMMON_TEXT_DOMAIN, message1, message2, n) 87 #pragma warning( disable : 4251 ) 90 #ifdef TEV8COMMONSTATIC 91 #define TEV8COMMONEXPORT // Don't need to export/import... it is a static library 93 #define TEV8COMMONEXPORT __declspec(dllexport) // export DLL information 95 #define TEV8COMMONEXPORT __declspec(dllimport) // import DLL information 98 #define TEV8COMMONEXPORT 103 #endif // __TERRALIB_BINDING_V8_COMMON_INTERNAL_CONFIG_H