Replace functions which called once with their bodies
[pidgin-git.git] / pidgin / win32 / pidgin_dll_rc.rc.in
blob517b6878ec09c89081623133304fb929767451b6
1 #include <winver.h>
2 #include "resource.h"
4 VS_VERSION_INFO VERSIONINFO
5   FILEVERSION @PURPLE_MAJOR_VERSION@,@PURPLE_MINOR_VERSION@,@PURPLE_MICRO_VERSION@,0
6   PRODUCTVERSION @PURPLE_MAJOR_VERSION@,@PURPLE_MINOR_VERSION@,@PURPLE_MICRO_VERSION@,0
7   FILEFLAGSMASK 0
8   FILEFLAGS 0
9   FILEOS VOS__WINDOWS32
10   FILETYPE VFT_DLL
11   FILESUBTYPE VFT2_UNKNOWN
12   BEGIN
13     BLOCK "StringFileInfo"
14     BEGIN
15       BLOCK "040904B0"
16       BEGIN
17         VALUE "CompanyName", "The Pidgin developer community"
18         VALUE "FileDescription", "Pidgin UI library"
19         VALUE "FileVersion", "@PURPLE_VERSION@"
20         VALUE "InternalName", "libpidgin"
21         VALUE "LegalCopyright", "Copyright (C) 1998-2014 The Pidgin developer community (See the COPYRIGHT file in the source distribution)."
22         VALUE "OriginalFilename", "libpidgin-@PURPLE_API_VERSION@.dll"
23         VALUE "ProductName", "Pidgin"
24         VALUE "ProductVersion", "@PURPLE_VERSION@"
25       END
26     END
27     BLOCK "VarFileInfo"
28     BEGIN
29       VALUE "Translation", 0x409, 1200
30     END
31   END
33 PIDGIN_TRAY_AVAILABLE_4BIT      ICON "../pixmaps/tray/16/available_4bit.ico"
34 PIDGIN_TRAY_AWAY_4BIT           ICON "../pixmaps/tray/16/away_4bit.ico"
35 PIDGIN_TRAY_BUSY_4BIT           ICON "../pixmaps/tray/16/busy_4bit.ico"
36 PIDGIN_TRAY_XA_4BIT             ICON "../pixmaps/tray/16/extended-away_4bit.ico"
37 PIDGIN_TRAY_OFFLINE_4BIT        ICON "../pixmaps/tray/16/offline_4bit.ico"
38 PIDGIN_TRAY_CONNECTING_4BIT     ICON "../pixmaps/tray/16/connecting_4bit.ico"
39 PIDGIN_TRAY_PENDING_4BIT        ICON "../pixmaps/tray/16/message_4bit.ico"
40 PIDGIN_TRAY_INVISIBLE_4BIT      ICON "../pixmaps/tray/16/invisible_4bit.ico"