Commit 4f4a283d authored by Sam Lantinga's avatar Sam Lantinga

Include an updated Version.rc in Visual Studio builds

parent 95c839f4
...@@ -616,6 +616,10 @@ ...@@ -616,6 +616,10 @@
RelativePath="..\..\src\render\mmx.h" RelativePath="..\..\src\render\mmx.h"
> >
</File> </File>
<File
RelativePath=".\resource.h"
>
</File>
<File <File
RelativePath="..\..\src\libm\s_atan.c" RelativePath="..\..\src\libm\s_atan.c"
> >
...@@ -1292,6 +1296,10 @@ ...@@ -1292,6 +1296,10 @@
RelativePath="..\..\src\render\SDL_yuv_sw_c.h" RelativePath="..\..\src\render\SDL_yuv_sw_c.h"
> >
</File> </File>
<File
RelativePath=".\Version.rc"
>
</File>
<File <File
RelativePath="..\..\src\video\windows\wmmsg.h" RelativePath="..\..\src\video\windows\wmmsg.h"
> >
......
...@@ -329,6 +329,7 @@ ...@@ -329,6 +329,7 @@
<ClInclude Include="..\..\src\video\windows\SDL_windowswindow.h" /> <ClInclude Include="..\..\src\video\windows\SDL_windowswindow.h" />
<ClInclude Include="..\..\src\events\SDL_windowevents_c.h" /> <ClInclude Include="..\..\src\events\SDL_windowevents_c.h" />
<ClInclude Include="..\..\src\video\windows\wmmsg.h" /> <ClInclude Include="..\..\src\video\windows\wmmsg.h" />
<ClInclude Include="resource.h" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\..\src\core\windows\SDL_windows.c" /> <ClCompile Include="..\..\src\core\windows\SDL_windows.c" />
...@@ -443,6 +444,9 @@ ...@@ -443,6 +444,9 @@
<ClCompile Include="..\..\src\video\windows\SDL_windowswindow.c" /> <ClCompile Include="..\..\src\video\windows\SDL_windowswindow.c" />
<ClCompile Include="..\..\src\events\SDL_windowevents.c" /> <ClCompile Include="..\..\src\events\SDL_windowevents.c" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ResourceCompile Include="Version.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
......
...@@ -48,7 +48,7 @@ BEGIN ...@@ -48,7 +48,7 @@ BEGIN
VALUE "FileDescription", "SDL\0" VALUE "FileDescription", "SDL\0"
VALUE "FileVersion", "1, 3, 0, 0\0" VALUE "FileVersion", "1, 3, 0, 0\0"
VALUE "InternalName", "SDL\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 "OriginalFilename", "SDL.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0" VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "1, 3, 0, 0\0" VALUE "ProductVersion", "1, 3, 0, 0\0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment