1
0

Launch scripts

This commit is contained in:
Scott E. Graves
2017-03-18 14:24:08 -05:00
parent 59b091d621
commit 3573902490
2 changed files with 10 additions and 0 deletions

5
run_debug.cmd Normal file
View File

@@ -0,0 +1,5 @@
@echo off
set ROOT=%~dp0%
set PATH=%ROOT%3rd_party\CEF\chromium_git\chromium\src\out\Debug_GN_x64;%PATH%
start build\debug\Debug\siadrive.exe

5
run_release.cmd Normal file
View File

@@ -0,0 +1,5 @@
@echo off
set ROOT=%~dp0%
set PATH=%ROOT%3rd_party\CEF\chromium_git\chromium\src\out\Release_GN_x64;%PATH%
start build\release\Release\siadrive.exe