-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0edd6b
commit ca49777
Showing
2 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
Submodule Spatial_Audio_Framework
updated
5 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ | |
pluginSilenceInIsSilenceOut="0" pluginEditorRequiresKeys="0" | ||
pluginAUExportPrefix="sparta_spreaderAU" pluginRTASCategory="" | ||
aaxIdentifier="com.yourcompany.panner" pluginAAXCategory="2" | ||
buildVST3="0" buildRTAS="0" buildAAX="0" pluginManufacturerEmail="[email protected]" | ||
buildVST3="1" buildRTAS="0" buildAAX="0" pluginManufacturerEmail="[email protected]" | ||
companyName="Aalto" companyEmail="[email protected]" | ||
userNotes="_CRT_SECURE_NO_WARNINGS _WINSOCK_DEPRECATED_NO_WARNINGS SAF_USE_INTEL_MKL" | ||
buildAUv3="0" pluginIsMidiEffectPlugin="0" displaySplashScreen="0" | ||
reportAppUsage="0" splashScreenColour="Dark" buildStandalone="0" | ||
enableIAA="0" companyCopyright="Aalto" pluginFormats="buildVST" | ||
enableIAA="0" companyCopyright="Aalto" pluginFormats="buildVST,buildVST3" | ||
jucerFormatVersion="1"> | ||
<MAINGROUP id="imnfnp" name="sparta_spreader"> | ||
<FILE id="oGTRTG" name="SPARTALookAndFeel.h" compile="0" resource="0" | ||
|
@@ -289,17 +289,16 @@ | |
</VS2017> | ||
<XCODE_MAC targetFolder="make/MacOSX/Xcode/" vstFolder="../../../SDKs/VST3 SDK" | ||
vst3Folder="../../../../SDKs/VST3_SDK/" userNotes="-L/usr/local/lib -lsaf_mkl_custom" | ||
extraLinkerFlags="-L/usr/local/lib -lsaf_mkl_custom_lp64 -lsaf_ipp_custom -Wl,-rpath,/usr/local/lib" | ||
extraCompilerFlags="-pedantic -W -Wall -Wextra " | ||
extraDefs="SAF_USE_INTEL_MKL_LP64 SAF_USE_INTEL_IPP SAF_ENABLE_SOFA_READER_MODULE" | ||
xcodeValidArchs="i386,x86_64"> | ||
extraDefs="SAF_USE_APPLE_ACCELERATE SAF_ENABLE_SOFA_READER_MODULE" | ||
xcodeValidArchs="arm64"> | ||
<CONFIGURATIONS> | ||
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="sparta_spreader_debug" | ||
binaryPath="" headerPath="../../../../../SDKs/Spatial_Audio_Framework/framework/include ../../../../../SDKs/Spatial_Audio_Framework/examples/include ../../../../../SDKs/VST2_SDK /opt/intel/oneapi/mkl/latest/include /opt/intel/oneapi/ipp/latest/include" | ||
binaryPath="" headerPath="../../../../../SDKs/Spatial_Audio_Framework/framework/include ../../../../../SDKs/Spatial_Audio_Framework/examples/include ../../../../../SDKs/VST2_SDK " | ||
osxArchitecture="64BitIntel" osxCompatibility="10.10 SDK" enablePluginBinaryCopyStep="1" | ||
macOSDeploymentTarget="10.10"/> | ||
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="sparta_spreader" | ||
binaryPath="" headerPath="../../../../../SDKs/Spatial_Audio_Framework/framework/include ../../../../../SDKs/Spatial_Audio_Framework/examples/include ../../../../../SDKs/VST2_SDK /opt/intel/oneapi/mkl/latest/include /opt/intel/oneapi/ipp/latest/include" | ||
binaryPath="" headerPath="../../../../../SDKs/Spatial_Audio_Framework/framework/include ../../../../../SDKs/Spatial_Audio_Framework/examples/include ../../../../../SDKs/VST2_SDK " | ||
osxArchitecture="64BitIntel" osxCompatibility="10.10 SDK" enablePluginBinaryCopyStep="1" | ||
linkTimeOptimisation="0" macOSDeploymentTarget="10.10"/> | ||
</CONFIGURATIONS> | ||
|