Rev 197 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
Rev 197 | Rev 237 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | @echo off |
1 | @echo off |
2 | path =..\_sdk\;..\..\_sdk\ |
2 | if "%settedpath%"=="" call "..\..\_sdk\setpath.bat" |
3 | nedolang ../_sdk/fmttg.h export.c exporttg.c ../_sdk/io.c |
3 | nedolang ../_sdk/fmttg.h export.c exporttg.c ../_sdk/io.c |
4 | type err.f |
4 | type err.f |
5 | 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 |
5 | 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 |
6 | nedoasm exp.S_ |
6 | nedoasm exp.S_ |
7 | type asmerr.f |
7 | type asmerr.f |