From cbf399e8fa61dff35420bdc717e80c2764cef759 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 9 Aug 2015 20:54:26 +0000 Subject: [PATCH] Add darkplaces.rc to the vcxproj files for sdl, sdl2 and dedicated targets. Changed the CompanyName in the darkplaces.rc to "DarkPlaces Contributors", also changed the icon line to better match the standard ICON line in new VS2013 projects in case that matters. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12225 d7cf8633-e32d-0410-b094-e92efae38249 --- darkplaces-dedicated-vs2010.vcxproj | 3 +++ darkplaces-dedicated-vs2012.vcxproj | 3 +++ darkplaces-dedicated-vs2013.vcxproj | 3 +++ darkplaces-sdl-vs2010.vcxproj | 3 +++ darkplaces-sdl-vs2012.vcxproj | 3 +++ darkplaces-sdl-vs2013.vcxproj | 3 +++ darkplaces-sdl2-vs2010.vcxproj | 3 +++ darkplaces-sdl2-vs2012.vcxproj | 3 +++ darkplaces-sdl2-vs2013.vcxproj | 3 +++ darkplaces.rc | 4 ++-- 10 files changed, 29 insertions(+), 2 deletions(-) diff --git a/darkplaces-dedicated-vs2010.vcxproj b/darkplaces-dedicated-vs2010.vcxproj index 92b37c95..8a231197 100644 --- a/darkplaces-dedicated-vs2010.vcxproj +++ b/darkplaces-dedicated-vs2010.vcxproj @@ -278,6 +278,9 @@ + + + diff --git a/darkplaces-dedicated-vs2012.vcxproj b/darkplaces-dedicated-vs2012.vcxproj index 0f17ffef..524d37c4 100644 --- a/darkplaces-dedicated-vs2012.vcxproj +++ b/darkplaces-dedicated-vs2012.vcxproj @@ -369,6 +369,9 @@ + + + diff --git a/darkplaces-dedicated-vs2013.vcxproj b/darkplaces-dedicated-vs2013.vcxproj index 4a85b170..6fc6f68c 100644 --- a/darkplaces-dedicated-vs2013.vcxproj +++ b/darkplaces-dedicated-vs2013.vcxproj @@ -378,6 +378,9 @@ + + + diff --git a/darkplaces-sdl-vs2010.vcxproj b/darkplaces-sdl-vs2010.vcxproj index 4d93ef33..37c091fb 100644 --- a/darkplaces-sdl-vs2010.vcxproj +++ b/darkplaces-sdl-vs2010.vcxproj @@ -286,6 +286,9 @@ + + + diff --git a/darkplaces-sdl-vs2012.vcxproj b/darkplaces-sdl-vs2012.vcxproj index 551ed83d..82c495ad 100644 --- a/darkplaces-sdl-vs2012.vcxproj +++ b/darkplaces-sdl-vs2012.vcxproj @@ -377,6 +377,9 @@ + + + diff --git a/darkplaces-sdl-vs2013.vcxproj b/darkplaces-sdl-vs2013.vcxproj index 0f883390..a1e0dd1f 100644 --- a/darkplaces-sdl-vs2013.vcxproj +++ b/darkplaces-sdl-vs2013.vcxproj @@ -386,6 +386,9 @@ + + + diff --git a/darkplaces-sdl2-vs2010.vcxproj b/darkplaces-sdl2-vs2010.vcxproj index 9401d143..80385391 100644 --- a/darkplaces-sdl2-vs2010.vcxproj +++ b/darkplaces-sdl2-vs2010.vcxproj @@ -286,6 +286,9 @@ + + + diff --git a/darkplaces-sdl2-vs2012.vcxproj b/darkplaces-sdl2-vs2012.vcxproj index 9a49ba37..506e52d7 100644 --- a/darkplaces-sdl2-vs2012.vcxproj +++ b/darkplaces-sdl2-vs2012.vcxproj @@ -377,6 +377,9 @@ + + + diff --git a/darkplaces-sdl2-vs2013.vcxproj b/darkplaces-sdl2-vs2013.vcxproj index 51c67eb2..257a0463 100644 --- a/darkplaces-sdl2-vs2013.vcxproj +++ b/darkplaces-sdl2-vs2013.vcxproj @@ -386,6 +386,9 @@ + + + diff --git a/darkplaces.rc b/darkplaces.rc index fe2c6b9e..5580b29c 100644 --- a/darkplaces.rc +++ b/darkplaces.rc @@ -1,6 +1,6 @@ #include // include for version info constants -A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "darkplaces.ico" +107 ICON "darkplaces.ico" 1 VERSIONINFO FILEVERSION 1,0,0,0 @@ -11,7 +11,7 @@ FILETYPE VFT_APP { BLOCK "040904E4" { - VALUE "CompanyName", "Forest Hale Digital Services" + VALUE "CompanyName", "DarkPlaces Contributors" VALUE "FileVersion", "1.0" VALUE "FileDescription", "DarkPlaces Game Engine" VALUE "InternalName", "darkplaces.exe" -- 2.39.2