update jucer to use lib folder
This commit is contained in:
parent
cbac39e8b8
commit
9b58aa79c5
@ -2746,7 +2746,7 @@ set_target_properties (VST PROPERTIES
|
||||
|
||||
target_link_libraries (VST PRIVATE
|
||||
SHARED_CODE
|
||||
"-Llib_relinked"
|
||||
"-Llib"
|
||||
"-lfluidsynth"
|
||||
"-framework Accelerate"
|
||||
"-framework AudioToolbox"
|
||||
@ -2831,7 +2831,7 @@ set_target_properties (VST3 PROPERTIES
|
||||
|
||||
target_link_libraries (VST3 PRIVATE
|
||||
SHARED_CODE
|
||||
"-Llib_relinked"
|
||||
"-Llib"
|
||||
"-lfluidsynth"
|
||||
"-framework Accelerate"
|
||||
"-framework AudioToolbox"
|
||||
@ -2908,7 +2908,7 @@ set_target_properties (STANDALONE_PLUGIN PROPERTIES
|
||||
|
||||
target_link_libraries (STANDALONE_PLUGIN PRIVATE
|
||||
SHARED_CODE
|
||||
"-Llib_relinked"
|
||||
"-Llib"
|
||||
"-lfluidsynth"
|
||||
"-framework Accelerate"
|
||||
"-framework AudioToolbox"
|
||||
@ -2975,7 +2975,7 @@ set_target_properties (SHARED_CODE PROPERTIES
|
||||
)
|
||||
|
||||
target_link_libraries (SHARED_CODE PRIVATE
|
||||
"-Llib_relinked"
|
||||
"-Llib"
|
||||
"-lfluidsynth"
|
||||
"-framework Accelerate"
|
||||
"-framework AudioToolbox"
|
||||
@ -3069,7 +3069,7 @@ set_target_properties (VST PROPERTIES
|
||||
|
||||
target_link_libraries (VST PRIVATE
|
||||
SHARED_CODE
|
||||
"-Llib_relinked"
|
||||
"-Llib"
|
||||
"-lfluidsynth"
|
||||
"-framework Accelerate"
|
||||
"-framework AudioToolbox"
|
||||
@ -3156,7 +3156,7 @@ set_target_properties (VST3 PROPERTIES
|
||||
|
||||
target_link_libraries (VST3 PRIVATE
|
||||
SHARED_CODE
|
||||
"-Llib_relinked"
|
||||
"-Llib"
|
||||
"-lfluidsynth"
|
||||
"-framework Accelerate"
|
||||
"-framework AudioToolbox"
|
||||
@ -3235,7 +3235,7 @@ set_target_properties (STANDALONE_PLUGIN PROPERTIES
|
||||
|
||||
target_link_libraries (STANDALONE_PLUGIN PRIVATE
|
||||
SHARED_CODE
|
||||
"-Llib_relinked"
|
||||
"-Llib"
|
||||
"-lfluidsynth"
|
||||
"-framework Accelerate"
|
||||
"-framework AudioToolbox"
|
||||
@ -3304,7 +3304,7 @@ set_target_properties (SHARED_CODE PROPERTIES
|
||||
)
|
||||
|
||||
target_link_libraries (SHARED_CODE PRIVATE
|
||||
"-Llib_relinked"
|
||||
"-Llib"
|
||||
"-lfluidsynth"
|
||||
"-framework Accelerate"
|
||||
"-framework AudioToolbox"
|
||||
|
@ -6,7 +6,7 @@
|
||||
companyWebsite="https://birchlabs.co.uk" bundleIdentifier="uk.co.birchlabs.juicysfplugin"
|
||||
pluginManufacturer="birchlabs" pluginCode="Jspf" pluginManufacturerCode="Blbs"
|
||||
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"
|
||||
buildVST="1" buildAU="0" buildRTAS="0" buildAAX="0" enableIAA="0">
|
||||
<MAINGROUP id="rCqBG3" name="juicysfplugin">
|
||||
@ -63,7 +63,7 @@
|
||||
</MAINGROUP>
|
||||
<EXPORTFORMATS>
|
||||
<XCODE_MAC targetFolder="Builds/MacOSX" vst3Folder="" externalLibraries="fluidsynth"
|
||||
extraLinkerFlags="-Llib_relinked">
|
||||
extraLinkerFlags="-Llib">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION isDebug="1" name="Debug" headerPath="../../include ../../modules"/>
|
||||
<CONFIGURATION isDebug="0" name="Release" headerPath="../../include ../../modules"/>
|
||||
|
Loading…
Reference in New Issue
Block a user