Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | w32: Add missing supportedOS Ids for Windows-10 | Werner Koch | 2023-05-24 | 1 | -0/+1 |
| | | | | -- | ||||
* | w32: Add missing manifests and set a requestedExecutionLevel. | Werner Koch | 2023-05-24 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | w32: Add manifest to gpg. | Werner Koch | 2015-02-04 | 1 | -0/+17 |
* g10/gpg.w32-manifest.in: New. * g10/gpg-w32info.rc: Add manifest. * g10/Makefile.am (EXTRA_DIST): Add manifest. (gpg-w32info.o): Depend on manifest. * configure.ac (BUILD_VERSION): New. (AC_CONFIG_FILES): Add manifest. -- There are no dependencies yet defined - we need to do this for the libs first. Signed-off-by: Werner Koch <wk@gnupg.org> |