[pkg-opensc-commit] [pkcs11-helper] 146/253: Add version resource for Windows
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository pkcs11-helper.
commit d0e32c0d936f109f2c0e93f01fba0b2679e1c294
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date: Sat Feb 2 13:15:40 2008 +0000
Add version resource for Windows
---
lib/versioninfo.rc | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/lib/versioninfo.rc b/lib/versioninfo.rc
new file mode 100644
index 0000000..9e618d9
--- /dev/null
+++ b/lib/versioninfo.rc
@@ -0,0 +1,52 @@
+/* versioninfo.rc.in - for libgcrypt
+ * Copyright (C) 2005, 2006 g10 Code GmbH
+ *
+ * This file is free software; as a special exception the author gives
+ * unlimited permission to copy and/or distribute it, with or without
+ * modifications, as long as this notice is preserved.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+ * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+/* This file is processed by configure to create versioninfo.rc */
+
+#line __LINE__ "versioninfo.rc.in"
+
+#include <afxres.h>
+
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,0,0,0
+ PRODUCTVERSION 1,5,0,0
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x21L
+#else
+ FILEFLAGS 0x20L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "Comments", "Provided under the terms of the GNU General Public License (LGPLv2.1+), or BSD.\0"
+ VALUE "CompanyName", "OpenSC Project\0"
+ VALUE "FileDescription", "pkcs11-helper - An easy way to access PKCS#11 modules\0"
+ VALUE "FileVersion", "1.0.0.0\0"
+ VALUE "InternalName", "pkcs11-helper\0"
+ VALUE "LegalCopyright", "Copyright � 2006-2008 Alon Bar-Lev <alon.barlev at gmail.com>\0"
+ VALUE "LegalTrademarks", "\0"
+ VALUE "OriginalFilename", "pkcs11-helper-1.dll\0"
+ VALUE "PrivateBuild", "\0"
+ VALUE "ProductName", "pkcs11-helper\0"
+ VALUE "ProductVersion", "1,5,0,0\0"
+ VALUE "SpecialBuild", " debug threading token data certificate slotevent openssl engine_crypto\0"
+ END
+ END
+END
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list