]> git.saurik.com Git - wxWidgets.git/blobdiff - BuildCVS.txt
setting the current event record correctly (needed for control text handling)
[wxWidgets.git] / BuildCVS.txt
index 521678ee622f508007b3d7e63910adf5d816f38f..25e5e53cf7a400ee4f3797d685c32cf331b985c5 100644 (file)
@@ -72,6 +72,14 @@ 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 cd %WXWIN%\src\msw
+-> type make -f makefile.b32
 
 II) Unix ports
 --------------