]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMSW/watcom is already rebaked by pure bakefile_gen call. wxOS2/wxMGL for watcom...
authorWłodzimierz Skiba <abx@abx.art.pl>
Sun, 21 May 2006 07:44:04 +0000 (07:44 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Sun, 21 May 2006 07:44:04 +0000 (07:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/pre-flight.sh

index f6de238e417d94c8092b53d03c9c2eb0147dcbda..240c33ff3ec3b7b7f189baf4ac4a0c258b20a0aa 100755 (executable)
@@ -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