]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/makeall.sh
Temporary ugly trick to make release for OpenWatcom possible.
[wxWidgets.git] / distrib / msw / tmake / makeall.sh
index 7ef67bded417889b220d54bab89e8da0208c0bf3..e1130f601341423bca06da4177e3f685aa8f678f 100755 (executable)
@@ -5,6 +5,7 @@
 # Author:    Michael Bedward
 # Created:   29 Aug 1999
 # Copyright: (c) 1999 Michael Bedward
+# Licence:   wxWindows Licence
 # Version:   $Id$
 #
 # This creates the makefiles for all compilers from the templates using
@@ -23,25 +24,16 @@ do
        b32.t)
            echo "Generating $mswdir/makefile.b32 for Borland C++ (32 bits)..."
            $TMAKE -t b32 wxwin.pro -o $mswdir/makefile.b32
-           $TMAKE -t b32univ wxwin.pro -o $mswdir/makeuniv.b32
            $TMAKE -t b32base wxwin.pro -o $mswdir/makebase.b32 ;;
 
        bcc.t)
            echo "Generating $mswdir/makefile.bcc for Borland C++ (16 bits)..."
            $TMAKE -t bcc wxwin.pro -o $mswdir/makefile.bcc;;
 
-       dos.t)
-           echo "Generating $mswdir/makefile.dos for Visual C++ 1.52..."
-           $TMAKE -t dos wxwin.pro -o $mswdir/makefile.dos;;
-
        g95.t)
            echo "Generating $mswdir/makefile.g95 for Cygwin/Mingw32..."
            $TMAKE -t g95 wxwin.pro -o $mswdir/makefile.g95;;
 
-       sc.t)
-           echo "Generating $mswdir/makefile.sc for Symantec C++..."
-           $TMAKE -t sc wxwin.pro -o $mswdir/makefile.sc;;
-
        vc.t)
            echo "Generating $mswdir/makefile.vc for Visual C++ 4.0..."
            $TMAKE -t vc wxwin.pro -o $mswdir/makefile.vc;;