X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=configure.bat;fp=configure.bat;h=56e20ca75b0e85518f8d80298e1157d7b6b17d80;hp=7b41b8d658801a36e55f0e77119475c2150669a7;hb=ff751683a251e83aceb7dbbf409a58359e153f2e;hpb=6bad3bc0b17eea6e882ebd283d9eb63b45c1bc82 diff --git a/configure.bat b/configure.bat index 7b41b8d6..56e20ca7 100755 --- a/configure.bat +++ b/configure.bat @@ -32,7 +32,6 @@ if .%1 == .--msvc goto :msvc goto :usage :msvc -copy windows\config.h.ms src\config.h > nul copy windows\Makefile.top Makefile > nul copy windows\Makefile.src src\Makefile > nul copy windows\Makefile.doc doc\Makefile > nul @@ -43,7 +42,6 @@ echo and then NMAKE. goto :end :borland -copy windows\config.h.bor src\config.h > nul copy windows\Makefile.top.bor Makefile > nul copy windows\Makefile.src.bor src\Makefile > nul copy windows\Makefile.doc doc\Makefile > nul @@ -52,7 +50,6 @@ echo Type MAKE to start compiling. goto :end :mingw -copy windows\config.h.mingw src\config.h > nul copy windows\Makefile.top.mingw Makefile > nul copy windows\Makefile.src.mingw src\Makefile > nul copy windows\Makefile.doc doc\Makefile > nul @@ -63,3 +60,6 @@ goto :end :usage echo "Usage: configure [--borland | --mingw | --msvc]" :end + +copy windows\config.h src\config.h > nul +copy windows\config-compiler.h src\config-compiler.h > nul