mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 04:12:34 +03:00
4 lines
99 B
Batchfile
4 lines
99 B
Batchfile
|
if not exist bin mkdir bin
|
||
|
@fasm.exe -m 16384 buf2d.asm bin\buf2d.obj
|
||
|
@kpack bin\buf2d.obj
|
||
|
pause
|