Skip to content

Commit

Permalink
generate pdb files for release config as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bagajjal committed Oct 24, 2019
1 parent 6cadec0 commit 19a5818
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions build/zlib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,43 +125,43 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)\temp\$(Platform)\$(Configuration)\$(TargetName)\</IntDir>
<IntDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\temp\</IntDir>
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down Expand Up @@ -249,6 +249,7 @@
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<ControlFlowGuard>Guard</ControlFlowGuard>
<AdditionalOptions>/Zi /Gy %(AdditionalOptions)</AdditionalOptions>
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
</ClCompile>
<Lib>
<SubSystem>Console</SubSystem>
Expand All @@ -268,6 +269,7 @@
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<ControlFlowGuard>Guard</ControlFlowGuard>
<AdditionalOptions>/Zi /Gy %(AdditionalOptions)</AdditionalOptions>
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
</ClCompile>
<Lib>
<SubSystem>Console</SubSystem>
Expand All @@ -287,6 +289,7 @@
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<ControlFlowGuard>Guard</ControlFlowGuard>
<AdditionalOptions>/Zi /Gy %(AdditionalOptions)</AdditionalOptions>
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
</ClCompile>
<Lib>
<SubSystem>Console</SubSystem>
Expand All @@ -306,6 +309,7 @@
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<ControlFlowGuard>Guard</ControlFlowGuard>
<AdditionalOptions>/Zi /Gy %(AdditionalOptions)</AdditionalOptions>
<ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
</ClCompile>
<Lib>
<SubSystem>Console</SubSystem>
Expand Down

0 comments on commit 19a5818

Please sign in to comment.