Skip to content

Commit

Permalink
Rename xrDebugNew.cpp -> xrDebug.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Jan 14, 2016
1 parent c12aae9 commit b488e57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/xrCore/xrCore.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
<ClCompile Include="Threading\Lock.cpp" />
<ClCompile Include="xrCore.cpp" />
<ClCompile Include="ModuleLookup.cpp" />
<ClCompile Include="xrDebugNew.cpp" />
<ClCompile Include="xrDebug.cpp" />
<ClCompile Include="xrMemory.cpp" />
<ClCompile Include="xrMemory_align.cpp" />
<ClCompile Include="xrMemory_debug.cpp" />
Expand Down
6 changes: 3 additions & 3 deletions src/xrCore/xrCore.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@
<ClCompile Include="doug_lea_allocator.cpp">
<Filter>Memory manager\dlmalloc\wrapper</Filter>
</ClCompile>
<ClCompile Include="xrDebugNew.cpp">
<Filter>Debug core</Filter>
</ClCompile>
<ClCompile Include="blackbox\BlackBoxUI.cpp">
<Filter>Debug core\BlackBox</Filter>
</ClCompile>
Expand Down Expand Up @@ -393,6 +390,9 @@
<ClCompile Include="Crypto\xr_dsa_verifyer.cpp">
<Filter>Crypto</Filter>
</ClCompile>
<ClCompile Include="xrDebug.cpp">
<Filter>Debug core</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="FTimer.h">
Expand Down
File renamed without changes.

0 comments on commit b488e57

Please sign in to comment.