poco/Foundation
Chris Johnson def90185aa Added build support for stock MinGW/MSYS build of POCO.
Components now supported by default:
 Foundation {including internal PCRE lib}
 Util
 Net
 XML
 SQL
 SQL/ODBC
 SQL/SQLite
 samples/{all components supported}

Components supported with additional 3rd party MinGW/MSYS libs:
 NetSSL w/OpenSSH

Components unsupported at this time:
 testsuite: Fails to build due to TupleTest - needs slight code change MinGW can't deal with currently.  Only thing causing failure.
 CppUnit: Unable to support this due to WIN32 version of this functionality relying on MFC which does not ship with MinGW/MSYS.
 --no-wstring support due libstdc++ - will require STLPort {support coming soon}


:build/config/MinGW
 +Fixed compiler environment flags and switches
 +Linkage build supports:  SHARED, STATIC, or BOTH
 +Fixed duplicate symbol/unresolved symbol during compile
 +Added PCRE build flag for internal library build/eliminate link errors
 +Disable support of UTF-8 by default, MinGW will require STLPort 
 +Corrected system link libs for MinGW "dumb" linker

:build/rules/global
 +Added MinGW environment deduction logic

:configure
 +Fine tuned environment deduction recognizing MinGW as valid

:Data/ODBC/Makefile
 +Fixed correct ODBC libs to link

:Foundation/Makefile
 +Added logic for building correct subsystem dependency

:Util/Makefile
 +Added logic for building correct subsystem dependency
2008-02-21 09:08:44 +00:00
..
include/Poco fixed line endings 2008-02-07 16:08:15 +00:00
samples - SF [1800596] VS Solutions (ver. 8.0 and 9.0) 2008-02-17 17:14:33 +00:00
src - bin/PocoMsg.dll file 2008-02-19 18:13:08 +00:00
testsuite - FileStream_WIN32 constructor openmode argument 2008-02-18 16:32:01 +00:00
.cdtproject latest changes from main repository; added eclipse cdt project files 2007-04-28 09:34:20 +00:00
.project latest changes from main repository; added eclipse cdt project files 2007-04-28 09:34:20 +00:00
Foundation_vs71.sln - bin/PocoMsg.dll file 2008-02-19 18:13:08 +00:00
Foundation_vs71.vcproj Added Accesscaches 2007-10-29 14:37:40 +00:00
Foundation_vs80.sln - bin/PocoMsg.dll file 2008-02-19 18:13:08 +00:00
Foundation_vs80.vcproj - SF [1800596] VS Solutions (ver. 8.0 and 9.0) 2008-02-17 17:14:33 +00:00
Foundation_vs90.sln - bin/PocoMsg.dll file 2008-02-19 18:13:08 +00:00
Foundation_vs90.vcproj - SF [1800596] VS Solutions (ver. 8.0 and 9.0) 2008-02-17 17:14:33 +00:00
foundation.vmsbuild committed latest 1.3 snapshot 2007-04-18 16:22:57 +00:00
Makefile Added build support for stock MinGW/MSYS build of POCO. 2008-02-21 09:08:44 +00:00
PocoMsg_vs71.vcproj moved PocoMsg.dll to $POCO_BASE/bin 2008-02-19 18:35:20 +00:00
PocoMsg_vs80.vcproj moved PocoMsg.dll to $POCO_BASE/bin 2008-02-19 18:35:20 +00:00
PocoMsg_vs90.vcproj moved PocoMsg.dll to $POCO_BASE/bin 2008-02-19 18:35:20 +00:00