forked from KolibriOS/kolibrios
f9537aeeae
git-svn-id: svn://kolibrios.org@3714 a494cfbc-eb01-0410-851d-a64ba20cac60
8 lines
237 B
Batchfile
8 lines
237 B
Batchfile
if not exist bin mkdir bin
|
|
if not exist bin\font6x9.bmp @copy ..\..\..\fs\kfar\trunk\font6x9.bmp bin\font6x9.bmp
|
|
@copy *.png bin\*.png
|
|
@copy *.txt bin\*.txt
|
|
@fasm.exe -m 16384 log_el.asm bin\log_el.kex
|
|
@kpack bin\log_el.kex
|
|
pause
|