diff --git win32/configure.bat win32/configure.bat index 6eb0320..a91de0f 100755 --- win32/configure.bat +++ win32/configure.bat @@ -1,4 +1,5 @@ @echo off +@setlocal disabledelayedexpansion echo> ~tmp~.mak #### echo>> ~tmp~.mak conf = %0 @@ -206,3 +207,4 @@ echo>>~setup~.mak @if exist Makefile ren Makefile Makefile.old echo>>~setup~.mak @ren Makefile.new Makefile nmake -alf ~setup~.mak MAKEFILE=Makefile.new :exit +@endlocal