update jucer to use lib folder

This commit is contained in:
Alex Birch 2018-06-17 15:53:29 +01:00
parent cbac39e8b8
commit 9b58aa79c5
No known key found for this signature in database
GPG Key ID: 305EB1F98D44ACBA
2 changed files with 10 additions and 10 deletions

View File

@ -2746,7 +2746,7 @@ set_target_properties (VST PROPERTIES
target_link_libraries (VST PRIVATE target_link_libraries (VST PRIVATE
SHARED_CODE SHARED_CODE
"-Llib_relinked" "-Llib"
"-lfluidsynth" "-lfluidsynth"
"-framework Accelerate" "-framework Accelerate"
"-framework AudioToolbox" "-framework AudioToolbox"
@ -2831,7 +2831,7 @@ set_target_properties (VST3 PROPERTIES
target_link_libraries (VST3 PRIVATE target_link_libraries (VST3 PRIVATE
SHARED_CODE SHARED_CODE
"-Llib_relinked" "-Llib"
"-lfluidsynth" "-lfluidsynth"
"-framework Accelerate" "-framework Accelerate"
"-framework AudioToolbox" "-framework AudioToolbox"
@ -2908,7 +2908,7 @@ set_target_properties (STANDALONE_PLUGIN PROPERTIES
target_link_libraries (STANDALONE_PLUGIN PRIVATE target_link_libraries (STANDALONE_PLUGIN PRIVATE
SHARED_CODE SHARED_CODE
"-Llib_relinked" "-Llib"
"-lfluidsynth" "-lfluidsynth"
"-framework Accelerate" "-framework Accelerate"
"-framework AudioToolbox" "-framework AudioToolbox"
@ -2975,7 +2975,7 @@ set_target_properties (SHARED_CODE PROPERTIES
) )
target_link_libraries (SHARED_CODE PRIVATE target_link_libraries (SHARED_CODE PRIVATE
"-Llib_relinked" "-Llib"
"-lfluidsynth" "-lfluidsynth"
"-framework Accelerate" "-framework Accelerate"
"-framework AudioToolbox" "-framework AudioToolbox"
@ -3069,7 +3069,7 @@ set_target_properties (VST PROPERTIES
target_link_libraries (VST PRIVATE target_link_libraries (VST PRIVATE
SHARED_CODE SHARED_CODE
"-Llib_relinked" "-Llib"
"-lfluidsynth" "-lfluidsynth"
"-framework Accelerate" "-framework Accelerate"
"-framework AudioToolbox" "-framework AudioToolbox"
@ -3156,7 +3156,7 @@ set_target_properties (VST3 PROPERTIES
target_link_libraries (VST3 PRIVATE target_link_libraries (VST3 PRIVATE
SHARED_CODE SHARED_CODE
"-Llib_relinked" "-Llib"
"-lfluidsynth" "-lfluidsynth"
"-framework Accelerate" "-framework Accelerate"
"-framework AudioToolbox" "-framework AudioToolbox"
@ -3235,7 +3235,7 @@ set_target_properties (STANDALONE_PLUGIN PROPERTIES
target_link_libraries (STANDALONE_PLUGIN PRIVATE target_link_libraries (STANDALONE_PLUGIN PRIVATE
SHARED_CODE SHARED_CODE
"-Llib_relinked" "-Llib"
"-lfluidsynth" "-lfluidsynth"
"-framework Accelerate" "-framework Accelerate"
"-framework AudioToolbox" "-framework AudioToolbox"
@ -3304,7 +3304,7 @@ set_target_properties (SHARED_CODE PROPERTIES
) )
target_link_libraries (SHARED_CODE PRIVATE target_link_libraries (SHARED_CODE PRIVATE
"-Llib_relinked" "-Llib"
"-lfluidsynth" "-lfluidsynth"
"-framework Accelerate" "-framework Accelerate"
"-framework AudioToolbox" "-framework AudioToolbox"

View File

@ -6,7 +6,7 @@
companyWebsite="https://birchlabs.co.uk" bundleIdentifier="uk.co.birchlabs.juicysfplugin" companyWebsite="https://birchlabs.co.uk" bundleIdentifier="uk.co.birchlabs.juicysfplugin"
pluginManufacturer="birchlabs" pluginCode="Jspf" pluginManufacturerCode="Blbs" pluginManufacturer="birchlabs" pluginCode="Jspf" pluginManufacturerCode="Blbs"
pluginName="Juicy SF" pluginDesc="Audio plugin to play soundfonts" pluginName="Juicy SF" pluginDesc="Audio plugin to play soundfonts"
id="ptvVfg" pluginFormats="buildStandalone,buildVST,buildVST3" id="ptvVfg" pluginFormats="buildVST,buildVST3,buildStandalone"
pluginCharacteristicsValue="pluginIsSynth,pluginWantsMidiIn,pluginEditorRequiresKeys" pluginCharacteristicsValue="pluginIsSynth,pluginWantsMidiIn,pluginEditorRequiresKeys"
buildVST="1" buildAU="0" buildRTAS="0" buildAAX="0" enableIAA="0"> buildVST="1" buildAU="0" buildRTAS="0" buildAAX="0" enableIAA="0">
<MAINGROUP id="rCqBG3" name="juicysfplugin"> <MAINGROUP id="rCqBG3" name="juicysfplugin">
@ -63,7 +63,7 @@
</MAINGROUP> </MAINGROUP>
<EXPORTFORMATS> <EXPORTFORMATS>
<XCODE_MAC targetFolder="Builds/MacOSX" vst3Folder="" externalLibraries="fluidsynth" <XCODE_MAC targetFolder="Builds/MacOSX" vst3Folder="" externalLibraries="fluidsynth"
extraLinkerFlags="-Llib_relinked"> extraLinkerFlags="-Llib">
<CONFIGURATIONS> <CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" headerPath="../../include&#10;../../modules"/> <CONFIGURATION isDebug="1" name="Debug" headerPath="../../include&#10;../../modules"/>
<CONFIGURATION isDebug="0" name="Release" headerPath="../../include&#10;../../modules"/> <CONFIGURATION isDebug="0" name="Release" headerPath="../../include&#10;../../modules"/>