Subversion Repositories NedoOS

Rev

Rev 237 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log

Rev 237 Rev 653
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/emit.c ../_sdk/io.c commands.c
3
nedolang ../_sdk/emit.c ../_sdk/io.c commands.c
4
type err.f
4
type err.f
5
nedotok compcode.s ../_sdk/emit.ast ../_sdk/emit.var commands.ast commands.var ../_sdk/lib.i ../_sdk/iofast.i ../_sdk/io.ast ../_sdk/io.var ../_sdk/str.i
5
nedotok compcode.s ../_sdk/emit.ast ../_sdk/emit.var commands.ast commands.var ../_sdk/lib.i ../_sdk/iofast.i ../_sdk/io.ast ../_sdk/io.var ../_sdk/str.i lbltype.i
6
nedodel emit.ast
6
nedodel emit.ast
7
nedodel emit.var
7
nedodel emit.var
8
nedodel commands.ast
8
nedodel commands.ast
9
nedodel commands.var
9
nedodel commands.var
10
nedodel io.ast
10
nedodel io.ast