]> git.saurik.com Git - wxWidgets.git/commitdiff
info about what is generated
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 18 Dec 2003 21:29:57 +0000 (21:29 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 18 Dec 2003 21:29:57 +0000 (21:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/README

index dd9ad64cb2b7c413ae7b013b30cc05d6c935df52..265b07c16f6b1ffbcdccf11644261e116eaec7d0 100644 (file)
@@ -24,3 +24,16 @@ For example, you may disable output for compilers you don't use:
 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)