1
0
Fork 0

GUI: new batch files

This commit is contained in:
mr.exodia 2013-11-15 22:13:39 +01:00
parent 235ac46599
commit 14fe930c37
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@echo off
rem Working directory: '%{sourceDir}'
rem argument1: architecture 'x32' or 'x64'
rem argument2: built binary directory '%{buildDir}\release' for example
copy %2\%1_gui.dll ..\..\bin\%1\

View File

@ -0,0 +1,6 @@
@echo off
rem Working directory: '%{sourceDir}'
rem argument1: architecture 'x32' or 'x64'
copy ..\..\bin\%1\lib%1_bridge.a Src\Bridge\
if %ERRORLEVEL%==0 exit 0
copy ..\..\bin\%1\%1_bridge.lib Src\Bridge\