summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/d3d1x/winedlls/version.rc.h
blob: 096d119fa3cfbdae31dfbfa87962814506f3b350 (plain)
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
29
30
1 VERSIONINFO
FILEVERSION 6,0,6000,16386
PRODUCTVERSION 6,0,6000,16386
FILEFLAGSMASK 63
FILEFLAGS 0
FILEOS 0x00000000L
FILETYPE 0x00000002L
FILESUBTYPE 0x00000000L
{
	BLOCK "StringFileInfo"
	{
		BLOCK "040904E4"
		{
			// all Wine DLLs claim to be from Microsoft, maybe it's needed for compatibility
			VALUE "CompanyName", "Microsoft Corporation"
			VALUE "FileDescription", "GalliumD3D1x " NAME " runtime"
			VALUE "FileVersion", "6.0.6000.16386"
			VALUE "InternalName", ""
			VALUE "LegalCopyright", "Copyright (c) 2010 Luca Barbieri and other contributors"
			VALUE "OriginalFilename", FILENAME ".dll"
			VALUE "ProductName", "GalliumD3D1x"
			VALUE "ProductVersion", "6.0.6000.16386"
		}
	}
	BLOCK "VarFileInfo"
	{
		VALUE "Translation", 0x0409, 0x04E4
	}
}