BudgetBuster/compile.bat

4 lines
99 B
Batchfile
Raw Normal View History

2019-08-04 00:53:27 +00:00
rgbasm -o%~n1.obj %1
rgblink -m%~n1.map -n%~n1.sym -o%~n1.gb %~n1.obj
rgbfix -p255 -v %~n1.gb
pause