Rev 1065 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1065 | Rev 1068 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | echo off |
2 | echo off |
3 | 3 | ||
4 | if not exist rom md rom |
4 | if not exist rom md rom |
5 | if not exist lst md lst |
5 | if not exist lst md lst |
6 | set path=%path%;d:\yad\svn\pentevo\tools\asl\bin;d:\yad\svn\pentevo\tools\mhmt |
- | |
7 | set includes=d:\yad\svn\pentevo\rom |
- | |
8 | 6 | ||
- | 7 | if "%BUILDFULL%"=="" call ../../setpath.bat |
|
- | 8 | ||
9 | cd ..\..\fat_boot\source |
9 | cd %rootdir%\fat_boot\source |
10 | 10 | ||
11 | call build.bat |
11 | call build.bat |
12 | 12 | ||
13 | cd ..\..\page5\source |
13 | cd %rootdir%\page5\source |
14 | 14 | ||
15 | mhmt -mlz 8x8_ar.fnt 8x8_ar_pack.bin |
15 | mhmt -mlz 8x8_ar.fnt 8x8_ar_pack.bin |
16 | mhmt -mlz 866_code.fnt 866_code_pack.bin |
16 | mhmt -mlz 866_code.fnt 866_code_pack.bin |
17 | mhmt -mlz atm_code.fnt atm_code_pack.bin |
17 | mhmt -mlz atm_code.fnt atm_code_pack.bin |
18 | mhmt -mlz perfpack.bin perfpack_pack.bin |
18 | mhmt -mlz perfpack.bin perfpack_pack.bin |
Line 20... | Line 20... | ||
20 | asl -U -L -x -olist lst\rst8service.lst -i %includes% rst8service.a80 |
20 | asl -U -L -x -olist lst\rst8service.lst -i %includes% rst8service.a80 |
21 | p2bin rst8service.p ..\rst8service.rom -r $-$ -k |
21 | p2bin rst8service.p ..\rst8service.rom -r $-$ -k |
22 | 22 | ||
23 | asl -U -L -x -olist lst\rst8service_fe.lst -i %includes% -D DOS_FE rst8service.a80 |
23 | asl -U -L -x -olist lst\rst8service_fe.lst -i %includes% -D DOS_FE rst8service.a80 |
24 | p2bin rst8service.p ..\rst8service_fe.rom -r $-$ -k |
24 | p2bin rst8service.p ..\rst8service_fe.rom -r $-$ -k |
- | 25 | ||
- | 26 | ||
- | 27 | if NOT "%BUILDFULL%"=="" exit /b |
|
- | 28 | ||
- | 29 | set PATH=%oldpath% |
|
25 | 30 |