From: Václav Slavík Date: Thu, 19 Feb 2004 19:58:49 +0000 (+0000) Subject: win32 doesn't treat ' as quotes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/18430b7b7831d5b82c9c84e4c8f7f7aea6697812 win32 doesn't treat ' as quotes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/README b/build/bakefiles/README index e163345a80..7d2c1c5b51 100644 --- a/build/bakefiles/README +++ b/build/bakefiles/README @@ -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 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 +"bakefile_gen -b "../../samples/html/*/*.bkl" will regenerate makefiles for all wxHTML samples. -b and -f can be combined. You can customize the process of generating makefiles by adding file