Rev 637 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 637 | 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 | nedolang ../_sdk/read.c ../_sdk/fmttg.h token.c tokenz80.c ../_sdk/io.c |
3 | nedolang ../_sdk/read.c ../_sdk/fmttg.h token.c tokenz80.c |
| 4 | type err.f |
4 | type err.f |
| 5 | nedotok tok.s ../_sdk/read.ast ../_sdk/read.var ../_sdk/fmttg.var token.ast token.var tokenz80.ast tokenz80.var ../_sdk/lib.i ../_sdk/io.i ../_sdk/io.ast ../_sdk/io.var ../_sdk/str.i |
5 | nedotok tok.s ../_sdk/lib.i ../_sdk/iofast.i ../_sdk/str.i |
| 6 | nedoasm tok.S_ |
6 | nedoasm tok.S_ |
| 7 | type asmerr.f |
7 | type asmerr.f |
| 8 | diff nedotok tok.bin |
8 | diff nedotok tok.bin |
| 9 | pause |
9 | pause |