From 14d75b222f2720eca424fb59bf0f5ff2cef87776 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Sat, 26 Oct 2024 09:52:12 -0700 Subject: [PATCH] -DWINDOWS_BACK=1 for PE modified: stub/Makefile --- src/stub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/Makefile b/src/stub/Makefile index 0d44f629..5d6cdcd6 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -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 $@