mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
fix SQLite header/library name
This commit is contained in:
parent
bf4776bfd1
commit
e692f6e1a7
@ -74,15 +74,15 @@
|
||||
#if !defined(POCO_NO_AUTOMATIC_LIBS) && !defined(SQLite_EXPORTS)
|
||||
#if defined(POCO_DLL)
|
||||
#if defined(_DEBUG)
|
||||
#pragma comment(lib, "PocoSQLited.lib")
|
||||
#pragma comment(lib, "PocoDataSQLited.lib")
|
||||
#else
|
||||
#pragma comment(lib, "PocoSQLite.lib")
|
||||
#pragma comment(lib, "PocoDataSQLite.lib")
|
||||
#endif
|
||||
#else
|
||||
#if defined(_DEBUG)
|
||||
#pragma comment(lib, "PocoSQLitemtd.lib")
|
||||
#pragma comment(lib, "PocoDataSQLitemtd.lib")
|
||||
#else
|
||||
#pragma comment(lib, "PocoSQLitemt.lib")
|
||||
#pragma comment(lib, "PocoDataSQLitemt.lib")
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user