kolibrios/programs/develop/examples/hello/trunk/build_en.bat

6 lines
97 B
Batchfile

@erase lang.inc
@echo lang fix en_US >lang.inc
@fasm hello.asm hello
@erase lang.inc
@pause