summaryrefslogtreecommitdiff
path: root/libs/raylib/src/raylib.rc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/raylib/src/raylib.rc')
-rw-r--r--libs/raylib/src/raylib.rc27
1 files changed, 27 insertions, 0 deletions
diff --git a/libs/raylib/src/raylib.rc b/libs/raylib/src/raylib.rc
new file mode 100644
index 0000000..87f1ee6
--- /dev/null
+++ b/libs/raylib/src/raylib.rc
@@ -0,0 +1,27 @@
+GLFW_ICON ICON "raylib.ico"
+
+1 VERSIONINFO
+FILEVERSION 2,6,0,0
+PRODUCTVERSION 2,6,0,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ //BLOCK "080904E4" // English UK
+ BLOCK "040904E4" // English US
+ BEGIN
+ //VALUE "CompanyName", "raylib technologies"
+ VALUE "FileDescription", "raylib application (www.raylib.com)"
+ VALUE "FileVersion", "2.6.0"
+ VALUE "InternalName", "raylib app"
+ VALUE "LegalCopyright", "(c) 2020 Ramon Santamaria (@raysan5)"
+ //VALUE "OriginalFilename", "raylib_app.exe"
+ VALUE "ProductName", "raylib game"
+ VALUE "ProductVersion", "2.6.0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ //VALUE "Translation", 0x809, 1252 // English UK
+ VALUE "Translation", 0x409, 1252 // English US
+ END
+END