]> git.saurik.com Git - wxWidgets.git/commitdiff
added base.t to the script
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 26 Feb 2000 14:42:03 +0000 (14:42 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 26 Feb 2000 14:42:03 +0000 (14:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/makeall.sh

index cd3ffec0dca4a8aa60dbd550937351cfe1a6cd0f..49fc6282411282b34b24561a834752430fbcdedf 100755 (executable)
@@ -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;;