mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tools: add missing setlocal command to batch files
This commit is contained in:
parent
122592f332
commit
0dba3ffe55
@ -1,5 +1,7 @@
|
||||
@echo off
|
||||
|
||||
setlocal
|
||||
|
||||
set DebugWorkspace=winfsp
|
||||
set DebugPort=50000
|
||||
set DebugKey=win8.debug.net.key
|
||||
|
@ -1,5 +1,7 @@
|
||||
@echo off
|
||||
|
||||
setlocal
|
||||
|
||||
set CONFIG=Debug
|
||||
set SUFFIX=x64
|
||||
set TARGET_MACHINE=WIN8DBG
|
||||
|
Loading…
x
Reference in New Issue
Block a user