1
0
Fork 0
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:
jules 2016-02-16 09:43:05 +00:00
parent d0d9b9c181
commit 68fdb3b2f0
3 changed files with 0 additions and 7 deletions

View file

@ -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")