[Commits] SDL: Added the correct version.rc to the Visual Studio build.
libsdl.org revision control
commits-owner at libsdl.org
Sat Jan 21 09:10:20 PST 2012
details: http://hg.libsdl.org/SDL/rev/5051407a46d3
changeset: 6241:5051407a46d3
user: Sam Lantinga <slouken at libsdl.org>
date: Sat Jan 21 12:10:14 2012 -0500
description:
Added the correct version.rc to the Visual Studio build.
diffstat:
VisualC/SDL/SDL_VS2008.vcproj | 2 +-
VisualC/SDL/Version.rc | 105 ------------------------------------------
VisualC/SDL/resource.h | 15 ------
src/main/windows/version.rc | 2 +-
4 files changed, 2 insertions(+), 122 deletions(-)
diffs (152 lines):
diff -r 240f1bced46b -r 5051407a46d3 VisualC/SDL/SDL_VS2008.vcproj
--- a/VisualC/SDL/SDL_VS2008.vcproj Thu Jan 19 21:06:47 2012 -0500
+++ b/VisualC/SDL/SDL_VS2008.vcproj Sat Jan 21 12:10:14 2012 -0500
@@ -1277,7 +1277,7 @@
>
</File>
<File
- RelativePath=".\Version.rc"
+ RelativePath="..\..\src\main\windows\version.rc"
>
</File>
<File
diff -r 240f1bced46b -r 5051407a46d3 VisualC/SDL/Version.rc
--- a/VisualC/SDL/Version.rc Thu Jan 19 21:06:47 2012 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,105 +0,0 @@
-//Microsoft Developer Studio generated resource script.
-//
-#include "resource.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#include "winresrc.h"
-
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
-
-#ifndef _MAC
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,3,0,0
- PRODUCTVERSION 1,3,0,0
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x40004L
- FILETYPE 0x2L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904b0"
- BEGIN
- VALUE "CompanyName", "\0"
- VALUE "FileDescription", "SDL\0"
- VALUE "FileVersion", "1, 3, 0, 0\0"
- VALUE "InternalName", "SDL\0"
- VALUE "LegalCopyright", "Copyright © 2012 Sam Lantinga\0"
- VALUE "OriginalFilename", "SDL.dll\0"
- VALUE "ProductName", "Simple DirectMedia Layer\0"
- VALUE "ProductVersion", "1, 3, 0, 0\0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1200
- END
-END
-
-#endif // !_MAC
-
-
-#ifdef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// TEXTINCLUDE
-//
-
-1 TEXTINCLUDE DISCARDABLE
-BEGIN
- "resource.h\0"
-END
-
-2 TEXTINCLUDE DISCARDABLE
-BEGIN
- "#include ""afxres.h""\r\n"
- "\0"
-END
-
-3 TEXTINCLUDE DISCARDABLE
-BEGIN
- "\r\n"
- "\0"
-END
-
-#endif // APSTUDIO_INVOKED
-
-#endif // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 3 resource.
-//
-
-
-/////////////////////////////////////////////////////////////////////////////
-#endif // not APSTUDIO_INVOKED
-
diff -r 240f1bced46b -r 5051407a46d3 VisualC/SDL/resource.h
--- a/VisualC/SDL/resource.h Thu Jan 19 21:06:47 2012 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-//{{NO_DEPENDENCIES}}
-// Microsoft Developer Studio generated include file.
-// Used by Version.rc
-//
-
-// Next default values for new objects
-//
-#ifdef APSTUDIO_INVOKED
-#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 101
-#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1000
-#define _APS_NEXT_SYMED_VALUE 101
-#endif
-#endif
diff -r 240f1bced46b -r 5051407a46d3 src/main/windows/version.rc
--- a/src/main/windows/version.rc Thu Jan 19 21:06:47 2012 -0500
+++ b/src/main/windows/version.rc Sat Jan 21 12:10:14 2012 -0500
@@ -25,7 +25,7 @@
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 © 2012 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "1, 3, 0, 0\0"
More information about the commits
mailing list