+ 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;;
+