Rev 1410 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 1410 | Rev 2349 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | @echo off |
1 | @echo off |
| 2 | if "%settedpath%"=="" call "..\..\_sdk\setpath.bat" |
2 | if "%settedpath%"=="" call "..\..\_sdk\setpath.bat" |
| 3 | rem nedotrd basics.trd -a 1125vert.fnt |
3 | rem nedotrd basics.trd -a 1125vert.fnt |
| 4 | nedolang batch.c |
4 | nedolang batch.c |
| 5 | type err.f |
5 | type err.f |
| 6 | nedotok batch.s batch.ast batch.var ../_sdk/lib.i ../_sdk/iofast.i |
6 | nedotok batch.s ../_sdk/lib.i ../_sdk/iofast.i |
| 7 | nedoasm batch.S_ |
7 | nedoasm batch.S_ |
| 8 | type asmerr.f |
8 | type asmerr.f |
| 9 | pause |
9 | pause |