]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/makeall.sh
use specific linker flags under Mac OS X when linking executables against the
[wxWidgets.git] / distrib / msw / tmake / makeall.sh
index 2906d1f544339b7bd67a210503e0000c73f2db67..39d15ef158f093ddaf762596d9bb378988e4a340 100755 (executable)
@@ -67,6 +67,14 @@ do
            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;;
@@ -90,6 +98,14 @@ do
        mgl.t)
            echo "Generating $topdir/src/mgl/files.lst for MGL and Configure..."
            tmake -t mgl wxwin.pro -o $topdir/src/mgl/files.lst;;
+
+       x11.t)
+           echo "Generating $topdir/src/x11/files.lst for X11 and Configure..."
+           tmake -t x11 wxwin.pro -o $topdir/src/x11/files.lst;;
+
+       watmgl.t)
+           echo "Generating $topdir/src/mgl/makefile.wat for Watcom C++ and MGL+DOS..."
+           tmake -t watmgl wxwin.pro -o $topdir/src/mgl/makefile.wat;;
     esac
 done