mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 08:53:01 -05:00
tools: update deploy/debug scripts
This commit is contained in:
parent
04b3675f12
commit
9dcc04f882
@ -4,7 +4,7 @@ setlocal
|
|||||||
|
|
||||||
set DebugWorkspace=winfsp
|
set DebugWorkspace=winfsp
|
||||||
set DebugPort=50000
|
set DebugPort=50000
|
||||||
set DebugKey=win8.debug.net.key
|
set DebugKey=1.1.1.1
|
||||||
|
|
||||||
set RegKey="HKLM\SOFTWARE\Microsoft\Windows Kits\Installed Roots"
|
set RegKey="HKLM\SOFTWARE\Microsoft\Windows Kits\Installed Roots"
|
||||||
set RegVal="KitsRoot10"
|
set RegVal="KitsRoot10"
|
||||||
|
@ -5,6 +5,7 @@ setlocal
|
|||||||
set CONFIG=Debug
|
set CONFIG=Debug
|
||||||
set SUFFIX=x64
|
set SUFFIX=x64
|
||||||
set TARGET_MACHINE=WIN8DBG
|
set TARGET_MACHINE=WIN8DBG
|
||||||
|
if not X%1==X set TARGET_MACHINE=%1
|
||||||
set TARGET_ACCOUNT=\Users\%USERNAME%\Downloads\winfsp\
|
set TARGET_ACCOUNT=\Users\%USERNAME%\Downloads\winfsp\
|
||||||
set TARGET=\\%TARGET_MACHINE%%TARGET_ACCOUNT%
|
set TARGET=\\%TARGET_MACHINE%%TARGET_ACCOUNT%
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user