added src/msw/files.lst to the list of files to generate and updated it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-01-04 12:55:56 +00:00
parent 445783deea
commit a54a9cd3b1
3 changed files with 13 additions and 1 deletions

View File

@@ -54,6 +54,10 @@ do
echo "Generating $topdir/src/gtk/files.lst for GTK and Configure..."
tmake -t gtk wxwin.pro -o $topdir/src/gtk/files.lst;;
msw.t)
echo "Generating $topdir/src/msw/files.lst for MSW and Configure..."
tmake -t msw wxwin.pro -o $topdir/src/msw/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;;