Add new linux files to vcxproj

This commit is contained in:
baldurk
2017-02-14 19:16:54 +00:00
parent f416f4770e
commit af6b4cf68c
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -24,6 +24,7 @@
<ClInclude Include="gl_enum.h" />
<ClInclude Include="gl_hookset.h" />
<ClInclude Include="gl_hookset_defs.h" />
<ClInclude Include="gl_hooks_linux_shared.h" />
<ClInclude Include="gl_manager.h" />
<ClInclude Include="gl_renderstate.h" />
<ClInclude Include="gl_replay.h" />
@@ -50,6 +51,9 @@
<ClCompile Include="gl_hooks_linux.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="gl_hooks_linux_shared.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="gl_hooks_win32.cpp" />
<ClCompile Include="gl_manager.cpp" />
<ClCompile Include="gl_renderstate.cpp" />
@@ -60,6 +60,9 @@
<ClInclude Include="gl_hookset.h">
<Filter>Hookset</Filter>
</ClInclude>
<ClInclude Include="gl_hooks_linux_shared.h">
<Filter>OS\Linux</Filter>
</ClInclude>
<ClInclude Include="gl_resources.h">
<Filter>Util</Filter>
</ClInclude>
@@ -125,6 +128,9 @@
<ClCompile Include="gl_hooks_linux.cpp">
<Filter>OS\Linux</Filter>
</ClCompile>
<ClCompile Include="gl_hooks_linux_shared.cpp">
<Filter>OS\Linux</Filter>
</ClCompile>
<ClCompile Include="gl_replay_linux.cpp">
<Filter>OS\Linux</Filter>
</ClCompile>