files
kolibrios-gitea/programs/develop/examples/thread/build_en.bat
Andrew a58359ba87 develop/examples/thread: Post-SVN tidy
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-05-23 00:31:36 +01:00

5 lines
82 B
Batchfile

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