]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/makeall.sh
use UNIX wxDir if available
[wxWidgets.git] / distrib / msw / tmake / makeall.sh
index afa29bdbadf5190b0566c154f665df51309ab7f6..7b12de560ae8e5d05adb5d235514df03a53563f2 100755 (executable)
@@ -63,14 +63,18 @@ do
            echo "Generating $topdir/src/files.lst for Configure..."
            tmake -t base wxwin.pro -o $topdir/src/files.lst ;;
 
-       baserpm.t)
-           echo "Generating $topdir/src/rpmfiles.lst for wxBase RPM..."
-           tmake -t baserpm wxwin.pro -o $topdir/src/rpmfiles.lst ;;
-
        gtk.t)
            echo "Generating $topdir/src/gtk/files.lst for GTK and Configure..."
            tmake -t gtk wxwin.pro -o $topdir/src/gtk/files.lst;;
 
+       mgl.t)
+           echo "Generating $topdir/src/mgl/files.lst for MGL and Configure..."
+           tmake -t mgl wxwin.pro -o $topdir/src/mgl/files.lst;;
+
+       micro.t)
+           echo "Generating $topdir/src/micro/files.lst for MicroWindows and Configure..."
+           tmake -t micro wxwin.pro -o $topdir/src/microwin/files.lst;;
+
        msw.t)
            echo "Generating $topdir/src/msw/files.lst for MSW and Configure..."
            tmake -t msw wxwin.pro -o $topdir/src/msw/files.lst;;
@@ -94,6 +98,10 @@ do
        mgl.t)
            echo "Generating $topdir/src/mgl/files.lst for MGL and Configure..."
            tmake -t mgl wxwin.pro -o $topdir/src/mgl/files.lst;;
+
+       watmgl.t)
+           echo "Generating $topdir/src/mgl/makefile.wat for Watcom C++ and MGL+DOS..."
+           tmake -t watmgl wxwin.pro -o $topdir/src/mgl/makefile.wat;;
     esac
 done