mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-08 21:10:02 +02:00
Remove POCO_LIB_SUFFIX since PostgreSQL does not provide a debug libpq
library
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
#if !defined(MySQL_EXPORTS)
|
#if !defined(MySQL_EXPORTS)
|
||||||
#pragma comment(lib, "PocoDataMySQL" POCO_LIB_SUFFIX)
|
#pragma comment(lib, "PocoDataMySQL" POCO_LIB_SUFFIX)
|
||||||
#endif
|
#endif
|
||||||
#pragma comment(lib, "libmysql" POCO_LIB_SUFFIX)
|
#pragma comment(lib, "libmysql")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@@ -54,7 +54,7 @@
|
|||||||
#if !defined(PostgreSQL_EXPORTS)
|
#if !defined(PostgreSQL_EXPORTS)
|
||||||
#pragma comment(lib, "PocoDataPostgreSQL" POCO_LIB_SUFFIX)
|
#pragma comment(lib, "PocoDataPostgreSQL" POCO_LIB_SUFFIX)
|
||||||
#endif
|
#endif
|
||||||
#pragma comment(lib, "libpq" POCO_LIB_SUFFIX)
|
#pragma comment(lib, "libpq")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user