?login_element?

Subversion Repositories NedoOS

Rev

Rev 930 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. @echo off
  2. if "%settedpath%"=="" call "..\..\_sdk\setpath.bat"
  3. ..\_sdk\nedolang ../_sdk/emit.c ../_sdk/fmttg.h asm.c asmloop.c
  4. type err.f
  5. ..\_sdk\nedotok asm_os.s ../_sdk/emit.ast ../_sdk/emit.var ../_sdk/fmttg.var asm.ast asm.var asmloop.ast asmloop.var ../_sdk/lib.i ../_sdk/io_os.i ../_sdk/str.i ../../_sdk/sysdefs.asm findlbl.i
  6. ..\_sdk\nedoasm asm_os.S_
  7. type asmerr.f
  8. move /Y asm_os.bin asm.com > nul
  9. if "%currentdir%"=="" (pause)
  10.