Blame src/versioninfo.rc.in

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