mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
msbuild: properly enable /Brepro
This commit is contained in:
parent
d35514399e
commit
9717a418b9
1 changed files with 4 additions and 1 deletions
|
@ -120,6 +120,7 @@
|
||||||
4946 Reinterpret cast between related types
|
4946 Reinterpret cast between related types
|
||||||
-->
|
-->
|
||||||
<AdditionalOptions>/w44263 /w44265 /w44946 %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/w44263 /w44265 /w44946 %(AdditionalOptions)</AdditionalOptions>
|
||||||
|
<AdditionalOptions>/Brepro %(AdditionalOptions)</AdditionalOptions>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<!--ClCompile Debug-->
|
<!--ClCompile Debug-->
|
||||||
<ClCompile Condition="'$(Configuration)'=='Debug'">
|
<ClCompile Condition="'$(Configuration)'=='Debug'">
|
||||||
|
@ -144,6 +145,7 @@
|
||||||
<Link>
|
<Link>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
|
<TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
|
||||||
|
<AdditionalOptions>/Brepro %(AdditionalOptions)</AdditionalOptions>
|
||||||
</Link>
|
</Link>
|
||||||
<!--Link Release-->
|
<!--Link Release-->
|
||||||
<Link Condition="'$(Configuration)'=='Release'">
|
<Link Condition="'$(Configuration)'=='Release'">
|
||||||
|
@ -156,11 +158,12 @@
|
||||||
<!--See Common/CompatPatches.cpp-->
|
<!--See Common/CompatPatches.cpp-->
|
||||||
<ForceSymbolReferences>enableCompatPatches</ForceSymbolReferences>
|
<ForceSymbolReferences>enableCompatPatches</ForceSymbolReferences>
|
||||||
<!--TODO fix up ffmpeg garbage-->
|
<!--TODO fix up ffmpeg garbage-->
|
||||||
<AdditionalOptions>/NODEFAULTLIB:libcmt /Brepro %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/NODEFAULTLIB:libcmt %(AdditionalOptions)</AdditionalOptions>
|
||||||
</Link>
|
</Link>
|
||||||
<Lib>
|
<Lib>
|
||||||
<TreatLibWarningAsErrors>true</TreatLibWarningAsErrors>
|
<TreatLibWarningAsErrors>true</TreatLibWarningAsErrors>
|
||||||
<LinkTimeCodeGeneration Condition="'$(DolphinRelease)'=='true'">true</LinkTimeCodeGeneration>
|
<LinkTimeCodeGeneration Condition="'$(DolphinRelease)'=='true'">true</LinkTimeCodeGeneration>
|
||||||
|
<AdditionalOptions>/Brepro %(AdditionalOptions)</AdditionalOptions>
|
||||||
</Lib>
|
</Lib>
|
||||||
<!--
|
<!--
|
||||||
Prefer VTune 2015 over 2013 but support both since there is no non-commercial license for 2015 :(
|
Prefer VTune 2015 over 2013 but support both since there is no non-commercial license for 2015 :(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue