- Move source code from `trunk` into root directory. - Checked ASM include paths. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
6 lines
99 B
Batchfile
6 lines
99 B
Batchfile
@erase lang.inc
|
|
@echo lang fix en_US >lang.inc
|
|
@fasm @rcher.asm @rcher
|
|
@erase lang.inc
|
|
@pause
|