Files
kolibrios-gitea/programs/media/voxel_editor/build_ru.bat
Andrew 76aa61e278 media/voxel_editor: Post-SVN tidy
- Move source code from `trunk` into 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-06-01 01:29:45 +01:00

5 lines
143 B
Batchfile

if not exist bin mkdir bin
@copy *.vox bin\*.vox
@fasm.exe -m 16384 voxel_editor.asm bin\voxel_editor.kex
@kpack bin\voxel_editor.kex
pause