mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-15 06:58:34 -04:00
7 lines
128 B
Batchfile
7 lines
128 B
Batchfile
@erase lang.inc
|
|
@echo lang fix en_US >lang.inc
|
|
@fasm -m 16384 taskbar.asm @taskbar
|
|
@erase lang.inc
|
|
@kpack @taskbar
|
|
@pause
|