]> git.saurik.com Git - wxWidgets.git/blobdiff - BuildCVS.txt
Fixed wxMotif compilo
[wxWidgets.git] / BuildCVS.txt
index 521678ee622f508007b3d7e63910adf5d816f38f..7c14fd12cec91ddb4bfc4f3fc6a73cc7904a5958 100644 (file)
@@ -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
 --------------