diff --git a/build/bakefiles/Bakefiles.bkgen b/build/bakefiles/Bakefiles.bkgen index f4b9cfdc8f..9b9ec17da5 100644 --- a/build/bakefiles/Bakefiles.bkgen +++ b/build/bakefiles/Bakefiles.bkgen @@ -16,10 +16,10 @@ dmars, dmars_smake, msevc4prj - These are generated at release time and we don't want to clutter the source tree with these files. - msvc6prj - wxWidgets doesn't build with MSVC 6 any longer. + msvc6prj,watcom - wxWidgets doesn't build with these compilers any longer. --> - dmars,dmars_smake,msevc4prj,msvc6prj + dmars,dmars_smake,msevc4prj,msvc6prj,watcom diff --git a/build/bakefiles/README b/build/bakefiles/README index 56ea4db167..766d513abc 100644 --- a/build/bakefiles/README +++ b/build/bakefiles/README @@ -10,8 +10,8 @@ that are not up to date. Use "bakefile_gen -c" to clean generated files. You can generate or clean only subset of files by specifying -f or -b flags -when invoking bakefile_gen. For example, "bakefile_gen -fborland,watcom" will -only regenerate Borland C++ and OpenWatcom makefiles. -b flag limits +when invoking bakefile_gen. For example, "bakefile_gen -fborland,msvc" will +only regenerate Borland C++ and MSVC makefiles. -b flag limits regeneration only to specified bakefiles. For example, "bakefile_gen -b wx.bkl" will only regenerate main library makefiles. "bakefile_gen -b "../../samples/html/*/*.bkl" will regenerate makefiles for diff --git a/build/bakefiles/wxpresets/bakefile_quickstart.txt b/build/bakefiles/wxpresets/bakefile_quickstart.txt index 5d2441800a..62b3d59217 100644 --- a/build/bakefiles/wxpresets/bakefile_quickstart.txt +++ b/build/bakefiles/wxpresets/bakefile_quickstart.txt @@ -117,7 +117,6 @@ would like to build, separated by commas. Valid values are: mingw MinGW makefiles (mingw32-make) msevc4prj MS eMbedded Visual C++ 4 project files msvc MS Visual C++ nmake makefiles - watcom OpenWatcom makefiles TIP: autoconf Project Type --------------------------- diff --git a/build/bakefiles/wxpresets/presets/wx.bkl b/build/bakefiles/wxpresets/presets/wx.bkl index a765d33375..447e13897e 100644 --- a/build/bakefiles/wxpresets/presets/wx.bkl +++ b/build/bakefiles/wxpresets/presets/wx.bkl @@ -137,16 +137,6 @@ 1 - - - - - % - - - - - @@ -250,7 +240,7 @@ - $(DOLLAR)($(ENV_VAR)WXWIN) + $(DOLLAR)(WXWIN)