Files
kolibrios/programs/other/outdated/param/build_en.bat
Andrew 9f476a35ee
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 2m20s
Build system / Build (pull_request) Successful in 17m1s
outdated/param: Post-SVN tidy
- Move source code from `trunk` into root directory.
- Update build files and ASM include paths.
2025-11-18 14:37:13 +00:00

6 lines
97 B
Batchfile

@erase lang.inc
@echo lang fix en_US >lang.inc
@fasm param.asm param
@erase lang.inc
@pause