Subversion Repositories NedoOS

Rev

Rev 50 | Rev 197 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download

  1. @echo off
  2. path =..\_sdk\;..\..\_sdk\
  3.  
  4. echo ...compiling...
  5. nedolang ../_sdk/fmttg.h export.c exporttg.c ../_sdk/io.c
  6. type err.f
  7.  
  8. echo ...tokenizing...
  9. nedotok exp.s ../_sdk/fmttg.var export.ast export.var exporttg.ast exporttg.var ../_sdk/lib.i ../_sdk/str.i ../_sdk/io.i ../_sdk/io.ast ../_sdk/io.var ../_sdk/print.i
  10.  
  11. echo ...assembling...
  12. nedoasm exp.S_
  13. type asmerr.f
  14.  
  15. pause
  16.