files
kolibrios/programs/develop/examples/ipc/build_ru.bat
Andrew 78a82bac5d develop/examples/ipc: 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 00:28:07 +01:00

6 lines
93 B
Batchfile

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