1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-27 17:00:59 +01:00

Weather: Enable support for memory leaks dumping in Debug builds

This commit is contained in:
Valentin Radu 2022-02-17 23:04:00 +02:00
parent 83884aa71f
commit f52a74304a
2 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,7 @@
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode> <ConformanceMode>true</ConformanceMode>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<ForcedIncludeFiles>$(SolutionDir)debug.h</ForcedIncludeFiles>
</ClCompile> </ClCompile>
<Link> <Link>
<SubSystem>Windows</SubSystem> <SubSystem>Windows</SubSystem>
@ -123,6 +124,7 @@
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode> <ConformanceMode>true</ConformanceMode>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<ForcedIncludeFiles>$(SolutionDir)debug.h</ForcedIncludeFiles>
</ClCompile> </ClCompile>
<Link> <Link>
<SubSystem>Windows</SubSystem> <SubSystem>Windows</SubSystem>
@ -153,6 +155,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\ep_weather_host_stub\ep_weather_host_h.h" /> <ClInclude Include="..\ep_weather_host_stub\ep_weather_host_h.h" />
<ClInclude Include="..\ExplorerPatcher\def.h" />
<ClInclude Include="ep_weather.h" /> <ClInclude Include="ep_weather.h" />
<ClInclude Include="ep_weather_error_html.h" /> <ClInclude Include="ep_weather_error_html.h" />
<ClInclude Include="ep_weather_factory.h" /> <ClInclude Include="ep_weather_factory.h" />

View File

@ -53,6 +53,9 @@
<ClInclude Include="ep_weather_error_html.h"> <ClInclude Include="ep_weather_error_html.h">
<Filter>Header Files</Filter> <Filter>Header Files</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\ExplorerPatcher\def.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ResourceCompile Include="ep_weather_host.rc"> <ResourceCompile Include="ep_weather_host.rc">