mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-16 20:02:35 +03:00
4 lines
102 B
Batchfile
4 lines
102 B
Batchfile
|
if not exist bin mkdir bin
|
||
|
@fasm.exe -m 16384 tinygl.asm bin\tinygl.obj
|
||
|
@kpack bin\tinygl.obj
|
||
|
pause
|