]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/makeall.sh
pass correct key code in TREE_KEY_DOWN event
[wxWidgets.git] / distrib / msw / tmake / makeall.sh
index 220e86380512f39fe5b7ec8962d2771f26532a95..0effc4fe91e8bd42bbdf6c7cd58993b305286dcb 100755 (executable)
@@ -46,9 +46,37 @@ do
            echo "Generating $mswdir/makefile.wat for Watcom C++..."
            tmake -t wat wxwin.pro -o $mswdir/makefile.wat;;
 
+       base.t)
+           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;;
+
+       univ.t)
+           echo "Generating $topdir/src/univ/files.lst for wxUniversal..."
+           tmake -t univ wxwin.pro -o $topdir/src/univ/files.lst;;
+
        unx.t)
-           echo "Generating $topdir/Makefile.in for Unix and Configure..."
-           tmake -t unx wxwin.pro -o $topdir/Makefile.in;;
+           echo "Generating $topdir/src/os2/files.lst for OS/2 PM and Configure..."
+           tmake -t os2 wxwin.pro -o $topdir/src/os2/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;;
     esac
 done