forked from KolibriOS/kolibrios
- 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.
5 lines
143 B
Batchfile
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 |