mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 11:38:08 +00:00
Fix implied lib: PocoSQL... instead of PocoData... (#2116)
* Fix implied lib: PocoSQLODBC instead of PocoDataODBC * Fix implied lib: PocoSQLMySQL instead of PocoDataMySQL
This commit is contained in:
committed by
Aleksandar Fabijanic
parent
4130f1551e
commit
af4bc94777
@@ -52,7 +52,7 @@
|
||||
//
|
||||
#if defined(_MSC_VER)
|
||||
#if !defined(POCO_NO_AUTOMATIC_LIBS) && !defined(MySQL_EXPORTS)
|
||||
#pragma comment(lib, "PocoDataMySQL" POCO_LIB_SUFFIX)
|
||||
#pragma comment(lib, "PocoSQLMySQL" POCO_LIB_SUFFIX)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
//
|
||||
#if defined(_MSC_VER)
|
||||
#if !defined(POCO_NO_AUTOMATIC_LIBS) && !defined(ODBC_EXPORTS)
|
||||
#pragma comment(lib, "PocoDataODBC" POCO_LIB_SUFFIX)
|
||||
#pragma comment(lib, "PocoSQLODBC" POCO_LIB_SUFFIX)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user