From: Václav Slavík Date: Tue, 16 Sep 2003 20:23:07 +0000 (+0000) Subject: very minor correction wrt bakefile --help X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/657477c45e9d3f44c2b386e6cb23e12b331e1b0d very minor correction wrt bakefile --help git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/tech/tn0001.txt b/docs/tech/tn0001.txt index 02015b4789..2cbf0cc6f1 100644 --- a/docs/tech/tn0001.txt +++ b/docs/tech/tn0001.txt @@ -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" 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