File tree Expand file tree Collapse file tree
MySQL/include/Poco/Data/MySQL
ODBC/include/Poco/Data/ODBC Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 #if !defined(POCO_NO_AUTOMATIC_LIBS ) && !defined(MYSQL_EXPORTS )
7373 #if defined(POCO_DLL )
7474 #if defined(_DEBUG )
75- #pragma comment(lib, "PocoMySQLd .lib")
75+ #pragma comment(lib, "PocoDataMySQLd .lib")
7676 #else
77- #pragma comment(lib, "PocoMySQL .lib")
77+ #pragma comment(lib, "PocoDataMySQL .lib")
7878 #endif
7979 #else
8080 #if defined(_DEBUG )
81- #pragma comment(lib, "PocoMySQLmtd .lib")
81+ #pragma comment(lib, "PocoDataMySQLmtd .lib")
8282 #else
83- #pragma comment(lib, "PocoMySQLmt .lib")
83+ #pragma comment(lib, "PocoDataMySQLmt .lib")
8484 #endif
8585 #endif
8686 #endif
Original file line number Diff line number Diff line change 8181 #if !defined(POCO_NO_AUTOMATIC_LIBS ) && !defined(ODBC_EXPORTS )
8282 #if defined(POCO_DLL )
8383 #if defined(_DEBUG )
84- #pragma comment(lib, "PocoODBCd .lib")
84+ #pragma comment(lib, "PocoDataODBCd .lib")
8585 #else
86- #pragma comment(lib, "PocoODBC .lib")
86+ #pragma comment(lib, "PocoDataODBC .lib")
8787 #endif
8888 #else
8989 #if defined(_DEBUG )
90- #pragma comment(lib, "PocoODBCmtd .lib")
90+ #pragma comment(lib, "PocoDataODBCmtd .lib")
9191 #else
92- #pragma comment(lib, "PocoODBCmt .lib")
92+ #pragma comment(lib, "PocoDataODBCmt .lib")
9393 #endif
9494 #endif
9595 #endif
You can’t perform that action at this time.
0 commit comments