kolibrios/programs/network/tftpc/build.bat

6 lines
115 B
Batchfile
Raw Normal View History

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