Add new OS files to visual studio projects

This commit is contained in:
baldurk
2016-06-28 18:03:01 +02:00
parent bbc68b9248
commit a16aa19610
2 changed files with 51 additions and 0 deletions
+24
View File
@@ -302,15 +302,39 @@
<ClCompile Include="os\posix\android\android_callstack.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\android\android_process.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\android\android_stringio.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\android\android_threading.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\apple\apple_callstack.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\apple\apple_process.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\apple\apple_stringio.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\apple\apple_threading.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\linux\linux_callstack.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\linux\linux_process.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\linux\linux_stringio.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\linux\linux_threading.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="os\posix\posix_hook.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
+27
View File
@@ -79,6 +79,9 @@
<Filter Include="OS\Posix\Android">
<UniqueIdentifier>{16bdcbe1-31de-4732-aaaf-8d77039a26ec}</UniqueIdentifier>
</Filter>
<Filter Include="OS\Posix\Apple">
<UniqueIdentifier>{2d03f185-425a-4de5-8eeb-67dce5e56de9}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="maths\camera.h">
@@ -389,6 +392,30 @@
<ClCompile Include="os\posix\posix_threading.cpp">
<Filter>OS\Posix</Filter>
</ClCompile>
<ClCompile Include="os\posix\apple\apple_callstack.cpp">
<Filter>OS\Posix\Apple</Filter>
</ClCompile>
<ClCompile Include="os\posix\apple\apple_process.cpp">
<Filter>OS\Posix\Apple</Filter>
</ClCompile>
<ClCompile Include="os\posix\apple\apple_stringio.cpp">
<Filter>OS\Posix\Apple</Filter>
</ClCompile>
<ClCompile Include="os\posix\apple\apple_threading.cpp">
<Filter>OS\Posix\Apple</Filter>
</ClCompile>
<ClCompile Include="os\posix\android\android_process.cpp">
<Filter>OS\Posix\Android</Filter>
</ClCompile>
<ClCompile Include="os\posix\android\android_threading.cpp">
<Filter>OS\Posix\Android</Filter>
</ClCompile>
<ClCompile Include="os\posix\linux\linux_process.cpp">
<Filter>OS\Posix\Linux</Filter>
</ClCompile>
<ClCompile Include="os\posix\linux\linux_threading.cpp">
<Filter>OS\Posix\Linux</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="os\win32\comexport.def">