1
0
Fork 0

GUI: update

This commit is contained in:
mr.exodia 2013-11-15 22:37:09 +01:00
parent 14fe930c37
commit 683b24f950
1 changed files with 5 additions and 2 deletions

View File

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