]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/README
fixed typo
[wxWidgets.git] / build / bakefiles / README
index dd9ad64cb2b7c413ae7b013b30cc05d6c935df52..e163345a80c8e2ab396f6bfbf0f73bea78ab72bb 100644 (file)
@@ -3,8 +3,9 @@ This directory contains Bakefile (see http://bakefile.sourceforge.net)
 files needed to generate native makefiles for wxWindows library, contrib and
 samples.
 
-Use the bakefile_gen utility to regenerate the makefiles. If you run it with
-no arguments, it will generate all makefiles that are not up to date.
+Use the bakefile_gen utility to regenerate the makefiles (run it in this
+directory!). If you run it with no arguments, it will generate all makefiles
+that are not up to date.
 
 Use "bakefile_gen -c" to clean generated files.
 
@@ -19,8 +20,21 @@ all wxHTML samples. -b and -f can be combined.
 You can customize the process of generating makefiles by adding file
 Bakefiles.local.bkgen (same format as Bakefiles.bkgen) with further settings.
 For example, you may disable output for compilers you don't use:
-   <del-formats>msvc,msvc6prj</del-formats>
+   <disable-formats>msvc,msvc6prj</disable-formats>
 
 Note: bakefile_gen creates file .bakefile_gen.state with dependencies
 information. This file can be safely deleted, but it contains valuable
 information that speed up regeneration process.
+
+Note: the following files are generated using bakefile_gen:
+  * build/msw/*
+  * contrib/build/* (except .bkl files)
+  * makefiles with same names as makefiles in above dirs, Makefile.in files 
+    that contain "This makefile was generated by Bakefile" banner and
+    VC++ project files in samples, demos and utils directories (inc. contrib
+    ones)
+  * src/wxWindows.dsp
+  * {wxGTK,wxMotif,wxX11}.spec (only wxBase headers list)
+  * autoconf_inc.m4
+  * all Makefile.in files
+  (hopefully I didn't forget anything - VS)