files
kolibrios/programs/system/run/build_en.bat
Andrew 3ea561f6b5 system/run: Post-SVN clean up
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-05-20 20:05:05 +01:00

7 lines
105 B
Batchfile

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