- Move source code from `trunk` into program root directory. - Update ASM include paths. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
5 lines
147 B
Batchfile
5 lines
147 B
Batchfile
@fasm -m 16384 font_.asm font01.ksf
|
|
@fasm -m 65536 fonts_lib.asm
|
|
@fasm -m 65536 font_ex.asm font_ex.kex
|
|
@kpack font_ex.kex
|
|
@kpack fonts_lib.obj |