wxMSW/watcom is already rebaked by pure bakefile_gen call. wxOS2/wxMGL for watcom needs only wx.bkl baking due to filename conflict for other makefiles.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-05-21 07:44:04 +00:00
parent 5a1595056d
commit a269ba6e3d

View File

@@ -44,9 +44,8 @@ fi
if [ $rebake = "yes" ]; then
cd $WX_SRC_DIR/build/bakefiles
bakefile_gen -d ../../distrib/scripts/Bakefiles.release.bkgen
bakefile_gen -f watcom
bakefile_gen -f watcom -d ../mgl/Bakefiles.mgl.bkgen
bakefile_gen -f watcom -d ../os2/Bakefiles.os2.bkgen
bakefile_gen -f watcom -d ../mgl/Bakefiles.mgl.bkgen -b wx.bkl
bakefile_gen -f watcom -d ../os2/Bakefiles.os2.bkgen -b wx.bkl
fi
cd $WX_SRC_DIR