]> git.saurik.com Git - wxWidgets.git/commitdiff
need to tweak the standard header with BCC 5.6 to build wx currently
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Nov 2006 15:01:24 +0000 (15:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Nov 2006 15:01:24 +0000 (15:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/msw/install.txt

index 2ecc84b31bc977c4ac1454ab286352b2fc96cf42..53c238a4a3667bed427b49bf393a6643a28ba9ee 100644 (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: