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

-DWINDOWS_BACK=1 for PE

modified:   stub/Makefile
This commit is contained in:
John Reiser 2024-10-26 09:52:12 -07:00
parent b10d2b7365
commit 14d75b222f

View File

@ -1459,7 +1459,7 @@ i386-win32.pe.h : tc_list = arch-i386 default
i386-win32.pe.h : tc_bfdname = elf32-i386
i386-win32.pe.h : $(srcdir)/src/$$T.S
$(call tc,gcc) -c -x assembler-with-cpp $< -o tmp/$T.bin
$(call tc,gcc) -c -x assembler-with-cpp -DWINDOWS_BACK=1 $< -o tmp/$T.bin
$(call tc,f-embed_objinfo,tmp/$T.bin)
$(call tc,bin2h-c) tmp/$T.bin $@