From 5a079a2d114f96d4847d1ee305d5b7c16eeec50e Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 27 Dec 2025 12:03:39 -0800 Subject: Initial commit --- contrib/SDL-3.2.8/src/core/windows/version.rc | 38 +++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 contrib/SDL-3.2.8/src/core/windows/version.rc (limited to 'contrib/SDL-3.2.8/src/core/windows/version.rc') diff --git a/contrib/SDL-3.2.8/src/core/windows/version.rc b/contrib/SDL-3.2.8/src/core/windows/version.rc new file mode 100644 index 0000000..050f1b8 --- /dev/null +++ b/contrib/SDL-3.2.8/src/core/windows/version.rc @@ -0,0 +1,38 @@ + +#include "winresrc.h" + +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 3,2,8,0 + PRODUCTVERSION 3,2,8,0 + FILEFLAGSMASK 0x3fL + FILEFLAGS 0x0L + FILEOS 0x40004L + FILETYPE 0x2L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "CompanyName", "\0" + VALUE "FileDescription", "SDL\0" + VALUE "FileVersion", "3, 2, 8, 0\0" + VALUE "InternalName", "SDL\0" + VALUE "LegalCopyright", "Copyright (C) 2025 Sam Lantinga\0" + VALUE "OriginalFilename", "SDL3.dll\0" + VALUE "ProductName", "Simple DirectMedia Layer\0" + VALUE "ProductVersion", "3, 2, 8, 0\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END -- cgit v1.2.3