aboutsummaryrefslogtreecommitdiff
path: root/raylib/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/raylib.dll.rc
parenta89f892640cf12f75c7ce18e6e88c70a8d3965ed (diff)
A lot has certainly happened!
Diffstat (limited to 'raylib/raylib.dll.rc')
-rw-r--r--raylib/raylib.dll.rc27
1 files changed, 0 insertions, 27 deletions
diff --git a/raylib/raylib.dll.rc b/raylib/raylib.dll.rc
deleted file mode 100644
index c2a42dc..0000000
--- a/raylib/raylib.dll.rc
+++ /dev/null
@@ -1,27 +0,0 @@
-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