-
Notifications
You must be signed in to change notification settings - Fork 868
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Add version info to compiled DLLs
Fixes #980.
- Loading branch information
Showing
9 changed files
with
202 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#include <windows.h> | ||
|
||
// DLL version information. | ||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 10,0,17763,1 | ||
PRODUCTVERSION 10,0,17763,1 | ||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
FILEFLAGS 0 | ||
FILEOS VOS_NT_WINDOWS32 | ||
FILETYPE VFT_DLL | ||
FILESUBTYPE VFT2_UNKNOWN | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "080904b0" | ||
BEGIN | ||
VALUE "CompanyName", "DXVK" | ||
VALUE "FileDescription", "Direct3D 10 Runtime" | ||
VALUE "FileVersion", "10.0.17763.1 (WinBuild.160101.0800)" | ||
VALUE "InternalName", "D3D10.dll" | ||
VALUE "LegalCopyright", "zlib/libpng license" | ||
VALUE "OriginalFilename", "D3D10.dll" | ||
VALUE "ProductName", "DXVK" | ||
VALUE "ProductVersion", "10.0.17763.1" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0809, 1200 | ||
END | ||
END | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#include <windows.h> | ||
|
||
// DLL version information. | ||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 10,0,17763,1 | ||
PRODUCTVERSION 10,0,17763,1 | ||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
FILEFLAGS 0 | ||
FILEOS VOS_NT_WINDOWS32 | ||
FILETYPE VFT_DLL | ||
FILESUBTYPE VFT2_UNKNOWN | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "080904b0" | ||
BEGIN | ||
VALUE "CompanyName", "DXVK" | ||
VALUE "FileDescription", "Direct3D 10.1 Runtime" | ||
VALUE "FileVersion", "10.0.17763.1 (WinBuild.160101.0800)" | ||
VALUE "InternalName", "D3D10_1.dll" | ||
VALUE "LegalCopyright", "zlib/libpng license" | ||
VALUE "OriginalFilename", "D3D10_1.dll" | ||
VALUE "ProductName", "DXVK" | ||
VALUE "ProductVersion", "10.0.17763.1" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0809, 1200 | ||
END | ||
END | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#include <windows.h> | ||
|
||
// DLL version information. | ||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 10,0,17763,1 | ||
PRODUCTVERSION 10,0,17763,1 | ||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
FILEFLAGS 0 | ||
FILEOS VOS_NT_WINDOWS32 | ||
FILETYPE VFT_DLL | ||
FILESUBTYPE VFT2_UNKNOWN | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "080904b0" | ||
BEGIN | ||
VALUE "CompanyName", "DXVK" | ||
VALUE "FileDescription", "Direct3D 10 Runtime" | ||
VALUE "FileVersion", "10.0.17763.1 (WinBuild.160101.0800)" | ||
VALUE "InternalName", "D3D10Core.dll" | ||
VALUE "LegalCopyright", "zlib/libpng license" | ||
VALUE "OriginalFilename", "D3D10Core.dll" | ||
VALUE "ProductName", "DXVK" | ||
VALUE "ProductVersion", "10.0.17763.1" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0809, 1200 | ||
END | ||
END | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#include <windows.h> | ||
|
||
// DLL version information. | ||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 10,0,17763,1 | ||
PRODUCTVERSION 10,0,17763,1 | ||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
FILEFLAGS 0 | ||
FILEOS VOS_NT_WINDOWS32 | ||
FILETYPE VFT_DLL | ||
FILESUBTYPE VFT2_UNKNOWN | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "080904b0" | ||
BEGIN | ||
VALUE "CompanyName", "DXVK" | ||
VALUE "FileDescription", "Direct3D 11 Runtime" | ||
VALUE "FileVersion", "10.0.17763.1 (WinBuild.160101.0800)" | ||
VALUE "InternalName", "D3D11.dll" | ||
VALUE "LegalCopyright", "zlib/libpng license" | ||
VALUE "OriginalFilename", "D3D11.dll" | ||
VALUE "ProductName", "DXVK" | ||
VALUE "ProductVersion", "10.0.17763.1" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0809, 1200 | ||
END | ||
END | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#include <windows.h> | ||
|
||
// DLL version information. | ||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 10,0,17763,1 | ||
PRODUCTVERSION 10,0,17763,1 | ||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
FILEFLAGS 0 | ||
FILEOS VOS_NT_WINDOWS32 | ||
FILETYPE VFT_DLL | ||
FILESUBTYPE VFT2_UNKNOWN | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "080904b0" | ||
BEGIN | ||
VALUE "CompanyName", "DXVK" | ||
VALUE "FileDescription", "DirectX Graphics Infrastructure" | ||
VALUE "FileVersion", "10.0.17763.1 (WinBuild.160101.0800)" | ||
VALUE "InternalName", "dxgi.dll" | ||
VALUE "LegalCopyright", "zlib/libpng license" | ||
VALUE "OriginalFilename", "dxgi.dll" | ||
VALUE "ProductName", "DXVK" | ||
VALUE "ProductVersion", "10.0.17763.1" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0809, 1200 | ||
END | ||
END | ||
|