1. fixed wxBase RPM template

2. fixed several erros in filelist.txt
3. regenarated everything


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-06-22 01:31:45 +00:00
parent 2d3112adc9
commit 5da2c444ef
13 changed files with 40 additions and 20 deletions

View File

@@ -50,6 +50,10 @@ do
echo "Generating $topdir/src/files.lst for Configure..."
tmake -t base wxwin.pro -o $topdir/src/files.lst ;;
baserpm.t)
echo "Generating $topdir/src/rpmfiles.lst for wxBase RPM..."
tmake -t baserpm wxwin.pro -o $topdir/src/rpmfiles.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;;