X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e62b5ee360bc2c3a4ab296dd0960ed521efb2e5..ef81fe8b3f49914196ea77d9b7625ceee2776b47:/distrib/msw/tmake/makeall.sh diff --git a/distrib/msw/tmake/makeall.sh b/distrib/msw/tmake/makeall.sh index a1776364e5..e1130f6013 100755 --- a/distrib/msw/tmake/makeall.sh +++ b/distrib/msw/tmake/makeall.sh @@ -34,10 +34,6 @@ do 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;;