summaryrefslogtreecommitdiff
path: root/win32/configure.bat
diff options
context:
space:
mode:
Diffstat (limited to 'win32/configure.bat')
-rwxr-xr-xwin32/configure.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/configure.bat b/win32/configure.bat
index 6eb0320a20..a91de0f33e 100755
--- a/win32/configure.bat
+++ b/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