]> git.saurik.com Git - wxWidgets.git/commitdiff
Move generation of the eVC, and DMars formats over to the release scripts.
authorKevin Ollivier <kevino@theolliviers.com>
Tue, 7 Mar 2006 06:29:02 +0000 (06:29 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Tue, 7 Mar 2006 06:29:02 +0000 (06:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/Bakefiles.bkgen
distrib/scripts/Bakefiles.release.bkgen [new file with mode: 0644]
distrib/scripts/pre-flight.sh

index 358c96d55d72cbc91774cd8f978a744a25e568b9..97c32e6071a81ea9a78745a6d8d04485a46df70a 100644 (file)
                 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.
     -->
 
-    <disable-formats>cbx_unix,cbuilderx</disable-formats>
+    <disable-formats>dmars,dmars_smake,msevc4prj,cbx_unix,cbuilderx</disable-formats>
 
 
     <!-- These wildcards match all .bkl files in wxWidgets tree: -->
diff --git a/distrib/scripts/Bakefiles.release.bkgen b/distrib/scripts/Bakefiles.release.bkgen
new file mode 100644 (file)
index 0000000..2495c3c
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" ?>
+<bakefile-gen>
+ Ê <include file="../../build/bakefiles/Bakefiles.bkgen"/>
+ Ê <!-- add extra formats to release -->
+ Ê <enable-formats>dmars,dmars_smake,msevc4prj</enable-formats>
+</bakefile-gen>
\ No newline at end of file
index 3b296a51ff6b305df8f4f21f715abe1ec22d04dd..c728d9cfbbb4024a2ed24c6f661baedfdcee1050 100755 (executable)
@@ -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