summary refs log tree commit diff stats
path: root/plugins/sysinfo/hwmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sysinfo/hwmon.h')
0 files changed, 0 insertions, 0 deletions
9:32 +0100 committer berkeviktor@aol.com <berkeviktor@aol.com> 2011-02-28 18:59:32 +0100 add wdk changes to named branch' href='/git-repos/torxchat.git/commit/src/fe-gtk/xchat.rc?h=fe-web&id=d03d6e606b40157d910ddf99ab018156abeb8ef0'>d03d6e60 ^
9858784e ^
d03d6e60 ^

2db80fa5 ^

d03d6e60 ^





534cd280 ^
b6877ccf ^
534cd280 ^
d03d6e60 ^
2db80fa5 ^
d03d6e60 ^






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
28
                    
                    
 
                                                                  
 
                                                                                

                            

                                     





                                         
                                                                              
                                                               
                                                               
                                                                        
                                                                     






                                                            
#include <winver.h>
#include "config.h"

#define COMMA_VERSION <#= [string]::Join(',', $versionParts) #>,0

XC_ICON ICON "<#= $env:SOLUTIONDIR -replace '\\', '/' #>data/icons/hexchat.ico"

VS_VERSION_INFO VERSIONINFO
	FILEVERSION    COMMA_VERSION
	PRODUCTVERSION COMMA_VERSION
	BEGIN
		BLOCK "StringFileInfo"
		BEGIN
			BLOCK "040904B0"
			BEGIN
				
				VALUE "FileDescription", "HexChat IRC Client"
				VALUE "CompanyName", "HexChat"
				VALUE "ProductName", "HexChat"
				VALUE "ProductVersion", PACKAGE_VERSION
				VALUE "FileVersion", PACKAGE_VERSION
			END
		END
		BLOCK "VarFileInfo"
		BEGIN
			VALUE "Translation", 0x0409, 0x04B0
		END
	END