Rev 477 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 477 | 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 | nedores testpic.bmp testpic.da testpic.ast |
3 | nedores testpic.bmp testpic.da testpic.ast |
| 4 | nedolang spr.c |
4 | nedolang spr.c |
| 5 | type err.f |
5 | type err.f |
| 6 | nedotok main.s ../_sdk/sprite.i spr.ast spr.var ../_sdk/pt3play.i ../_sdk/ayfxplay.i ../_sdk/lib.i ../_sdk/runtime.i testpic.ast |
6 | nedotok main.s ../_sdk/sprite.i ../_sdk/pt3play.i ../_sdk/ayfxplay.i ../_sdk/lib.i ../_sdk/runtime.i testpic.ast |
| 7 | nedoasm main.S_ |
7 | nedoasm main.S_ |
| 8 | type asmerr.f |
8 | type asmerr.f |
| 9 | pause |
9 | pause |