aboutsummaryrefslogtreecommitdiffstats
path: root/common/w32info-rc.h.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-12speedo: Patch ELF binaries to use built librariesWerner Koch1-1/+1
* build-aux/speedo.mk: Remove GUI stuff. Add patchelf feature. * Makefile.am (speedo): New target. -- GnuPG-bug-id: 6710
2023-01-20doc: Update copyright notices.Werner Koch1-1/+1
-- Note that we now print Copyright g10 Code instead of FSF.
2021-02-21tools,w32: Add resource and manifest files to all binaries.Beta-2.3.0-beta1598Werner Koch1-2/+2
--
2018-02-22Release 2.2.5gnupg-2.2.5Werner Koch1-1/+1
Signed-off-by: Werner Koch <[email protected]>
2017-01-23Update copyright notices for 2017.Werner Koch1-1/+1
-- Also some http:// -> https:// fixes. Signed-off-by: Werner Koch <[email protected]>
2015-02-03Update copyright years.Werner Koch1-2/+2
* common/w32info-rc.h.in (W32INFO_COMPANYNAME): Change to "The GnuPG Project".
2013-05-07w32: Add icons and version information.Werner Koch1-0/+32
* common/gnupg.ico: New. Take from artwork/gnupg-favicon-1.ico. * agent/gpg-agent-w32info.rc: New. * g10/gpg-w32info.rc: New. * scd/scdaemon-w32info.rc: New. * sm/gpgsm-w32info.rc: New. * tools/gpg-connect-agent-w32info.rc: New. * common/w32info-rc.h.in: New. * configure.ac (BUILD_REVISION, BUILD_FILEVERSION, BUILD_TIMESTAMP) (BUILD_HOSTNAME): New. (AC_CONFIG_FILES): Add w32info-rc.h. * am/cmacros.am (.rc.o): New rule. * agent/Makefile.am, common/Makefile.am, g10/Makefile.am * scd/Makefile.am, sm/Makefile.am, tools/Makefile.am: Add stuff to build resource files. -- Signed-off-by: Werner Koch <[email protected]> (cherry picked from commit 049b3d9ca0285d15c00c215ac9b533c994196ca4) Solved conflicts in: agent/Makefile.am common/Makefile.am g10/Makefile.am scd/Makefile.am sm/Makefile.am tools/Makefile.am