Added resource config file
This commit is contained in:
parent
df67e799dd
commit
368b0320c6
3 changed files with 27 additions and 0 deletions
BIN
src/raylib.ico
Normal file
BIN
src/raylib.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
27
src/raylib.rc
Normal file
27
src/raylib.rc
Normal file
|
@ -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
|
BIN
src/resources
BIN
src/resources
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue