X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a54a9cd3b1a55ae5ce78ec38dc1fdbac414194ad..8191741f68b737d88e1ef40aaef9e4504915ccbb:/distrib/msw/tmake/makeall.sh?ds=inline diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index 8d40a8dcf6..0effc4fe91 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -50,6 +50,10 @@ 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;; @@ -62,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