Blame src/versioninfo.rc.in

Packit Service 672cf4
/* versioninfo.rc.in - for gpgme
Packit Service 672cf4
 *    Copyright (C) 2005 g10 Code GmbH
Packit Service 672cf4
 *
Packit Service 672cf4
 * This file is free software; as a special exception the author gives
Packit Service 672cf4
 * unlimited permission to copy and/or distribute it, with or without
Packit Service 672cf4
 * modifications, as long as this notice is preserved.
Packit Service 672cf4
 *
Packit Service 672cf4
 * This program is distributed in the hope that it will be useful, but
Packit Service 672cf4
 * WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
Packit Service 672cf4
 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Packit Service 672cf4
 */
Packit Service 672cf4
Packit Service 672cf4
/* This file is processed by configure to create versioninfo.rc */
Packit Service 672cf4
Packit Service 672cf4
#line __LINE__ "versioninfo.rc.in"
Packit Service 672cf4
Packit Service 672cf4
#include <afxres.h>
Packit Service 672cf4
Packit Service 672cf4
Packit Service 672cf4
VS_VERSION_INFO VERSIONINFO
Packit Service 672cf4
 FILEVERSION @BUILD_FILEVERSION@
Packit Service 672cf4
 PRODUCTVERSION @BUILD_FILEVERSION@
Packit Service 672cf4
 FILEFLAGSMASK 0x3fL
Packit Service 672cf4
#ifdef _DEBUG
Packit Service 672cf4
 FILEFLAGS 0x21L
Packit Service 672cf4
#else
Packit Service 672cf4
 FILEFLAGS 0x20L
Packit Service 672cf4
#endif
Packit Service 672cf4
 FILEOS 0x40004L
Packit Service 672cf4
 FILETYPE 0x1L
Packit Service 672cf4
 FILESUBTYPE 0x0L
Packit Service 672cf4
BEGIN
Packit Service 672cf4
    BLOCK "StringFileInfo"
Packit Service 672cf4
    BEGIN
Packit Service 672cf4
        BLOCK "040904b0"
Packit Service 672cf4
        BEGIN
Packit Service 672cf4
            VALUE "Comments", "Provided under the terms of the GNU Lesser General Public License.\0"
Packit Service 672cf4
            VALUE "CompanyName", "g10 Code GmbH\0"
Packit Service 672cf4
            VALUE "FileDescription", "GPGME - GnuPG Made Easy\0"
Packit Service 672cf4
            VALUE "FileVersion", "@LIBGPGME_LT_CURRENT@.@LIBGPGME_LT_AGE@.@LIBGPGME_LT_REVISION@.@BUILD_REVISION@\0"
Packit Service 672cf4
            VALUE "InternalName", "gpgme\0"
Packit Service 0ef63b
            VALUE "LegalCopyright", "Copyright © 2001-2018 g10 Code GmbH\0"
Packit Service 672cf4
            VALUE "LegalTrademarks", "\0"
Packit Service 672cf4
            VALUE "OriginalFilename", "gpgme.dll\0"
Packit Service 672cf4
            VALUE "PrivateBuild", "\0"
Packit Service 672cf4
            VALUE "ProductName", "GPGME\0"
Packit Service 672cf4
            VALUE "ProductVersion", "@VERSION@\0"
Packit Service 672cf4
            VALUE "SpecialBuild", "@BUILD_TIMESTAMP@\0"
Packit Service 672cf4
        END
Packit Service 672cf4
    END
Packit Service 672cf4
END
Packit Service 672cf4