mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-15 03:21:09 +01: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:
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user