aboutsummaryrefslogtreecommitdiff
path: root/raylib/src/raylib.dll.rc
diff options
context:
space:
mode:
authorUneven Prankster <unevenprankster@protonmail.com>2023-10-15 21:28:29 -0300
committerUneven Prankster <unevenprankster@protonmail.com>2023-10-15 21:28:29 -0300
commit1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 (patch)
treef5d692d046868261275c7430a624c3ea9ed75d3d /raylib/src/raylib.dll.rc
parenta89f892640cf12f75c7ce18e6e88c70a8d3965ed (diff)
A lot has certainly happened!
Diffstat (limited to 'raylib/src/raylib.dll.rc')
-rw-r--r--raylib/src/raylib.dll.rc27
1 files changed, 27 insertions, 0 deletions
diff --git a/raylib/src/raylib.dll.rc b/raylib/src/raylib.dll.rc
new file mode 100644
index 0000000..c2a42dc
--- /dev/null
+++ b/raylib/src/raylib.dll.rc
@@ -0,0 +1,27 @@
+GLFW_ICON ICON "raylib.ico"
+
+1 VERSIONINFO
+FILEVERSION 4,5,0,0
+PRODUCTVERSION 4,5,0,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ //BLOCK "080904E4" // English UK
+ BLOCK "040904E4" // English US
+ BEGIN
+ //VALUE "CompanyName", "raylib technologies"
+ VALUE "FileDescription", "raylib dynamic library (www.raylib.com)"
+ VALUE "FileVersion", "4.5.0"
+ VALUE "InternalName", "raylib.dll"
+ VALUE "LegalCopyright", "(c) 2023 Ramon Santamaria (@raysan5)"
+ VALUE "OriginalFilename", "raylib.dll"
+ VALUE "ProductName", "raylib"
+ VALUE "ProductVersion", "4.5.0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ //VALUE "Translation", 0x809, 1252 // English UK
+ VALUE "Translation", 0x409, 1252 // English US
+ END
+END