kolibrios-fun/programs/games/megamaze/trunk/build.bat

6 lines
109 B
Batchfile
Raw Normal View History

@echo lang fix en >lang.inc
@fasm -m 16384 megamaze.asm megamaze
@erase lang.inc
@kpack megamaze
@pause