mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
w32: Add missing manifests and set a requestedExecutionLevel.
* agent/gpg-agent.w32-manifest.in: New. * dirmngr/dirmngr-client-w32info.rc: New. * dirmngr/dirmngr-client.w32-manifest.in: New. * dirmngr/dirmngr-w32info.rc: New. * dirmngr/dirmngr.w32-manifest.in: New. * dirmngr/dirmngr_ldap-w32info.rc: New. * dirmngr/dirmngr_ldap.w32-manifest.in: New. * g10/gpgv-w32info.rc: New. * g10/gpgv.w32-manifest.in: New. * kbx/keyboxd.w32-manifest.in: New. * scd/scdaemon.w32-manifest.in: New. * sm/gpgsm.w32-manifest.in: New. -- This avoids the use of the VirtualStore uner Windows. GnuPG-bug-id: 6503
This commit is contained in:
parent
42bea7de16
commit
3a438a1cc3
31 changed files with 534 additions and 22 deletions
|
@ -38,12 +38,17 @@ gpg_card_rc_objs = gpg-card-w32info.o
|
|||
gpgtar_rc_objs = gpgtar-w32info.o
|
||||
gpg_check_pattern_rc_objs = gpg-check-pattern-w32info.o
|
||||
gpg_wks_client_rc_objs = gpg-wks-client-w32info.o
|
||||
resource_objs += $(gpg_connect_agent_rc_objs)
|
||||
resource_objs += $(gpgconf_rc_objs)
|
||||
resource_objs += $(gpg_card_tool_rc_objs)
|
||||
resource_objs += $(gpgtar_rc_objs)
|
||||
resource_objs += $(gpg_check_pattern_rc_objs)
|
||||
resource_objs += $(gpg_wks_client_rc_objs)
|
||||
|
||||
gpg-connect-agent-w32info.o : gpg-connect-agent.w32-manifest \
|
||||
../common/w32info-rc.h
|
||||
gpgconf-w32info.o : gpgconf.w32-manifest ../common/w32info-rc.h
|
||||
gpg-card-w32info.o : gpg-card.w32-manifest ../common/w32info-rc.h
|
||||
gpgtar-w32info.o : gpgtar.w32-manifest ../common/w32info-rc.h
|
||||
gpg-check-pattern-w32info.o : gpg-check-pattern.w32-manifest \
|
||||
../common/w32info-rc.h
|
||||
gpg-wks-client-w32info.o : gpg-wks-client.w32-manifest \
|
||||
../common/w32info-rc.h
|
||||
|
||||
endif
|
||||
|
||||
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS) $(LIBASSUAN_CFLAGS)
|
||||
|
|
|
@ -15,4 +15,11 @@
|
|||
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><!-- Vista -->
|
||||
</application>
|
||||
</compatibility>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
|
|
|
@ -15,4 +15,11 @@
|
|||
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><!-- Vista -->
|
||||
</application>
|
||||
</compatibility>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
|
|
|
@ -15,4 +15,11 @@
|
|||
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><!-- Vista -->
|
||||
</application>
|
||||
</compatibility>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
|
|
|
@ -15,4 +15,11 @@
|
|||
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><!-- Vista -->
|
||||
</application>
|
||||
</compatibility>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
|
|
|
@ -15,4 +15,11 @@
|
|||
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><!-- Vista -->
|
||||
</application>
|
||||
</compatibility>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
|
|
|
@ -15,4 +15,11 @@
|
|||
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><!-- Vista -->
|
||||
</application>
|
||||
</compatibility>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue