X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f8b6a1dccb515fbff1bd01cee95ad5a9df4e406..9ebfc96354a711c59715b2ce7be800453c2a2eea:/distrib/msw/tmake/makeall.sh diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index 17066b1f19..e1130f6013 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -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 @@ -29,18 +30,10 @@ do 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;;