usml_config.h

00001 
00005 #pragma once
00006 
00012 #if defined(_MSC_VER) && defined(USML_DYN_LINK)
00013     #ifdef usml_EXPORTS
00014         #define USML_DECLSPEC __declspec(dllexport)
00015         #else
00016         #define USML_DECLSPEC __declspec(dllimport)
00017         #endif
00018     #define USML_DLLEXPORT __declspec(dllexport)
00019 #else
00020     #define USML_DECLSPEC 
00021     #define USML_DLLEXPORT 
00022 #endif
00023 
00024 /* To prevent Eclipse from finding errors on string concatenation
00025  * for compile line -D defined macros, when searching for semantic errors.
00026  */
00027 #ifndef USML_TEST_DIR
00028 #define USML_TEST_DIR ""
00029 #endif
00030 
00031 #ifndef USML_DATA_DIR
00032 #define USML_DATA_DIR ""
00033 #endif

Generated on 4 May 2015 for USML by  doxygen 1.6.1