From a269ba6e3d1592c494ae0473cbe0cf60cf8969a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Sun, 21 May 2006 07:44:04 +0000 Subject: [PATCH] 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 --- distrib/scripts/pre-flight.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.45.2