Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
507 savelij 1
@ECHO OFF
2
 
585 savelij 3
cd ..\..\fat_boot\source
573 savelij 4
 
623 savelij 5
..\..\..\tools\asw\bin\asw -U -L make_micro_boot_fat.a80
573 savelij 6
..\..\..\tools\asw\bin\p2bin make_micro_boot_fat.p micro_boot_fat.rom -r $-$ -k
7
 
8
..\..\..\tools\mhmt\mhmt -mlz micro_boot_fat.rom micro_boot_fat_pack.rom
9
 
10
cd ..\..\page5\source
11
 
12
..\..\..\tools\mhmt\mhmt -mlz 8x8_ar.fnt 8x8_ar_pack.bin
13
..\..\..\tools\mhmt\mhmt -mlz 866_code.fnt 866_code_pack.bin
14
..\..\..\tools\mhmt\mhmt -mlz atm_code.fnt atm_code_pack.bin
596 savelij 15
..\..\..\tools\mhmt\mhmt -mlz perfpack.bin perfpack_pack.bin
573 savelij 16
 
623 savelij 17
..\..\..\tools\asw\bin\asw -U -L rst8service.a80
507 savelij 18
..\..\..\tools\asw\bin\p2bin rst8service.p ..\rst8service.rom -r $-$ -k
19
 
573 savelij 20
del 8x8_ar_pack.bin
21
del 866_code_pack.bin
22
del atm_code_pack.bin
23
 
507 savelij 24
pause