poco/build/config
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
..
ARM-Linux synced with main repository 2008-01-28 17:40:38 +00:00
CEGCCARM sync to internal repository 2007-02-23 14:50:42 +00:00
CYGWIN fixed cygwin build config 2008-01-31 09:23:59 +00:00
Darwin sync to internal repository 2007-02-23 14:50:42 +00:00
Darwin7 sync to internal repository 2007-02-23 14:50:42 +00:00
DigiEL synced with main repository 2008-01-28 17:40:38 +00:00
FreeBSD committed latest 1.3 snapshot 2007-04-18 16:25:30 +00:00
HP-UX sync to internal repository 2007-02-23 14:50:42 +00:00
Linux committed latest 1.3 snapshot 2007-04-18 16:25:30 +00:00
MinGW Added build support for stock MinGW/MSYS build of POCO. 2008-02-21 09:08:44 +00:00
OSF1 committed latest 1.3 snapshot 2007-04-18 16:25:30 +00:00
PPC-Linux synced with main repository 2008-01-28 17:40:38 +00:00
QNX committed latest 1.3 snapshot 2007-04-18 16:25:30 +00:00
SSV-LINUX committed latest 1.3 snapshot 2007-04-18 16:25:30 +00:00
SunOS sync to internal repository 2007-02-23 14:50:42 +00:00