files
kolibrios-gitea/programs/develop/str_double/build_en.bat
Andrew e90464a2ae develop/strcode: Post-SVN tidy
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-05-24 13:08:31 +01:00

6 lines
107 B
Batchfile

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