Configuration flags for the IDL module of TerraLib. More...
#include "../Config.h"Go to the source code of this file.
Macros | |
| #define | TE_IDL_MODULE_NAME "te.idl" | 
Internationalization Defines  | |
Flags for TerraLib code internationalization.  | |
| #define | TE_IDL_TEXT_DOMAIN "teidl" | 
| It contains the name of the text domain used in the translation of messages in TerraLib IDL module.  More... | |
| #define | TE_IDL_TEXT_DOMAIN_DIR "locale" | 
| It contains the translation catalog directory.  More... | |
| #define | TR_IDL(message) TR(message, TE_IDL_TEXT_DOMAIN) | 
| It marks a string in order to get translated. This is a special mark used in IDL module of TerraLib.  More... | |
DLL Module  | |
Flags for building this module as a DLL  | |
| #define | TEIDLEXPORT __declspec(dllimport) | 
| You can use this macro in order to export/import classes and functions from this module.  More... | |
| #define TE_IDL_TEXT_DOMAIN "teidl" | 
| #define TE_IDL_TEXT_DOMAIN_DIR "locale" | 
| #define TEIDLEXPORT __declspec(dllimport) | 
| #define TR_IDL | ( | message | ) | TR(message, TE_IDL_TEXT_DOMAIN) |