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:
@@ -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
|
||||
|
Reference in New Issue
Block a user