]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/makeall.sh
reverting accidental commit
[wxWidgets.git] / distrib / msw / tmake / makeall.sh
index 49fc6282411282b34b24561a834752430fbcdedf..b5b73cdf7ff7c11ed06d6c2d948a21dfe66085d3 100755 (executable)
@@ -50,10 +50,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;;
 
+       msw.t)
+           echo "Generating $topdir/src/msw/files.lst for MSW and Configure..."
+           tmake -t msw wxwin.pro -o $topdir/src/msw/files.lst;;
+
        motif.t)
            echo "Generating $topdir/src/motif/files.lst for Motif and Configure..."
            tmake -t motif wxwin.pro -o $topdir/src/motif/files.lst;;