File: version.rc.in

package info (click to toggle)
ccache 4.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,192 kB
  • sloc: cpp: 47,336; asm: 28,570; sh: 8,709; ansic: 5,357; python: 685; perl: 68; makefile: 23
file content (27 lines) | stat: -rw-r--r-- 1,000 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include <winres.h>

CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "ccache.exe.manifest"

VS_VERSION_INFO VERSIONINFO
FILEVERSION     @CCACHE_RCVERSION@
PRODUCTVERSION  @CCACHE_RCVERSION@
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904E4"
        BEGIN
            VALUE "InternalName",     "ccache\0"
            VALUE "LegalCopyright",   "This program is free software; 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"
            VALUE "OriginalFilename", "ccache.exe\0"
            VALUE "ProductName",      "Ccache\0"
            VALUE "ProductVersion",   "@CCACHE_VERSION@\0"
            VALUE "FileDescription",  "@CMAKE_PROJECT_DESCRIPTION@\0"
            VALUE "FileVersion",      "@CCACHE_VERSION@\0"
        END
    END

    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1252
    END
END