tools: add missing setlocal command to batch files

This commit is contained in:
Bill Zissimopoulos 2016-05-20 10:58:12 -07:00
parent 122592f332
commit 0dba3ffe55
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
@echo off
setlocal
set DebugWorkspace=winfsp
set DebugPort=50000
set DebugKey=win8.debug.net.key

View File

@ -1,5 +1,7 @@
@echo off
setlocal
set CONFIG=Debug
set SUFFIX=x64
set TARGET_MACHINE=WIN8DBG