]> git.saurik.com Git - wxWidgets.git/commitdiff
First attempt at adding the files in the build/os2 and build/mgl dirs.
authorKevin Ollivier <kevino@theolliviers.com>
Sun, 21 May 2006 06:41:20 +0000 (06:41 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sun, 21 May 2006 06:41:20 +0000 (06:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/manifests/mgl.rsp
distrib/scripts/manifests/os2.rsp
distrib/scripts/pre-flight.sh

index ba95940fc9e8583ca67dabc9ffa17db751794dcf..997a9d5c6b10867e796916743b62628c508dda2a 100644 (file)
@@ -1,3 +1,5 @@
+build/mgl/*
+
 include/wx/mgl/*.h
 src/mgl/*.cpp
 src/mgl/*.lst
index c85156272a9a35de26486edcaaf47bfaff0391b7..481fd26b744970b0a24cee8519941fa69e19f6b2 100644 (file)
@@ -1,5 +1,7 @@
 lib/dummy
 
+build/os2/*
+
 docs/licence.txt
 docs/os2/*.txt
 
index c728d9cfbbb4024a2ed24c6f661baedfdcee1050..f6de238e417d94c8092b53d03c9c2eb0147dcbda 100755 (executable)
@@ -44,6 +44,9 @@ 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
 fi
 
 cd $WX_SRC_DIR