1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Create disassembly for i386-dos32.djgpp2-stubify.h.

This commit is contained in:
Markus F.X.J. Oberhumer 2006-08-30 19:38:39 +02:00
parent ba54b56de4
commit b9ddd2812b

View File

@ -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 $@