mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-14 22:49:07 -04:00
8 lines
175 B
Batchfile
8 lines
175 B
Batchfile
@echo lang fix en_US >lang.inc
|
|
@fasm.exe -m 16384 clip_put.asm clip_put
|
|
@fasm.exe -m 16384 clip_get.asm clip_get
|
|
@erase lang.inc
|
|
@kpack clip_put
|
|
@kpack clip_get
|
|
@pause
|