files
kolibrios/programs/develop/tinypad/build_en.bat
Andrew 8afb107ed1 develop/tinypad: Post-SVN tidy
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-05-24 13:21:19 +01:00

6 lines
100 B
Batchfile

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