Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Include an updated Version.rc in Visual Studio builds
  • Loading branch information
slouken committed Mar 10, 2011
1 parent 081098c commit 64b99d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions VisualC/SDL/SDL_VS2008.vcproj
Expand Up @@ -616,6 +616,10 @@
RelativePath="..\..\src\render\mmx.h"
>
</File>
<File
RelativePath=".\resource.h"
>
</File>
<File
RelativePath="..\..\src\libm\s_atan.c"
>
Expand Down Expand Up @@ -1292,6 +1296,10 @@
RelativePath="..\..\src\render\SDL_yuv_sw_c.h"
>
</File>
<File
RelativePath=".\Version.rc"
>
</File>
<File
RelativePath="..\..\src\video\windows\wmmsg.h"
>
Expand Down
4 changes: 4 additions & 0 deletions VisualC/SDL/SDL_VS2010.vcxproj
Expand Up @@ -329,6 +329,7 @@
<ClInclude Include="..\..\src\video\windows\SDL_windowswindow.h" />
<ClInclude Include="..\..\src\events\SDL_windowevents_c.h" />
<ClInclude Include="..\..\src\video\windows\wmmsg.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\core\windows\SDL_windows.c" />
Expand Down Expand Up @@ -443,6 +444,9 @@
<ClCompile Include="..\..\src\video\windows\SDL_windowswindow.c" />
<ClCompile Include="..\..\src\events\SDL_windowevents.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Version.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
2 changes: 1 addition & 1 deletion VisualC/SDL/Version.rc
Expand Up @@ -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"
Expand Down

0 comments on commit 64b99d6

Please sign in to comment.