mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-08 04:52:10 -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
|
@echo off
|
||||||
|
|
||||||
|
setlocal
|
||||||
|
|
||||||
set DebugWorkspace=winfsp
|
set DebugWorkspace=winfsp
|
||||||
set DebugPort=50000
|
set DebugPort=50000
|
||||||
set DebugKey=win8.debug.net.key
|
set DebugKey=win8.debug.net.key
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
|
setlocal
|
||||||
|
|
||||||
set CONFIG=Debug
|
set CONFIG=Debug
|
||||||
set SUFFIX=x64
|
set SUFFIX=x64
|
||||||
set TARGET_MACHINE=WIN8DBG
|
set TARGET_MACHINE=WIN8DBG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user