From ffe3c9ed98c5e9c6960491e9ca4fce29ac5110fe Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 27 Nov 2006 15:01:24 +0000 Subject: [PATCH] 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 --- docs/msw/install.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 2ecc84b31b..53c238a4a3 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -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: -- 2.47.2