From: Włodzimierz Skiba Date: Sun, 21 May 2006 07:44:04 +0000 (+0000) Subject: wxMSW/watcom is already rebaked by pure bakefile_gen call. wxOS2/wxMGL for watcom... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a269ba6e3d1592c494ae0473cbe0cf60cf8969a4 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 --- diff --git a/distrib/scripts/pre-flight.sh b/distrib/scripts/pre-flight.sh index f6de238e41..240c33ff3e 100755 --- a/distrib/scripts/pre-flight.sh +++ b/distrib/scripts/pre-flight.sh @@ -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