very minor correction wrt bakefile --help

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-09-16 20:23:07 +00:00
parent 86a9a155a9
commit 657477c45e

View File

@@ -27,8 +27,7 @@ samples/ with demos/ where needed).
You may also use "bakefile_gen -b ../../samples/foo/foo.bkl" to
regenerate only the makefiles for this sample (path must be relative!)
or even add a "-f<compiler>" to generate just the makefiles for the given
compiler (possible values are in FORMATS.bkmanifest file in bakefile
source tree)
compiler (run 'bakefile --help' to get the list of possible values)
4. Modify configure.in and samples/configure.in for Unix compilation:
a) if the sample should only be built if "wxUSE_FOO" is enabled, locate