1
0
Fork 0

GUI: removed obsolete build step file

This commit is contained in:
mr.exodia 2013-11-16 00:19:45 +01:00
parent 67bf3d2868
commit 632e3199e1
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
@echo off
:: Flag reset when a file has been found and copied
set flag=1
copy %1.a %2 /y
if %ERRORLEVEL%==0 (
set flag=0
)
copy %1.exe %2 /y
if %ERRORLEVEL%==0 (
set flag=0
)
copy %1.dll %2 /y
if %ERRORLEVEL%==0 (
set flag=0
)
exit /b %flag%