use Bakefiles in CVS tree

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2006-07-21 10:45:39 +00:00
parent 8afb1dca50
commit 9bedb9585f
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<bakefile-gen> <bakefile-gen>
<!-- this file is a symlink --> <include file="../../build/bakefiles/Bakefiles.bkgen"/>
<include file="Bakefiles.bkgen"/>
<!-- add extra formats to release --> <!-- add extra formats to release -->
<enable-formats>dmars,dmars_smake,msevc4prj</enable-formats> <enable-formats>dmars,dmars_smake,msevc4prj</enable-formats>
</bakefile-gen> </bakefile-gen>

View File

@@ -48,7 +48,7 @@ fi
#re-bake the bakefiles #re-bake the bakefiles
if [ $rebake = "yes" ]; then if [ $rebake = "yes" ]; then
cd $WX_SRC_DIR/build/bakefiles cd $WX_SRC_DIR/build/bakefiles
bakefile_gen -d ${SCRIPTDIR}/Bakefiles.release.bkgen bakefile_gen -d ${WX_SRC_DIR}/distrib/scripts/Bakefiles.release.bkgen
fi fi
cd $WX_SRC_DIR cd $WX_SRC_DIR