1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

tools,w32: Add resource and manifest files to all binaries.

--
This commit is contained in:
Werner Koch 2021-02-21 12:09:57 +01:00
parent c7d389e772
commit 54c1f2518e
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
17 changed files with 378 additions and 21 deletions

View file

@ -17,7 +17,7 @@ you can redistribute it and/or modify it under the terms of the \
GNU General Public License as published by the Free Software Foundation; \
either version 3 of the License, or (at your option) any later version.\0"
#define W32INFO_COMPANYNAME "The GnuPG Project\0"
#define W32INFO_COMPANYNAME "g10 Code GmbH\0"
#define W32INFO_VI_FILEVERSION @BUILD_FILEVERSION@
#define W32INFO_VI_PRODUCTVERSION @BUILD_FILEVERSION@
@ -29,4 +29,4 @@ built on @BUILD_HOSTNAME@ at @BUILD_TIMESTAMP@\0"
#define W32INFO_PRODUCTVERSION "@VERSION@\0"
#define W32INFO_LEGALCOPYRIGHT "Copyright \xa9 \
2018 Free Software Foundation, Inc.\0"
2021 g10 Code GmbH\0"