Login

Subversion Repositories NedoOS

Rev

Rev 930 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

@echo off
if "%settedpath%"=="" call "..\..\_sdk\setpath.bat"
..\_sdk\nedolang ../_sdk/read.c ../_sdk/fmttg.h token.c tokenz80.c
type err.f
..\_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
..\_sdk\nedoasm tok_os.S_
type asmerr.f
move /Y tok_os.bin tok.com > nul

if "%currentdir%"=="" (
 FOR %%j IN (*.com) DO (
 copy /Y %%j "../../../release/bin/" > nul
 "../../../tools/dmimg.exe" ../../../us/sd_nedo.vhd put %%j /bin/%%j
 )
rem pause
 if "%makeall%"=="" ..\..\..\us\emul.exe
)