From: Václav Slavík Date: Sat, 26 Feb 2000 14:42:03 +0000 (+0000) Subject: added base.t to the script X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7b0b2dcc0cf5be6023456f8b25e6566eeed2457a added base.t to the script git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index cd3ffec0dc..49fc628241 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -46,6 +46,10 @@ 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;;