need to tweak the standard header with BCC 5.6 to build wx currently

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-11-27 15:01:24 +00:00
parent 24e9f36bcc
commit ffe3c9ed98

View File

@ -274,7 +274,11 @@ Borland C++ compilation
The minimum version required is 5.5 (last version supported by BC++ 5.0 was
2.4.2), which can be downloaded for free from:
http://www.borland.com/products/downloads/download_cbuilder.html#
http://www.borland.com/products/downloads/download_cbuilder.html
The version 5.6 included in Borland C++ Builder 2006 works as well after the
following small change: please remove the test for __WINDOWS__ from line 88
of the file BCCDIR\include\stl\_threads.h.
Compiling using the makefiles: