PKIFConfigSerialization.h
Go to the documentation of this file.00001
00009 #if !defined(WIN32)
00010
00011 #define PKIFRESOURCES_STATIC
00012 #endif
00013
00014 #if !defined(PKIFRESOURCES_STATIC)
00015
00016
00017
00018
00019
00020
00021 #ifdef PKIFCONFIGSERIALIZATION_EXPORTS
00022 #define PKIFCONFIGSERIALIZATION_API __declspec(dllexport)
00023 #else
00024 #define PKIFCONFIGSERIALIZATION_API __declspec(dllimport)
00025 #endif
00026
00027 #else
00028 #define PKIFCONFIGSERIALIZATION_API
00029 #endif
00030
00031
00032 #if defined(_MSC_VER) && (!defined(_LIB) && !defined(_USRDLL))
00033 #if defined(PKIFRESOURCES_STATIC)
00034 #if defined(_DEBUG)
00035 #pragma comment(lib,"pkifconfigserialization_staticd.lib")
00036 #else
00037 #pragma comment(lib,"pkifconfigserialization_static.lib")
00038 #endif //defined(_DEBUG)
00039 #else
00040 #if defined(_DEBUG)
00041 #if defined(USE_VLD)
00042 #pragma comment(lib,"pkifconfigserializationvld.lib")
00043 #else
00044 #pragma comment(lib,"pkifconfigserializationd.lib")
00045 #endif
00046 #else
00047 #pragma comment(lib,"pkifconfigserialization.lib")
00048 #endif //defined(_DEBUG)
00049 #endif //defined(PKIFRESOURCES_STATIC)
00050 #endif //defined(_MSC_VER) && (!defined(_LIB) && !defined(_USRDLL))