]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/makeall.sh
fixed off by one error in wxXPMDecoder::ReadFile
[wxWidgets.git] / distrib / msw / tmake / makeall.sh
index 0effc4fe91e8bd42bbdf6c7cd58993b305286dcb..1bf5a12b8de6f6346eb6469939c6bdb29822a0db 100755 (executable)
@@ -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;;