files
kolibrios/programs/develop/examples/hello/build_en.bat
Andrew 396ea0f059 develop/examples/hello: Post-SVN tidy
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-05-23 00:18:50 +01:00

6 lines
97 B
Batchfile

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