1
0
Fork 0

changed back to match Master branch

changed back to match Master branch
This commit is contained in:
ApertureSecurity 2015-04-20 15:04:18 -06:00
parent b4dc90039b
commit b83df754c5
1 changed files with 2 additions and 2 deletions

View File

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