]> sjero.net Git - wget/blobdiff - configure.bat.in
[svn] Migrated Borland compiler support to the free C++Builder compiler.
[wget] / configure.bat.in
index 9864659aec5ea362608c841656cbe2a0b5dcdf85..9a4d325eaacdc86b40325a63468553cbaf727307 100644 (file)
@@ -20,8 +20,7 @@ cls
 if .%1 == .--borland goto :borland
 if .%1 == .--msvc goto :msvc
 if .%1 == .--watcom goto :watcom
-if not .%BORPATH% == . goto :borland
-if not .%1 == . goto :usage
+goto :usage
 
 :msvc
 copy windows\config.h.ms src\config.h > nul
@@ -58,5 +57,5 @@ cd src
 goto :end
 
 :usage
-echo Usage: Configure [--borland | --msvc | --watcom]
+echo "Usage: configure [--borland | --msvc | --watcom]"
 :end