X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3391ea5e0a7d67e1fc725c6353ff39daabf898c..df5ddbca48c63ffae5cfd044a92d7352245e8c86:/distrib/msw/tmake/makeall.sh diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index 220e863805..49fc628241 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -46,9 +46,21 @@ do echo "Generating $mswdir/makefile.wat for Watcom C++..." tmake -t wat wxwin.pro -o $mswdir/makefile.wat;; + base.t) + echo "Generating $topdir/src/files.lst for Configure..." + tmake -t base wxwin.pro -o $topdir/src/files.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;; + + motif.t) + echo "Generating $topdir/src/motif/files.lst for Motif and Configure..." + tmake -t motif wxwin.pro -o $topdir/src/motif/files.lst;; + unx.t) - echo "Generating $topdir/Makefile.in for Unix and Configure..." - tmake -t unx wxwin.pro -o $topdir/Makefile.in;; + echo "Generating $topdir/src/os2/files.lst for OS/2 PM and Configure..." + tmake -t os2 wxwin.pro -o $topdir/src/os2/files.lst;; esac done