mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 13:06:43 -04:00
7 lines
114 B
Batchfile
7 lines
114 B
Batchfile
@erase lang.inc
|
|
@echo lang fix en_US >lang.inc
|
|
@fasm -m 16384 @rb.asm @rb
|
|
@kpack @rb
|
|
@erase lang.inc
|
|
@pause
|