Skip to content

Commit

Permalink
Add updated sources to xrCoreStatic.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Oct 22, 2015
1 parent af552a6 commit 4ddede6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions src/xrCore/xrCoreStatic.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,9 @@
<ClCompile Include="stream_reader.cpp" />
<ClCompile Include="string_concatenations.cpp" />
<ClCompile Include="Text\MbHelpers.cpp" />
<ClCompile Include="Threading\Event.cpp" />
<ClCompile Include="Threading\Lock.cpp" />
<ClCompile Include="Threading\ttapi.cpp" />
<ClCompile Include="Threading\xrSyncronize.cpp" />
<ClCompile Include="xrCore.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">Create</PrecompiledHeader>
Expand Down Expand Up @@ -434,8 +435,9 @@
<ClInclude Include="string_concatenations_inline.h" />
<ClInclude Include="SubAlloc.hpp" />
<ClInclude Include="Text\MbHelpers.h" />
<ClInclude Include="Threading\Event.hpp" />
<ClInclude Include="Threading\Lock.hpp" />
<ClInclude Include="Threading\ttapi.h" />
<ClInclude Include="Threading\xrSyncronize.h" />
<ClInclude Include="vector.h" />
<ClInclude Include="xrCore.h" />
<ClInclude Include="xrCore_platform.h" />
Expand Down
18 changes: 12 additions & 6 deletions src/xrCore/xrCoreStatic.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,6 @@
<ClCompile Include="Threading\ttapi.cpp">
<Filter>Threading</Filter>
</ClCompile>
<ClCompile Include="Threading\xrSyncronize.cpp">
<Filter>Threading</Filter>
</ClCompile>
<ClCompile Include="Math\MathUtil.cpp">
<Filter>Math</Filter>
</ClCompile>
Expand All @@ -321,6 +318,12 @@
<ClCompile Include="Text\MbHelpers.cpp">
<Filter>Text</Filter>
</ClCompile>
<ClCompile Include="Threading\Event.cpp">
<Filter>Threading</Filter>
</ClCompile>
<ClCompile Include="Threading\Lock.cpp">
<Filter>Threading</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="FTimer.h">
Expand Down Expand Up @@ -629,9 +632,6 @@
<ClInclude Include="Threading\ttapi.h">
<Filter>Threading</Filter>
</ClInclude>
<ClInclude Include="Threading\xrSyncronize.h">
<Filter>Threading</Filter>
</ClInclude>
<ClInclude Include="Math\MathUtil.hpp">
<Filter>Math</Filter>
</ClInclude>
Expand Down Expand Up @@ -662,6 +662,12 @@
<ClInclude Include="Text\MbHelpers.h">
<Filter>Text</Filter>
</ClInclude>
<ClInclude Include="Threading\Event.hpp">
<Filter>Threading</Filter>
</ClInclude>
<ClInclude Include="Threading\Lock.hpp">
<Filter>Threading</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="xrCore.rc">
Expand Down

0 comments on commit 4ddede6

Please sign in to comment.