5 lines
71 B
Batchfile
5 lines
71 B
Batchfile
@echo off
|
|
rem Build Intel Systems
|
|
call build_mingw.bat isys8010
|
|
pause
|
|
|