mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-02 05:46:22 +01:00
FIX BUG-2123306 - Added support for optional compiling of NetSSL and Data, including control of which data components (ODBC, MySQL, SQLite)
Added --help configuration additions FIX MinGW build support for Data component Corrected link order of Poco components for data samples resulting in unresolved symbol errors
This commit is contained in:
@@ -12,6 +12,6 @@ objects = RowFormatter
|
||||
|
||||
target = RowFormatter
|
||||
target_version = 1
|
||||
target_libs = PocoFoundation PocoData PocoSQLite
|
||||
target_libs = PocoSQLite PocoData PocoFoundation
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
||||
|
||||
Reference in New Issue
Block a user