Skip to content

Commit

Permalink
Added the correct version.rc to the Visual Studio build.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 21, 2012
1 parent ad34d48 commit 4cbc6a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 110 deletions.
4 changes: 4 additions & 0 deletions VisualC/SDL/SDL.vcproj
Expand Up @@ -818,6 +818,10 @@
RelativePath="..\..\src\video\SDL_yuvfuncs.h"
>
</File>
<File
RelativePath="..\..\src\main\win32\version.rc"
>
</File>
<File
RelativePath="..\..\src\video\wincommon\Wmmsg.h"
>
Expand Down
105 changes: 0 additions & 105 deletions VisualC/SDL/Version.rc

This file was deleted.

10 changes: 5 additions & 5 deletions src/main/win32/version.rc
Expand Up @@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,14,0
PRODUCTVERSION 1,2,14,0
FILEVERSION 1,2,15,0
PRODUCTVERSION 1,2,15,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
Expand All @@ -23,12 +23,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "SDL\0"
VALUE "FileVersion", "1, 2, 14, 0\0"
VALUE "FileVersion", "1, 2, 15, 0\0"
VALUE "InternalName", "SDL\0"
VALUE "LegalCopyright", "Copyright � 2009 Sam Lantinga\0"
VALUE "LegalCopyright", "Copyright � 2012 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "1, 2, 14, 0\0"
VALUE "ProductVersion", "1, 2, 15, 0\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 4cbc6a8

Please sign in to comment.