X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5620d8de24e4c8600e2d8a58c480cfa60d601053..f001799009630c46bc87aff5a84dbd2523005505:/distrib/msw/tmake/makeall.sh?ds=sidebyside diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index 0effc4fe91..1bf5a12b8d 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -62,6 +62,10 @@ do echo "Generating $topdir/src/msw/files.lst for MSW and Configure..." tmake -t msw wxwin.pro -o $topdir/src/msw/files.lst;; + mac.t) + echo "Generating $topdir/src/mac/files.lst for Mac and Configure..." + tmake -t mac wxwin.pro -o $topdir/src/mac/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;;