Files
kolibrios-gitea/programs/develop/examples/cpuspeed/build_en.bat
Andrew 92b71dacb2 develop/examples/cpuspeed: 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-22 13:50:27 +01:00

6 lines
103 B
Batchfile

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