win32 doesn't treat ' as quotes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2004-02-19 19:58:49 +00:00
parent b92ca8cf62
commit 18430b7b78

View File

@ -14,7 +14,7 @@ when invoking bakefile_gen. For example, "bakefile_gen -fborland,watcom" will
only regenerate Borland C++ and OpenWatcom makefiles. -b flag limits only regenerate Borland C++ and OpenWatcom makefiles. -b flag limits
regeneration only to specified bakefiles. For example, regeneration only to specified bakefiles. For example,
"bakefile_gen -b wx.bkl" will only regenerate main library makefiles. "bakefile_gen -b wx.bkl" will only regenerate main library makefiles.
"bakefile_gen -b '../../samples/html/*/*.bkl' will regenerate makefiles for "bakefile_gen -b "../../samples/html/*/*.bkl" will regenerate makefiles for
all wxHTML samples. -b and -f can be combined. all wxHTML samples. -b and -f can be combined.
You can customize the process of generating makefiles by adding file You can customize the process of generating makefiles by adding file