X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=configure.bat.in;h=4b59f40f31c0ae456ad6ffc89f2b60a17ddb309e;hp=c8b45815db4aa1b699705ae129d80fbae962d802;hb=4b3e1632dbe3ba8f17a24c422f9faeeba8657aa5;hpb=6af41f62f0e1d8f1d7c67b472e95c17c282e2900 diff --git a/configure.bat.in b/configure.bat.in index c8b45815..4b59f40f 100644 --- a/configure.bat.in +++ b/configure.bat.in @@ -29,7 +29,6 @@ rem so, delete this exception statement from your version. if .%1 == .--borland goto :borland if .%1 == .--mingw goto :mingw if .%1 == .--msvc goto :msvc -if .%1 == .--watcom goto :watcom goto :usage :msvc @@ -61,20 +60,6 @@ copy windows\Makefile.doc doc\Makefile > nul echo Type mingw32-make to start compiling. goto :end -:watcom -copy windows\config.h.ms src\config.h > nul -copy windows\Makefile.watcom src\Makefile > nul - -@echo Checking environment vars -@set INCLUDE | find /I "WATCOM" -@set LIB | find /I "WATCOM" -@echo If WATCOM directories were not displayed, you need to -@echo SET INCLUDE and SET LIB to the Watcom directories -@echo. -cd src -@echo Type WMAKE to build -goto :end - :usage -echo "Usage: configure [--borland | --mingw | --msvc | --watcom]" +echo "Usage: configure [--borland | --mingw | --msvc]" :end