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