Rev 237 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 237 | Rev 2349 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | if "%settedpath%"=="" call "..\..\_sdk\setpath.bat" |
1 | if "%settedpath%"=="" call "..\..\_sdk\setpath.bat" |
| 2 | call compile.bat |
2 | call compile.bat |
| 3 | md tmp |
3 | md tmp |
| 4 | copy *.ast tmp |
- | |
| 5 | copy *.var tmp |
- | |
| 6 | del *.ast |
- | |
| 7 | del *.var |
- | |
| 8 | del tok.f |
4 | del tok.f |
| 9 | copy export.A_ tok.f |
5 | copy export.A_ tok.f |
| 10 | copy *.A_ tmp |
6 | copy *.A_ tmp |
| 11 | copy *.V_ tmp |
7 | copy *.V_ tmp |
| 12 | copy *.S_ tmp |
8 | copy *.S_ tmp |