diff options
| author | Ray <[email protected]> | 2017-10-22 20:43:57 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-22 20:43:57 +0200 |
| commit | 8380c488be90ed0c29a6446b490bfaca6574436e (patch) | |
| tree | 04e6dac350ecb354600b1019cc98fdbce03198c1 /src/raylib.rc | |
| parent | 18601f761935cd81b0f6298e22885c9bc6b5ee6e (diff) | |
| parent | 2ba43b595ec1129bd08b89104d5e0fa962d5b2b8 (diff) | |
| download | raylib-1.8.0.tar.gz raylib-1.8.0.zip | |
Merge pull request #371 from raysan5/develop1.8.0
Integrate Develop branch
Diffstat (limited to 'src/raylib.rc')
| -rw-r--r-- | src/raylib.rc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/raylib.rc b/src/raylib.rc new file mode 100644 index 00000000..89eb8e34 --- /dev/null +++ b/src/raylib.rc @@ -0,0 +1,27 @@ +GLFW_ICON ICON "raylib.ico" + +1 VERSIONINFO +FILEVERSION 1,8,0,0 +PRODUCTVERSION 1,8,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + //BLOCK "080904E4" // English UK + BLOCK "040904E4" // English US + BEGIN + //VALUE "CompanyName", "My Company Name" + VALUE "FileDescription", "Created using raylib (www.raylib.com)" + VALUE "FileVersion", "1.8.0" + VALUE "InternalName", "raylib" + VALUE "LegalCopyright", "(c) 2017 Ramon Santamaria - @raysan5" + //VALUE "OriginalFilename", "raylib_app.exe" + VALUE "ProductName", "raylib game" + VALUE "ProductVersion", "1.8.0" + END + END + BLOCK "VarFileInfo" + BEGIN + //VALUE "Translation", 0x809, 1252 // English UK + VALUE "Translation", 0x409, 1252 // English US + END +END |
