X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b383b2c1fdd6da760022c3d4a68eea70a423f573..67d947ba89b176c05c7707f44e4381bdef0f21c8:/BuildCVS.txt diff --git a/BuildCVS.txt b/BuildCVS.txt index 521678ee62..7c14fd12ce 100644 --- a/BuildCVS.txt +++ b/BuildCVS.txt @@ -72,6 +72,17 @@ c) Build instructions -> type: make -f makefile.g95 (if using GNU tools) or type: nmake -f makefile.vc (if using MS VC++) +d) Borland (including free command line tools) + Download tools from http://www.borland.com/downloads/ + + See docs/msw/install.txt for details; in brief + +-> type set WXWIN=c:\wxwindows +-> type set BCCDIR=c:\progra~1\borland\cb4 +-> type cd %WXWIN%\include\wx +-> type copy msw\setup0.h setup.h +-> type cd %WXWIN%\src\msw +-> type make -f makefile.b32 II) Unix ports --------------