Loading...
Searching...
No Matches
Go to the documentation of this file.
24 #define EPROSIMA_STRINGIZE(X) EPROSIMA_DO_STRINGIZE(X)
25 #define EPROSIMA_DO_STRINGIZE(X) #X
28 #define EPROSIMA_LIB_DEBUG_TAG "d"
30 #define EPROSIMA_LIB_DEBUG_TAG
34 #if (defined(_DLL) || defined(_RTLDLL)) && defined(EPROSIMA_DYN_LINK)
35 #define EPROSIMA_LIB_PREFIX
36 #elif defined(EPROSIMA_DYN_LINK)
37 #error "Mixing a dll eprosima library with a static runtime is a bad idea"
39 #define EPROSIMA_LIB_PREFIX "lib"
43 #if defined(EPROSIMA_LIB_NAME) \
44 && defined(EPROSIMA_LIB_PREFIX) \
45 && defined(EPROSIMA_LIB_DEBUG_TAG) \
46 && defined(FASTCDR_VERSION_MAJOR) \
47 && defined(FASTCDR_VERSION_MINOR)
49 comment(lib, EPROSIMA_LIB_PREFIX EPROSIMA_STRINGIZE(EPROSIMA_LIB_NAME) EPROSIMA_LIB_DEBUG_TAG "-" EPROSIMA_STRINGIZE(FASTCDR_VERSION_MAJOR) "." EPROSIMA_STRINGIZE(FASTCDR_VERSION_MINOR) ".lib")
51 #error "Some required macros where not defined"
57#ifdef EPROSIMA_LIB_PREFIX
58#undef EPROSIMA_LIB_PREFIX
61#ifdef EPROSIMA_LIB_NAME
62#undef EPROSIMA_LIB_NAME
65#ifdef EPROSIMA_LIB_DEBUG_TAG
66#undef EPROSIMA_LIB_DEBUG_TAG