Windows/VS2011 build all configs

This commit is contained in:
Aleksandar Fabijanic
2012-09-23 06:28:42 +00:00
parent 027dc6dd96
commit 883de9670a
16 changed files with 505 additions and 578 deletions

View File

@@ -70,19 +70,7 @@
//
#if defined(_MSC_VER)
#if !defined(POCO_NO_AUTOMATIC_LIBS) && !defined(MySQL_EXPORTS)
#if defined(POCO_DLL)
#if defined(_DEBUG)
#pragma comment(lib, "PocoDataMySQLd.lib")
#else
#pragma comment(lib, "PocoDataMySQL.lib")
#endif
#else
#if defined(_DEBUG)
#pragma comment(lib, "PocoDataMySQLmtd.lib")
#else
#pragma comment(lib, "PocoDataMySQLmt.lib")
#endif
#endif
#pragma comment(lib, "PocoDataMySQL" POCO_LIB_SUFFIX)
#endif
#endif