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

7 lines
114 B
Batchfile

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