added automatic generation of files.lst for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-10-04 21:33:22 +00:00
parent 39178e3bdf
commit 2b03b51b8c
5 changed files with 337 additions and 37 deletions

View File

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