From 64b99d65076c05c728b62c7096996d7592446d3d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 9 Mar 2011 18:26:35 -0800 Subject: [PATCH] Include an updated Version.rc in Visual Studio builds --- VisualC/SDL/SDL_VS2008.vcproj | 8 ++++++++ VisualC/SDL/SDL_VS2010.vcxproj | 4 ++++ VisualC/SDL/Version.rc | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/VisualC/SDL/SDL_VS2008.vcproj b/VisualC/SDL/SDL_VS2008.vcproj index 7279995e3..012b7ec44 100644 --- a/VisualC/SDL/SDL_VS2008.vcproj +++ b/VisualC/SDL/SDL_VS2008.vcproj @@ -616,6 +616,10 @@ RelativePath="..\..\src\render\mmx.h" > + + @@ -1292,6 +1296,10 @@ RelativePath="..\..\src\render\SDL_yuv_sw_c.h" > + + diff --git a/VisualC/SDL/SDL_VS2010.vcxproj b/VisualC/SDL/SDL_VS2010.vcxproj index f3175a326..918160c6a 100644 --- a/VisualC/SDL/SDL_VS2010.vcxproj +++ b/VisualC/SDL/SDL_VS2010.vcxproj @@ -329,6 +329,7 @@ + @@ -443,6 +444,9 @@ + + + diff --git a/VisualC/SDL/Version.rc b/VisualC/SDL/Version.rc index 8bb85a73b..aa54a73b2 100644 --- a/VisualC/SDL/Version.rc +++ b/VisualC/SDL/Version.rc @@ -48,7 +48,7 @@ BEGIN VALUE "FileDescription", "SDL\0" VALUE "FileVersion", "1, 3, 0, 0\0" VALUE "InternalName", "SDL\0" - VALUE "LegalCopyright", "Copyright © 2009 Sam Lantinga\0" + VALUE "LegalCopyright", "Copyright © 2011 Sam Lantinga\0" VALUE "OriginalFilename", "SDL.dll\0" VALUE "ProductName", "Simple DirectMedia Layer\0" VALUE "ProductVersion", "1, 3, 0, 0\0"