1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Add missing fiels for W32.

New agent commands: GETINFO and KILLAGENT (w32 only).
Agent does now detach from the console.
This commit is contained in:
Werner Koch 2007-06-18 10:33:12 +00:00
parent c742065a30
commit ad4a6067ca
9 changed files with 330 additions and 1 deletions

View file

@ -60,7 +60,7 @@ if HAVE_W32_SYSTEM
$(WINDRES) `echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | \
sed -e 's/-I/--include-dir /g;s/-D/--define /g'` -i $< -o $@
gpg_agent_res_ldflags = -Wl,gpg-agent-resource.o
gpg_agent_res_ldflags = -Wl,gpg-agent-resource.o -Wl,--subsystem,windows
gpg_agent_res_deps = gpg-agent-resource.o
else
gpg_agent_res_ldflags =