mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-07 19:44:45 +02:00
Add POCO_LIB_SUFFIX to the #pragma link library name
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
#if !defined(MySQL_EXPORTS)
|
||||
#pragma comment(lib, "PocoDataMySQL" POCO_LIB_SUFFIX)
|
||||
#endif
|
||||
#pragma comment(lib, "libmysql")
|
||||
#pragma comment(lib, "libmysql" POCO_LIB_SUFFIX)
|
||||
#endif
|
||||
|
||||
|
||||
|
@@ -54,7 +54,7 @@
|
||||
#if !defined(PostgreSQL_EXPORTS)
|
||||
#pragma comment(lib, "PocoDataPostgreSQL" POCO_LIB_SUFFIX)
|
||||
#endif
|
||||
#pragma comment(lib, "libpq")
|
||||
#pragma comment(lib, "libpq" POCO_LIB_SUFFIX)
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user