Files
kolibrios-gitea/programs/other/outdated/param/build_en.bat
Andrew 9f476a35ee 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