Add gl_library_egl.* to VS project

This commit is contained in:
baldurk
2018-01-22 18:35:08 +00:00
parent 579386dddb
commit f0015f4b77
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -104,6 +104,7 @@
<ClInclude Include="gl_hookset.h" />
<ClInclude Include="gl_hookset_defs.h" />
<ClInclude Include="gl_hooks_linux_shared.h" />
<ClInclude Include="gl_library_egl.h" />
<ClInclude Include="gl_manager.h" />
<ClInclude Include="gl_renderstate.h" />
<ClInclude Include="gl_replay.h" />
@@ -149,6 +150,9 @@
</ClCompile>
<ClCompile Include="gl_hooks_win32.cpp" />
<ClCompile Include="gl_initstate.cpp" />
<ClCompile Include="gl_library_egl.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="gl_manager.cpp" />
<ClCompile Include="gl_msaa_array_conv.cpp" />
<ClCompile Include="gl_outputwindow.cpp" />
@@ -108,6 +108,9 @@
<ClInclude Include="official\khrplatform.h">
<Filter>ARB Headers</Filter>
</ClInclude>
<ClInclude Include="gl_library_egl.h">
<Filter>OS\EGL</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="wrappers\gl_buffer_funcs.cpp">
@@ -248,5 +251,8 @@
<ClCompile Include="gl_rendertext.cpp">
<Filter>Util</Filter>
</ClCompile>
<ClCompile Include="gl_library_egl.cpp">
<Filter>OS\EGL</Filter>
</ClCompile>
</ItemGroup>
</Project>