GUI: removed obsolete build step file
This commit is contained in:
parent
67bf3d2868
commit
632e3199e1
|
@ -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%
|
Loading…
Reference in New Issue