summaryrefslogtreecommitdiffhomepage
path: root/projects
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 /projects
parent391a23ad848d8441217b19440aba2bd242d908ba (diff)
downloadraylib-0d0500446839cb55cd37824b42919d6e42b16500.tar.gz
raylib-0d0500446839cb55cd37824b42919d6e42b16500.zip
Added resource file for DLL compilation info
Diffstat (limited to 'projects')
-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
3 files changed, 18 insertions, 0 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