From 5534dcfc6bee5b22f19ef95ae2ed71aed15fa02c Mon Sep 17 00:00:00 2001 From: Esme Povirk Date: Wed, 25 Jan 2023 13:23:20 -0600 Subject: [PATCH] Build removeuserinstalls with -mwindows. (cherry picked from commit a333feb59d4d7a8096f47983f0457594968f77eb) --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 2b98abb3..659ccec1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -126,7 +126,7 @@ clean-build: clean-build-installinf-$(1) # removeuserinstalls.exe $$(BUILDDIR)/removeuserinstalls-$(1).exe: $$(SRCDIR)/tools/removeuserinstalls/removeuserinstalls.c $$(MINGW_DEPS) - $$(MINGW_ENV) $$(MINGW_$(1))-gcc $$< -lmsi -lole32 -municode -o $$@ $$(PDB_CFLAGS_$(1)) $$(PDB_LDFLAGS_$(1)) + $$(MINGW_ENV) $$(MINGW_$(1))-gcc $$< -lmsi -lole32 -municode -mwindows -o $$@ $$(PDB_CFLAGS_$(1)) $$(PDB_LDFLAGS_$(1)) support-removeuserinstalls-$(1): $$(BUILDDIR)/removeuserinstalls-$(1).exe mkdir -p $$(IMAGEDIR)/support/