Browse Source

Weather: Enable support for memory leaks dumping in Debug builds

pull/886/head
Valentin Radu 4 years ago
parent
commit
f52a74304a
  1. 3
      ep_weather_host/ep_weather_host.vcxproj
  2. 3
      ep_weather_host/ep_weather_host.vcxproj.filters

3
ep_weather_host/ep_weather_host.vcxproj

@ -93,6 +93,7 @@ @@ -93,6 +93,7 @@
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<ForcedIncludeFiles>$(SolutionDir)debug.h</ForcedIncludeFiles>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@ -123,6 +124,7 @@ @@ -123,6 +124,7 @@
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<ForcedIncludeFiles>$(SolutionDir)debug.h</ForcedIncludeFiles>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@ -153,6 +155,7 @@ @@ -153,6 +155,7 @@
</ItemGroup>
<ItemGroup>
<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_error_html.h" />
<ClInclude Include="ep_weather_factory.h" />

3
ep_weather_host/ep_weather_host.vcxproj.filters

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

Loading…
Cancel
Save