Fix for Juce 6 modal loops. Should make the proper fixes at some point...
This commit is contained in:
parent
7d9ed352a1
commit
371355b375
@ -56,12 +56,14 @@
|
||||
<CONFIGURATION name="Debug" enablePluginBinaryCopyStep="1" isDebug="1" optimisation="1"
|
||||
linkTimeOptimisation="0" targetName="PaulXStretch" headerPath="Source/PS_Source Source/WDL /Users/teemu/codeprojects/JUCE/modules/vst2.x "
|
||||
libraryPath="/usr/local/Cellar/fftw/3.3.8/lib" cppLibType="libc++"
|
||||
osxArchitecture="64BitIntel" osxCompatibility="10.9 SDK" defines="JUCE_NO_DEPRECATION_WARNINGS"/>
|
||||
osxArchitecture="64BitIntel" osxCompatibility="10.9 SDK" defines="JUCE_NO_DEPRECATION_WARNINGS"
|
||||
macOSDeploymentTarget="10.9"/>
|
||||
<CONFIGURATION name="Release" enablePluginBinaryCopyStep="1" isDebug="0" optimisation="3"
|
||||
linkTimeOptimisation="0" targetName="PaulXStretch" headerPath="Source/PS_Source Source/WDL /Users/teemu/codeprojects/JUCE/modules/vst2.x "
|
||||
osxCompatibility="10.9 SDK" osxArchitecture="64BitIntel" cppLibType="libc++"
|
||||
libraryPath="/usr/local/Cellar/fftw/3.3.8/lib" defines="JUCE_NO_DEPRECATION_WARNINGS"
|
||||
auBinaryLocation="$(HOME)/Library/Audio/Plug-Ins/Components"/>
|
||||
auBinaryLocation="$(HOME)/Library/Audio/Plug-Ins/Components"
|
||||
macOSDeploymentTarget="10.9"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_core" path="../JUCE/modules"/>
|
||||
@ -135,7 +137,8 @@
|
||||
<MODULEPATH id="juce_dsp" path="../gitrepos/JUCE/modules"/>
|
||||
</MODULEPATHS>
|
||||
</LINUX_MAKE>
|
||||
<VS2019 targetFolder="Builds/VisualStudio2019" externalLibraries="C:\ProgrammingProjects\fftw-3.3.6-pl2\fftw-3.3-libs\x64\Static-Release\libfftwf-3.3.lib">
|
||||
<VS2019 targetFolder="Builds/VisualStudio2019" externalLibraries="C:\ProgrammingProjects\fftw-3.3.6-pl2\fftw-3.3-libs\x64\Static-Release\libfftwf-3.3.lib"
|
||||
extraDefs="JUCE_MODAL_LOOPS_PERMITTED=1">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION isDebug="1" name="Debug" headerPath="Source/PS_Source Source/WDL C:\ProgrammingProjects\gitrepos\JUCE\modules\vst2.x "/>
|
||||
<CONFIGURATION isDebug="0" name="Release" linkTimeOptimisation="0" headerPath="Source/PS_Source Source/WDL C:\ProgrammingProjects\gitrepos\JUCE\modules\vst2.x "/>
|
||||
|
Loading…
Reference in New Issue
Block a user