diff options
author | Simon Howard | 2014-03-27 22:18:54 -0400 |
---|---|---|
committer | Simon Howard | 2014-03-27 22:18:54 -0400 |
commit | cea768a93430b1823cc3d2e683282833b70b75f1 (patch) | |
tree | 6da03cafb29586896ccbeda923377d3d49e6bf7e /msvc | |
parent | 16a0f227362f330bd9be0598f136eed05c811969 (diff) | |
download | chocolate-doom-cea768a93430b1823cc3d2e683282833b70b75f1.tar.gz chocolate-doom-cea768a93430b1823cc3d2e683282833b70b75f1.tar.bz2 chocolate-doom-cea768a93430b1823cc3d2e683282833b70b75f1.zip |
Fix .rc files so version info shows on Windows 7.
Thanks to Brad Harding for the bug report. This fixes #319.
Diffstat (limited to 'msvc')
-rw-r--r-- | msvc/win32.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/msvc/win32.rc b/msvc/win32.rc index fc418521..7732e405 100644 --- a/msvc/win32.rc +++ b/msvc/win32.rc @@ -49,6 +49,10 @@ BEGIN VALUE "ProductVersion", "2.0.0"
END
END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1252
+ END
END
// GhostlyDeath - Preferebly for codeblocks (if it even uses this RC!)
|