X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce1a1ff40afbe6d8d2c9ec2b422ec48364171935..ca4f2b729cbab5067976a7a7db700043352c294b:/BuildCVS.txt diff --git a/BuildCVS.txt b/BuildCVS.txt index 5090ca0480..75480522d0 100644 --- a/BuildCVS.txt +++ b/BuildCVS.txt @@ -51,7 +51,10 @@ Instructions are similar to those for Regular Mingw32 except PLEASE APPLY THESE PATCHES BY HAND! There are apparently a few different versions of the headers floating around. -->copy wxWin\src\makeg295.env to wxWin\src\makeg95.env +->Edit wx/src/makeg95.env and set the MINGW32 variable at the top of + the file to either 1 (you have Mingw32) or 0 (you have Cygwin32). + If using MINGW32, also set the MINGW32VERSION variable + appropriately. c) Build instructions @@ -81,7 +84,6 @@ c) Build instructions -> type: cd c:\wxWin\src\msw -> type: make -f makefile.g95 (if using GNU tools) -or type: make -f makefile.g295 (if using Mingw32/gcc-2.95) or type: make -f makefile.vc (if using MS VC++)