]> git.sesse.net Git - x264/blob - gtk/x264gtk.rc
1ef6053d5ea0f024b9335b18ba00f669d4f38f47
[x264] / gtk / x264gtk.rc
1 // Wormux resource for win32 target
2
3 #include <winver.h>
4 #include "../config.h"
5 #if ENABLE_NLS
6 #  define IS_NLS_ENABLED "yes"
7 #else
8 #  define IS_NLS_ENABLED "no"
9 #endif
10
11 1 VERSIONINFO
12 FILEVERSION 0,45,0,0
13 PRODUCTVERSION 0,45,0,0
14 FILEFLAGSMASK 0x3fL
15 #ifdef _DEBUG
16 FILEFLAGS 0x1L
17 #else
18 FILEFLAGS 0x0L
19 #endif
20 FILEOS VOS__WINDOWS32
21 FILETYPE VFT_APP
22 {
23     BLOCK "StringFileInfo"
24     {
25         BLOCK "000004b0"
26         {
27             VALUE "Comments","Localization support: " IS_NLS_ENABLED "."
28             VALUE "CompanyName", "\000"
29             VALUE "FileDescription", "x264gtk: a minimalistic encoding GUI for x264"
30             VALUE "FileVersion", X264_VERSION
31             VALUE "InternalName", "x264"
32             VALUE "LegalCopyright", "Copyright (C) 2003-2006 Laurent Aimar, the x264 Project et al."
33             VALUE "LegalTrademarks", "Distributed under the GPL license"
34             VALUE "OriginalFilename", "x264.exe"
35             VALUE "ProductName", "x264"
36             VALUE "ProductVersion", X264_POINTVER
37             VALUE "SpecialBuild", "Build date: " __DATE__ ", " __TIME__ " with compiler version " __VERSION__
38         }
39     }
40     BLOCK "VarFileInfo"
41     {
42         VALUE "Translation", 0x0, 1200
43     }
44 }
45
46 IDI_ICON1 ICON DISCARDABLE "x264.ico"