mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-26 21:01:51 -04:00
6 lines
146 B
Batchfile
6 lines
146 B
Batchfile
if not exist bin mkdir bin
|
|
@fasm.exe ..\nnp.asm bin\nnp.obj
|
|
|
|
@fasm.exe -m 16384 nnp_points.asm bin\nnp_points.kex
|
|
@kpack nnp_points.kex
|
|
pause |