files
kolibrios/programs/fs/kfar/build_en.bat
Andrew 0d2ac7d185 fs/kfar: Post-SVN tidy
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
2025-05-25 10:20:27 +01:00

7 lines
117 B
Batchfile

@erase lang.inc
@echo lang fix en_US >lang.inc
@fasm -m 16384 kfar.asm kfar
@erase lang.inc
@kpack kfar
@pause