- Move source code from `trunk` into root directory. - Update build files and ASM include paths.
7 lines
114 B
Batchfile
7 lines
114 B
Batchfile
@erase lang.inc
|
|
@echo lang fix et_EE >lang.inc
|
|
@fasm -m 16384 @rb.asm @rb
|
|
@kpack @rb
|
|
@erase lang.inc
|
|
@pause
|