Commit 6518a809 by Richard Kenner

Added line to echo usage on invalid input.

From-SVN: r9730
parent 442431a7
...@@ -9,6 +9,11 @@ call config\msdos\configure %1 %2 %3 %4 ...@@ -9,6 +9,11 @@ call config\msdos\configure %1 %2 %3 %4
goto END goto END
:call_winnt :call_winnt
if %2.==i386. goto really_call_winnt
if %2.==alpha. goto really_call_winnt
echo Usage: configure winnt i386 or configure winnt alpha
goto END
:really_call_winnt
call config\%2\config-nt %1 %2 %3 %4 call config\%2\config-nt %1 %2 %3 %4
goto END goto END
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment