]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/makeall.sh
updated templates for creation of VC++ 6.0 project files for wxBase/wxMSW/wxUniv...
[wxWidgets.git] / distrib / msw / tmake / makeall.sh
index b5b73cdf7ff7c11ed06d6c2d948a21dfe66085d3..0effc4fe91e8bd42bbdf6c7cd58993b305286dcb 100755 (executable)
@@ -66,9 +66,17 @@ do
            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/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