]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/pre-flight.sh
Added missing makefile
[wxWidgets.git] / distrib / scripts / pre-flight.sh
index 9a88c31bec56e196a182bd08c3e647de2d527983..240c33ff3ec3b7b7f189baf4ac4a0c258b20a0aa 100755 (executable)
@@ -43,7 +43,9 @@ fi
 #re-bake the bakefiles
 if [ $rebake = "yes" ]; then
   cd $WX_SRC_DIR/build/bakefiles
-  bakefile_gen
+  bakefile_gen -d ../../distrib/scripts/Bakefiles.release.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
@@ -51,7 +53,7 @@ if [ ! -d $WX_SRC_DIR/deliver ]; then
   mkdir $WX_SRC_DIR/deliver
 fi
 
-# Now generate the wxAll tarball. We will push this to our build machines.
+# Now generate the mega tarball with everything. We will push this to our build machines.
 
 cd $WX_TEMP_DIR
 WX_TARBALL=$WX_TEMP_DIR/wxWidgets-$BUILD_VERSION.tar.gz
@@ -67,12 +69,5 @@ else
   cp $WX_TARBALL $STAGING_DIR
   cp -r $WX_WEB_DIR $STAGING_DIR
   
-  if [ $setup_msvc_for_cygwin = yes ]; then
-    # create a setup script to be sourced whenever we need nmake, etc.
-    
-  
-  fi
-  
   echo "Pre-flight complete. Ready for takeoff."
 fi
-# assuming this has all succeeded, we can delete the temp dir
\ No newline at end of file