summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-08-19 11:59:50 +0200
committerraysan5 <[email protected]>2020-08-19 11:59:50 +0200
commit0d0500446839cb55cd37824b42919d6e42b16500 (patch)
tree277dda8d6182a82efd492ce17dc4f9b076161b46
parent391a23ad848d8441217b19440aba2bd242d908ba (diff)
downloadraylib-0d0500446839cb55cd37824b42919d6e42b16500.tar.gz
raylib-0d0500446839cb55cd37824b42919d6e42b16500.zip
Added resource file for DLL compilation info
-rw-r--r--projects/VS2017/raylib/raylib.rcbin0 -> 4630 bytes
-rw-r--r--projects/VS2017/raylib/raylib.vcxproj4
-rw-r--r--projects/VS2017/raylib/resource.h14
-rw-r--r--src/raylib.dll.rc12
-rw-r--r--src/raylib.rc8
5 files changed, 28 insertions, 10 deletions
diff --git a/projects/VS2017/raylib/raylib.rc b/projects/VS2017/raylib/raylib.rc
new file mode 100644
index 00000000..37166bba
--- /dev/null
+++ b/projects/VS2017/raylib/raylib.rc
Binary files differ
diff --git a/projects/VS2017/raylib/raylib.vcxproj b/projects/VS2017/raylib/raylib.vcxproj
index a608d8e1..57ab75cb 100644
--- a/projects/VS2017/raylib/raylib.vcxproj
+++ b/projects/VS2017/raylib/raylib.vcxproj
@@ -333,6 +333,10 @@
<ClInclude Include="..\..\..\src\raymath.h" />
<ClInclude Include="..\..\..\src\rlgl.h" />
<ClInclude Include="..\..\..\src\utils.h" />
+ <ClInclude Include="resource.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="raylib.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/projects/VS2017/raylib/resource.h b/projects/VS2017/raylib/resource.h
new file mode 100644
index 00000000..87c544ab
--- /dev/null
+++ b/projects/VS2017/raylib/resource.h
@@ -0,0 +1,14 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by raylib.rc
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 101
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1001
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
diff --git a/src/raylib.dll.rc b/src/raylib.dll.rc
index 4449a59c..65bb644e 100644
--- a/src/raylib.dll.rc
+++ b/src/raylib.dll.rc
@@ -1,8 +1,8 @@
GLFW_ICON ICON "raylib.ico"
1 VERSIONINFO
-FILEVERSION 3,0,0,0
-PRODUCTVERSION 3,0,0,0
+FILEVERSION 3,1,0,0
+PRODUCTVERSION 3,1,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -11,12 +11,12 @@ BEGIN
BEGIN
//VALUE "CompanyName", "raylib technologies"
VALUE "FileDescription", "raylib dynamic library (www.raylib.com)"
- VALUE "FileVersion", "3.0.0"
- VALUE "InternalName", "raylib_dll"
+ VALUE "FileVersion", "3.1.0"
+ VALUE "InternalName", "raylib.dll"
VALUE "LegalCopyright", "(c) 2020 Ramon Santamaria (@raysan5)"
- //VALUE "OriginalFilename", "raylib.dll"
+ VALUE "OriginalFilename", "raylib.dll"
VALUE "ProductName", "raylib"
- VALUE "ProductVersion", "3.0.0"
+ VALUE "ProductVersion", "3.1.0"
END
END
BLOCK "VarFileInfo"
diff --git a/src/raylib.rc b/src/raylib.rc
index 0ccf32ed..169cd277 100644
--- a/src/raylib.rc
+++ b/src/raylib.rc
@@ -1,8 +1,8 @@
GLFW_ICON ICON "raylib.ico"
1 VERSIONINFO
-FILEVERSION 3,0,0,0
-PRODUCTVERSION 3,0,0,0
+FILEVERSION 3,1,0,0
+PRODUCTVERSION 3,1,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -11,12 +11,12 @@ BEGIN
BEGIN
//VALUE "CompanyName", "raylib technologies"
VALUE "FileDescription", "raylib application (www.raylib.com)"
- VALUE "FileVersion", "3.0.0"
+ VALUE "FileVersion", "3.1.0"
VALUE "InternalName", "raylib app"
VALUE "LegalCopyright", "(c) 2020 Ramon Santamaria (@raysan5)"
//VALUE "OriginalFilename", "raylib_app.exe"
VALUE "ProductName", "raylib app"
- VALUE "ProductVersion", "3.0.0"
+ VALUE "ProductVersion", "3.1.0"
END
END
BLOCK "VarFileInfo"