Files
kolibrios/programs/other/outdated/rb/build_et.bat
Andrew 740fd17da6 outdated/rb: Post-SVN tidy
- Move source code from `trunk` into root directory.
- Update build files and ASM include paths.
2025-11-18 14:44:39 +00:00

7 lines
114 B
Batchfile

@erase lang.inc
@echo lang fix et_EE >lang.inc
@fasm -m 16384 @rb.asm @rb
@kpack @rb
@erase lang.inc
@pause