Update vcxproj to point to platform_specific.h

This commit is contained in:
baldurk
2016-04-15 23:47:41 +02:00
parent 1796367dfc
commit 1be06c3b07
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -266,10 +266,10 @@
<ClInclude Include="maths\matrix.h" />
<ClInclude Include="maths\quat.h" />
<ClInclude Include="maths\vec.h" />
<ClInclude Include="os\linux_specific.h" />
<ClInclude Include="os\linux\linux_specific.h" />
<ClInclude Include="os\os_specific.h" />
<ClInclude Include="os\win32\win32_hook.h" />
<ClInclude Include="os\win32_specific.h" />
<ClInclude Include="os\win32\win32_specific.h" />
<ClInclude Include="replay\replay_driver.h" />
<ClInclude Include="replay\replay_renderer.h" />
<ClInclude Include="replay\type_helpers.h" />
+6 -6
View File
@@ -114,9 +114,6 @@
<ClInclude Include="os\os_specific.h">
<Filter>OS</Filter>
</ClInclude>
<ClInclude Include="os\win32_specific.h">
<Filter>OS\Win32</Filter>
</ClInclude>
<ClInclude Include="core\resource_manager.h">
<Filter>Core</Filter>
</ClInclude>
@@ -216,9 +213,6 @@
<ClInclude Include="3rdparty\tinyexr\tinyexr.h">
<Filter>3rdparty\tinyexr</Filter>
</ClInclude>
<ClInclude Include="os\linux_specific.h">
<Filter>OS\Linux</Filter>
</ClInclude>
<ClInclude Include="data\embedded_files.h">
<Filter>Resources</Filter>
</ClInclude>
@@ -240,6 +234,12 @@
<ClInclude Include="common\custom_assert.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="os\linux\linux_specific.h">
<Filter>OS\Linux</Filter>
</ClInclude>
<ClInclude Include="os\win32\win32_specific.h">
<Filter>OS\Win32</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="maths\camera.cpp">