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
00025
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