Add a setlocal command to the beginning of build.bat. This is required

to deal with buildenv.bat properly, so that PATH (for example) doesn't
expand infintly. Per report from Joachim Wieland, patch from Magnus.
This commit is contained in:
Neil Conway 2007-01-25 19:48:33 +00:00
parent a5a1506c96
commit 74b6f73bc2
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
@echo off
SETLOCAL
SET STARTDIR=%CD%
if exist src\tools\msvc\buildenv.bat call src\tools\msvc\buildenv.bat
if exist buildenv.bat call buildenv.bat