X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e00a018306b2ad9320faad611a60ac63d2b6f632..01fa3fe74d0fadc5126fc27fb5729f08b10da606:/distrib/msw/tmake/makeall.sh

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;;