+ $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;;
+
+ mgl.t)
+ echo "Generating $topdir/src/mgl/files.lst for MGL and Configure..."
+ $TMAKE -t mgl wxwin.pro -o $topdir/src/mgl/files.lst;;
+
+ micro.t)
+ echo "Generating $topdir/src/micro/files.lst for MicroWindows and Configure..."
+ $TMAKE -t micro wxwin.pro -o $topdir/src/microwin/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;;
+
+ 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;;