From b9ddd2812b92d7d47fd90d686ea1827c276c9c47 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 30 Aug 2006 19:38:39 +0200 Subject: [PATCH] Create disassembly for i386-dos32.djgpp2-stubify.h. --- src/stub/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stub/Makefile b/src/stub/Makefile index 14d95373..3605a473 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -423,6 +423,7 @@ i386-dos32.djgpp2.h : $(srcdir)/src/$$T.S i386-dos32.djgpp2-stubify.h : $(srcdir)/src/$$T.asm $(call tc,djasm) --outtype=exe --gmtime=1070220810 --inname=stub.asm --outname=stub.h $< tmp/$T.bin + $(call tc,objdump) -b binary -m i8086 -D --start-address=0x254 tmp/$T.bin | $(RTRIM) > tmp/$T.bin.disasm $(call tc,bin2h) --ident=stubify_stub -q tmp/$T.bin $@