Subversion Repositories NedoOS

Rev

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/read.c ../_sdk/fmttg.h token.c tokenz80.c
3
..\_sdk\nedolang ../_sdk/read.c ../_sdk/fmttg.h token.c tokenz80.c
4
type err.f
4
type err.f
5
..\_sdk\nedotok tok_os.s ../_sdk/read.ast ../_sdk/read.var ../_sdk/fmttg.var token.ast token.var tokenz80.ast tokenz80.var ../_sdk/lib.i ../_sdk/io_os.i ../_sdk/str.i ../../_sdk/sysdefs.asm
5
..\_sdk\nedotok tok_os.s ../_sdk/lib.i ../_sdk/io_os.i ../_sdk/str.i ../../_sdk/sysdefs.asm
6
..\_sdk\nedoasm tok_os.S_
6
..\_sdk\nedoasm tok_os.S_
7
type asmerr.f
7
type asmerr.f
8
move /Y tok_os.bin tok.com > nul
8
move /Y tok_os.bin tok.com > nul
9
 
9
 
10
if "%currentdir%"=="" (
10
if "%currentdir%"=="" (