X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5da2c444ef6bfe006e45c15216911dfde4540fe0..3c648a82a574a5fad06fdbdc61c4e10e340438c2:/distrib/msw/tmake/makeall.sh diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index b5b73cdf7f..51b96dc7e6 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -66,6 +66,10 @@ 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;;