7 lines
123 B
Batchfile
Raw Normal View History

@erase lang.inc
2024-06-03 00:34:02 +01:00
@echo lang fix en_US >lang.inc
@fasm -m 16384 pcidev.asm pcidev
@kpack pcidev
@erase lang.inc
2024-06-03 00:34:02 +01:00
@pause