Skip to content

Commit

Permalink
Move cdecl_cast.hpp to xrCore.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Oct 3, 2015
1 parent fd2f57b commit 27abe17
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/utils/xrAI/xrAI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#pragma comment(lib, "xrLCUtil.lib")

#include "utils/xrLCUtil/LevelCompilerLoggerWindow.hpp"
#include "utils/xrLCUtil/cdecl_cast.hpp"
#include "xrCore/cdecl_cast.hpp"

LevelCompilerLoggerWindow &Logger = LevelCompilerLoggerWindow();

Expand Down
2 changes: 1 addition & 1 deletion src/utils/xrDO_Light/StdAfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#include "utils/xrLCUtil/ILevelCompilerLogger.hpp"
#include "utils/xrLCUtil/xrThread.hpp"
#include "utils/xrLCUtil/cdecl_cast.hpp"
#include "xrCore/cdecl_cast.hpp"

extern ILevelCompilerLogger& Logger;
extern CThread::LogFunc ProxyMsg;
Expand Down
2 changes: 1 addition & 1 deletion src/utils/xrDO_Light/xrDO_Light.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "utils/xrLC_Light/xrlc_light.h"
#include "utils/xrLCUtil/LevelCompilerLoggerWindow.hpp"
#include "utils/xrLCUtil/cdecl_cast.hpp"
#include "xrCore/cdecl_cast.hpp"
#include "utils/xrLCUtil/xrLCUtil.hpp"
//#pragma comment(linker,"/STACK:0x800000,0x400000")

Expand Down
2 changes: 1 addition & 1 deletion src/utils/xrLC/StdAfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "utils/xrLCUtil/ILevelCompilerLogger.hpp"
#include "utils/xrLCUtil/xrThread.hpp"
#include "utils/xrLCUtil/cdecl_cast.hpp"
#include "xrCore/cdecl_cast.hpp"

extern ILevelCompilerLogger& Logger;
extern CThread::LogFunc ProxyMsg;
Expand Down
1 change: 0 additions & 1 deletion src/utils/xrLCUtil/xrLCUtil.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClInclude Include="cdecl_cast.hpp" />
<ClInclude Include="ILevelCompilerLogger.hpp" />
<ClInclude Include="LevelCompilerLoggerConsole.hpp" />
<ClInclude Include="LevelCompilerLoggerWindow.hpp" />
Expand Down
11 changes: 2 additions & 9 deletions src/utils/xrLCUtil/xrLCUtil.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="xrUtil.cpp">
<Filter>Kernel</Filter>
</ClCompile>
<ClCompile Include="xrThread.cpp">
<Filter>Threading</Filter>
</ClCompile>
Expand All @@ -30,11 +27,9 @@
<ClCompile Include="LevelCompilerLoggerConsole.cpp">
<Filter>Log</Filter>
</ClCompile>
<ClCompile Include="xrLCUtil.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="xrUtil.hpp">
<Filter>Kernel</Filter>
</ClInclude>
<ClInclude Include="xrThread.hpp">
<Filter>Threading</Filter>
</ClInclude>
Expand All @@ -53,9 +48,7 @@
<ClInclude Include="LevelCompilerLoggerConsole.hpp">
<Filter>Log</Filter>
</ClInclude>
<ClInclude Include="cdecl_cast.hpp">
<Filter>Kernel</Filter>
</ClInclude>
<ClInclude Include="xrLCUtil.hpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="resource.rc">
Expand Down
2 changes: 1 addition & 1 deletion src/utils/xrLC_Light/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "xrLC_Light.h"
#include "utils/xrLCUtil/ILevelCompilerLogger.hpp"
#include "utils/xrLCUtil/xrThread.hpp"
#include "utils/xrLCUtil/cdecl_cast.hpp"
#include "xrCore/cdecl_cast.hpp"

extern ILevelCompilerLogger& Logger;
extern CThread::LogFunc ProxyMsg;
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions src/xrCore/xrCore.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@
<ClInclude Include="blackbox\WarningsOn.h" />
<ClInclude Include="buffer_vector.h" />
<ClInclude Include="buffer_vector_inline.h" />
<ClInclude Include="cdecl_cast.hpp" />
<ClInclude Include="clsid.h" />
<ClInclude Include="Coder.hpp" />
<ClInclude Include="compression_ppmd_stream.h" />
Expand Down
3 changes: 3 additions & 0 deletions src/xrCore/xrCore.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,9 @@
<ClInclude Include="..\common\_d3d_extensions.h">
<Filter>Kernel\Common</Filter>
</ClInclude>
<ClInclude Include="cdecl_cast.hpp">
<Filter>Kernel</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="xrCore.rc">
Expand Down

0 comments on commit 27abe17

Please sign in to comment.