添加项目文件。
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifdef _WINDOWS
|
||||
#ifdef UNSWEBSERVERCORE_EXPORTS
|
||||
#define UNSWSC_DLL_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define UNSWSC_DLL_EXPORT __declspec(dllimport)
|
||||
#ifdef _DEBUG
|
||||
#pragma comment(lib, "UNSWebServerCored.lib")
|
||||
#else
|
||||
#pragma comment(lib, "UNSWebServerCore.lib")
|
||||
#endif
|
||||
#endif
|
||||
#pragma warning(disable: 4251)
|
||||
#else
|
||||
#define UNSWSC_DLL_EXPORT __attribute__((visibility("default")))
|
||||
#endif
|
||||
Reference in New Issue
Block a user