files
kolibrios/programs/system/taskbar/build_en.bat
Andrew 5e946ad5ea
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 21s
Build system / Build (pull_request) Failing after 42s
system/taskbar: Post-SVN clean up
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-05-20 20:20:50 +01:00

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