Skip to content

Commit

Permalink
Build removeuserinstalls with -mwindows.
Browse files Browse the repository at this point in the history
(cherry picked from commit a333feb)
  • Loading branch information
Esme Povirk committed Jan 25, 2023
1 parent ee26688 commit 5534dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 5534dcf

Please sign in to comment.