Skip to content

Commit b488e57

Browse files
author
nitrocaster
committed
Rename xrDebugNew.cpp -> xrDebug.cpp.
1 parent c12aae9 commit b488e57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/xrCore/xrCore.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
<ClCompile Include="Threading\Lock.cpp" />
362362
<ClCompile Include="xrCore.cpp" />
363363
<ClCompile Include="ModuleLookup.cpp" />
364-
<ClCompile Include="xrDebugNew.cpp" />
364+
<ClCompile Include="xrDebug.cpp" />
365365
<ClCompile Include="xrMemory.cpp" />
366366
<ClCompile Include="xrMemory_align.cpp" />
367367
<ClCompile Include="xrMemory_debug.cpp" />

src/xrCore/xrCore.vcxproj.filters

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@
240240
<ClCompile Include="doug_lea_allocator.cpp">
241241
<Filter>Memory manager\dlmalloc\wrapper</Filter>
242242
</ClCompile>
243-
<ClCompile Include="xrDebugNew.cpp">
244-
<Filter>Debug core</Filter>
245-
</ClCompile>
246243
<ClCompile Include="blackbox\BlackBoxUI.cpp">
247244
<Filter>Debug core\BlackBox</Filter>
248245
</ClCompile>
@@ -393,6 +390,9 @@
393390
<ClCompile Include="Crypto\xr_dsa_verifyer.cpp">
394391
<Filter>Crypto</Filter>
395392
</ClCompile>
393+
<ClCompile Include="xrDebug.cpp">
394+
<Filter>Debug core</Filter>
395+
</ClCompile>
396396
</ItemGroup>
397397
<ItemGroup>
398398
<ClInclude Include="FTimer.h">
File renamed without changes.

0 commit comments

Comments
 (0)