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;;
+ univ.t)
+ echo "Generating $topdir/src/univ/files.lst for wxUniversal..."
+ tmake -t univ wxwin.pro -o $topdir/src/univ/files.lst;;
+
unx.t)
echo "Generating $topdir/src/os2/files.lst for OS/2 PM and Configure..."
tmake -t os2 wxwin.pro -o $topdir/src/os2/files.lst;;
+
+ mgl.t)
+ echo "Generating $topdir/src/mgl/files.lst for MGL and Configure..."
+ tmake -t mgl wxwin.pro -o $topdir/src/mgl/files.lst;;
esac
done