Files
kolibrios-gitea/programs/develop/examples/rtdata/build_ru.bat
Andrew f861b2020f develop/examples/rdata: 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-23 04:05:54 +01:00

6 lines
99 B
Batchfile

@erase lang.inc
@echo lang fix ru_RU >lang.inc
@fasm rtdata.asm rtdata
@erase lang.inc
@pause