Subversion Repositories Kolibri OS

Rev

Rev 2462 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2462 Rev 3714
Line 2... Line 2...
2
if not exist bin\font6x9.bmp @copy ..\..\..\fs\kfar\trunk\font6x9.bmp bin\font6x9.bmp
2
if not exist bin\font6x9.bmp @copy ..\..\..\fs\kfar\trunk\font6x9.bmp bin\font6x9.bmp
3
@copy *.png bin\*.png
3
@copy *.png bin\*.png
4
@copy *.txt bin\*.txt
4
@copy *.txt bin\*.txt
5
@fasm.exe -m 16384 log_el.asm bin\log_el.kex
5
@fasm.exe -m 16384 log_el.asm bin\log_el.kex
6
@kpack bin\log_el.kex
6
@kpack bin\log_el.kex
7
if not exist bin\buf2d.obj @fasm.exe -m 16384 ..\..\..\develop\libraries\buf2d\trunk\buf2d.asm bin\buf2d.obj
-
 
8
@kpack bin\buf2d.obj
-
 
9
pause
7
pause