mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Introjucer: Avoided the win32 exporter adding the /FORCE:multiple flag except when building an RTAS plugin
This commit is contained in:
parent
d0d9b9c181
commit
68fdb3b2f0
3 changed files with 0 additions and 7 deletions
|
|
@ -274,9 +274,6 @@ namespace VSTHelpers
|
|||
|
||||
if (exporter.isVisualStudio())
|
||||
{
|
||||
if (! exporter.getExtraLinkerFlagsString().contains ("/FORCE:multiple"))
|
||||
exporter.getExtraLinkerFlags() = exporter.getExtraLinkerFlags().toString() + " /FORCE:multiple";
|
||||
|
||||
RelativePath modulePath (exporter.rebaseFromProjectFolderToBuildTarget (RelativePath (exporter.getPathForModuleString ("juce_audio_plugin_client"),
|
||||
RelativePath::projectFolder)
|
||||
.getChildFile ("juce_audio_plugin_client")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue