Rev 1068 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1068 | Rev 1186 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | 1 | ||
| 2 | echo off |
2 | echo off |
| 3 | 3 | ||
| 4 | if not exist rom md rom |
- | |
| 5 | if not exist lst md lst |
4 | if not exist tmp md tmp |
| 6 | 5 | ||
| 7 | if "%BUILDFULL%"=="" call ../../setpath.bat |
6 | if "%BUILDFULL%"=="" call ../../setpath.bat |
| 8 | 7 | ||
| 9 | asl -U -L -x -olist lst\dos_fe.lst -i %includes% dos_fe.a80 |
8 | asl -U -L -x -olist tmp\dos_fe.lst -i %includes% dos_fe.a80 |
| 10 | p2bin dos_fe.p rom\dos_fe.rom -r $-$ -k |
9 | p2bin dos_fe.p tmp\dos_fe.rom -r $-$ -k |
| 11 | - | ||
| 12 | mhmt -mlz rom\dos_fe.rom ..\dos_fe_pack.rom |
- | |
| 13 | 10 | ||
| - | 11 | mhmt -mlz tmp\dos_fe.rom ..\dos_fe_pack.rom |
|
| 14 | 12 | ||
| 15 | if NOT "%BUILDFULL%"=="" exit /b |
13 | if NOT "%BUILDFULL%"=="" exit /b |
| 16 | 14 | ||
| 17 | set PATH=%oldpath% |
15 | set PATH=%oldpath% |
| 18 | 16 | ||