-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
1 changed files with 1 additions and 1 deletions

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