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:
Chris Johnson
2008-09-23 07:44:45 +00:00
parent 6ca0056f79
commit 0f2fa0aae6
8 changed files with 155 additions and 20 deletions

View File

@@ -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