X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b0b2dcc0cf5be6023456f8b25e6566eeed2457a..7529690de8d03e2f4ae22976e76c8c60e5b68be2:/distrib/msw/tmake/makeall.sh diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index 49fc628241..8d40a8dcf6 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -54,6 +54,10 @@ do 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;;