Subversion Repositories Kolibri OS

Rev

Rev 2185 | Rev 2815 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2185 IgorA 1
if not exist bin mkdir bin
2
@fasm.exe -m 16384 ..\buf2d.asm bin\buf2d.obj
3
@kpack bin\buf2d.obj
4
 
5
if not exist bin\font8x9.bmp @copy ..\..\..\..\..\fs\kfar\trunk\font8x9.bmp bin\font8x9.bmp
6
@copy foto.jpg bin\foto.jpg
7
@copy img0.png bin\img0.png
8
@copy img1.png bin\img1.png
9
 
10
@fasm.exe -m 16384 e0_dr_lines.asm bin\e0_dr_lines.kex
11
@fasm.exe -m 16384 e1_scaling.asm bin\e1_scaling.kex
12
@fasm.exe -m 16384 e2_images.asm bin\e2_images.kex
13
@fasm.exe -m 16384 e3_text.asm bin\e3_text.kex
14
@fasm.exe -m 16384 e4_graf_ed.asm bin\e4_graf_ed.kex
2230 IgorA 15
@fasm.exe -m 16384 e5_lines_sm.asm bin\e5_lines_sm.kex
2185 IgorA 16
 
17
@kpack bin\e0_dr_lines.kex
18
@kpack bin\e1_scaling.kex
19
@kpack bin\e2_images.kex
20
@kpack bin\e3_text.kex
21
@kpack bin\e4_graf_ed.kex
2230 IgorA 22
@kpack bin\e5_lines_sm.kex
2185 IgorA 23
pause