- 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.
6 lines
95 B
Batchfile
6 lines
95 B
Batchfile
@erase lang.inc
|
|
@echo lang fix en_US >lang.inc
|
|
@fasm pic4.asm pic4
|
|
@erase lang.inc
|
|
@pause
|