Rev 2039 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 2039 | 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 | ..\_sdk\nedolang ../_sdk/emit.c commands.c |
3 | ..\_sdk\nedolang ../_sdk/emit.c commands.c |
| 4 | type err.f |
4 | type err.f |
| 5 | ..\_sdk\nedotok compc_os.s ../_sdk/emit.ast ../_sdk/emit.var commands.ast commands.var ../_sdk/lib.i ../_sdk/io_os.i ../_sdk/str.i ../../_sdk/sysdefs.asm lbltype.i |
5 | ..\_sdk\nedotok compc_os.s ../_sdk/lib.i ../_sdk/io_os.i ../_sdk/str.i ../../_sdk/sysdefs.asm lbltype.i |
| 6 | ..\_sdk\nedoasm compc_os.S_ |
6 | ..\_sdk\nedoasm compc_os.S_ |
| 7 | type asmerr.f |
7 | type asmerr.f |
| 8 | ..\_sdk\nedolang ../_sdk/read.c compile.c |
8 | ..\_sdk\nedolang ../_sdk/read.c compile.c |
| 9 | type err.f |
9 | type err.f |
| 10 | ..\_sdk\nedotok comp_os.s ../_sdk/read.ast ../_sdk/read.var compile.ast compile.var |
10 | ..\_sdk\nedotok comp_os.s |
| 11 | ..\_sdk\nedoasm comp_os.S_ |
11 | ..\_sdk\nedoasm comp_os.S_ |
| 12 | type asmerr.f |
12 | type asmerr.f |
| 13 | del compc_os.bin |
13 | del compc_os.bin |
| 14 | move /Y comp_os.bin comp.com > nul |
14 | move /Y comp_os.bin comp.com > nul |
| 15 | 15 | ||