mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Windows: Fixed a debug Projucer compile error when using VS2015
This commit is contained in:
parent
0e00e83944
commit
d16a30a294
9 changed files with 22 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<MODULEPATH id="juce_analytics" path="../../modules"/>
|
||||
</MODULEPATHS>
|
||||
</XCODE_MAC>
|
||||
<VS2013 targetFolder="Builds/VisualStudio2013" bigIcon="rv1F4h">
|
||||
<VS2013 targetFolder="Builds/VisualStudio2013" bigIcon="rv1F4h" extraCompilerFlags="/bigobj">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" wholeProgramOptimisation="1"
|
||||
debugInformationFormat="ProgramDatabase" useRuntimeLibDLL="1"/>
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
<MODULEPATH id="juce_analytics" path="../../modules"/>
|
||||
</MODULEPATHS>
|
||||
</VS2013>
|
||||
<VS2015 targetFolder="Builds/VisualStudio2015" bigIcon="rv1F4h">
|
||||
<VS2015 targetFolder="Builds/VisualStudio2015" bigIcon="rv1F4h" extraCompilerFlags="/bigobj">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" debugInformationFormat="ProgramDatabase"
|
||||
useRuntimeLibDLL="1"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue