mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Add BEL functionality from Michael Schweikert
Added BEL functionality to Propeller-based consoles Build directory cleanup
This commit is contained in:
20
Source/Prop/Build.cmd
Normal file
20
Source/Prop/Build.cmd
Normal file
@@ -0,0 +1,20 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user