This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Corrected project paths
pull/260/head
Ray
7 years ago
parent
795c6b465c
commit
74255b6eb2
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
project/vs2015/examples/core_basic_window.vcxproj
+1
-1
project/vs2015/examples/core_basic_window_cpp.vcxproj
+ 1
- 1
project/vs2015/examples/core_basic_window.vcxproj
View File
@ -84,7 +84,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\examples\core_basic_window.c" />
<ClCompile Include="..\..\..\examples\core
\core
_basic_window.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\raylib\raylib.vcxproj">
+ 1
- 1
project/vs2015/examples/core_basic_window_cpp.vcxproj
View File
@ -89,7 +89,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\examples\core_basic_window.cpp" />
<ClCompile Include="..\..\..\examples\core
\core
_basic_window.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Write
Preview
Loading…
Cancel
Save