From da001833077508609b950ad4d83dddc68b1794f9 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Tue, 7 Mar 2006 06:29:02 +0000 Subject: [PATCH] Move generation of the eVC, and DMars formats over to the release scripts. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/Bakefiles.bkgen | 4 +++- distrib/scripts/Bakefiles.release.bkgen | 6 ++++++ distrib/scripts/pre-flight.sh | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 distrib/scripts/Bakefiles.release.bkgen diff --git a/build/bakefiles/Bakefiles.bkgen b/build/bakefiles/Bakefiles.bkgen index 358c96d55d..97c32e6071 100644 --- a/build/bakefiles/Bakefiles.bkgen +++ b/build/bakefiles/Bakefiles.bkgen @@ -21,9 +21,11 @@ be placed into build/msw(?) directory and store object files in its subdirectory and it must copy setup.h as others do. cbx_unix - Doesn't integrate well and won't be used by most Unix people. + dmars, dmars_smake, msevc4prj - These are generated at release time and + we don't want to clutter the source tree with these files. --> - cbx_unix,cbuilderx + dmars,dmars_smake,msevc4prj,cbx_unix,cbuilderx diff --git a/distrib/scripts/Bakefiles.release.bkgen b/distrib/scripts/Bakefiles.release.bkgen new file mode 100644 index 0000000000..2495c3c75c --- /dev/null +++ b/distrib/scripts/Bakefiles.release.bkgen @@ -0,0 +1,6 @@ + + + Ê + Ê + Ê dmars,dmars_smake,msevc4prj + \ No newline at end of file diff --git a/distrib/scripts/pre-flight.sh b/distrib/scripts/pre-flight.sh index 3b296a51ff..c728d9cfbb 100755 --- a/distrib/scripts/pre-flight.sh +++ b/distrib/scripts/pre-flight.sh @@ -43,7 +43,7 @@ fi #re-bake the bakefiles if [ $rebake = "yes" ]; then cd $WX_SRC_DIR/build/bakefiles - bakefile_gen + bakefile_gen -d ../../distrib/scripts/Bakefiles.release.bkgen fi cd $WX_SRC_DIR -- 2.50.0