From 02a0c28d964ffa37320e74a01c7b79e7cbd9e8e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 18 Dec 2003 21:29:57 +0000 Subject: [PATCH] info about what is generated git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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) -- 2.50.0