Subversion Repositories Kolibri OS

Rev

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
2815 IgorA 9
if not exist bin\vaz2106.vox @copy ..\..\..\..\..\media\voxel_editor\trunk\vaz2106.vox bin\vaz2106.vox
2185 IgorA 10
 
11
@fasm.exe -m 16384 e0_dr_lines.asm bin\e0_dr_lines.kex
12
@fasm.exe -m 16384 e1_scaling.asm bin\e1_scaling.kex
13
@fasm.exe -m 16384 e2_images.asm bin\e2_images.kex
14
@fasm.exe -m 16384 e3_text.asm bin\e3_text.kex
15
@fasm.exe -m 16384 e4_graf_ed.asm bin\e4_graf_ed.kex
2230 IgorA 16
@fasm.exe -m 16384 e5_lines_sm.asm bin\e5_lines_sm.kex
2815 IgorA 17
@fasm.exe -m 16384 e6_vox_1g.asm bin\e6_vox_1g.kex
18
@fasm.exe -m 16384 e7_vox_3g.asm bin\e7_vox_3g.kex
3105 IgorA 19
@fasm.exe -m 16384 e8_filters.asm bin\e8_filters.kex
2185 IgorA 20
 
21
@kpack bin\e0_dr_lines.kex
22
@kpack bin\e1_scaling.kex
23
@kpack bin\e2_images.kex
24
@kpack bin\e3_text.kex
25
@kpack bin\e4_graf_ed.kex
2230 IgorA 26
@kpack bin\e5_lines_sm.kex
2815 IgorA 27
@kpack bin\e6_vox_1g.kex
28
@kpack bin\e7_vox_3g.kex
3105 IgorA 29
@kpack bin\e8_filters.kex
2185 IgorA 30
pause