5 lines
92 B
Batchfile
5 lines
92 B
Batchfile
@echo off
|
|
rem Build swtp6800 systems
|
|
call build_mingw.bat swtp6800mp-a swtp6800mp-a2
|
|
pause
|
|
|