You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
290 B

@echo off
setlocal
set TOOLS=../../../Tools
set PATH=%TOOLS%\bst;%PATH%
call :bstc PropIO
call :bstc PropIO2
call :bstc ParPortProp
goto :eof
:bstc
echo.
echo Building %1...
bstc Spin\%1 -e -l
if errorlevel 1 goto :eof
move /Y %1.eeprom "..\..\..\Binary"
goto :eof