From: Václav Slavík Date: Thu, 18 Dec 2003 21:29:57 +0000 (+0000) Subject: info about what is generated X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/02a0c28d964ffa37320e74a01c7b79e7cbd9e8e1 info about what is generated git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/README b/build/bakefiles/README index dd9ad64cb2..265b07c16f 100644 --- a/build/bakefiles/README +++ b/build/bakefiles/README @@ -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)