GUI: new batch files
This commit is contained in:
parent
235ac46599
commit
14fe930c37
|
@ -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\
|
|
@ -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\
|
Loading…
Reference in New Issue