From ba0259fd57e4b09badd0fcc841e57261fcbb8ef6 Mon Sep 17 00:00:00 2001 From: hogliux Date: Mon, 31 Jul 2017 15:52:33 +0100 Subject: [PATCH] Removed extra build-steps in DSP module plugin demo --- .../VisualStudio2015/DSPModulePluginDemo_SharedCode.vcxproj | 6 ------ .../DSPModulePluginDemo_StandalonePlugin.vcxproj | 6 ------ .../Builds/VisualStudio2015/DSPModulePluginDemo_VST.vcxproj | 6 ------ .../DSP module plugin demo/DSP module plugin demo.jucer | 4 ++-- 4 files changed, 2 insertions(+), 20 deletions(-) diff --git a/examples/DSP module plugin demo/Builds/VisualStudio2015/DSPModulePluginDemo_SharedCode.vcxproj b/examples/DSP module plugin demo/Builds/VisualStudio2015/DSPModulePluginDemo_SharedCode.vcxproj index 99ace4b6af..7380ded6e1 100644 --- a/examples/DSP module plugin demo/Builds/VisualStudio2015/DSPModulePluginDemo_SharedCode.vcxproj +++ b/examples/DSP module plugin demo/Builds/VisualStudio2015/DSPModulePluginDemo_SharedCode.vcxproj @@ -101,9 +101,6 @@ true $(IntDir)\DSPModulePluginDemo.bsc - - if "$(ProjectName)"=="$(SolutionName)_VST" copy /Y "$(TargetDir)\$(SolutionName).dll" "c:\vstplugins\musical entropy\$(SolutionName).dll" - @@ -146,9 +143,6 @@ true $(IntDir)\DSPModulePluginDemo.bsc - - if "$(ProjectName)"=="$(SolutionName)_VST" copy /Y "$(TargetDir)\$(SolutionName).dll" "c:\vstplugins\musical entropy\$(SolutionName).dll" - diff --git a/examples/DSP module plugin demo/Builds/VisualStudio2015/DSPModulePluginDemo_StandalonePlugin.vcxproj b/examples/DSP module plugin demo/Builds/VisualStudio2015/DSPModulePluginDemo_StandalonePlugin.vcxproj index 396553ae16..793416403c 100644 --- a/examples/DSP module plugin demo/Builds/VisualStudio2015/DSPModulePluginDemo_StandalonePlugin.vcxproj +++ b/examples/DSP module plugin demo/Builds/VisualStudio2015/DSPModulePluginDemo_StandalonePlugin.vcxproj @@ -104,9 +104,6 @@ true $(IntDir)\DSPModulePluginDemo.bsc - - if "$(ProjectName)"=="$(SolutionName)_VST" copy /Y "$(TargetDir)\$(SolutionName).dll" "c:\vstplugins\musical entropy\$(SolutionName).dll" - @@ -150,9 +147,6 @@ true $(IntDir)\DSPModulePluginDemo.bsc - - if "$(ProjectName)"=="$(SolutionName)_VST" copy /Y "$(TargetDir)\$(SolutionName).dll" "c:\vstplugins\musical entropy\$(SolutionName).dll" - diff --git a/examples/DSP module plugin demo/Builds/VisualStudio2015/DSPModulePluginDemo_VST.vcxproj b/examples/DSP module plugin demo/Builds/VisualStudio2015/DSPModulePluginDemo_VST.vcxproj index 82aab65f33..dfd834034f 100644 --- a/examples/DSP module plugin demo/Builds/VisualStudio2015/DSPModulePluginDemo_VST.vcxproj +++ b/examples/DSP module plugin demo/Builds/VisualStudio2015/DSPModulePluginDemo_VST.vcxproj @@ -104,9 +104,6 @@ true $(IntDir)\DSPModulePluginDemo.bsc - - if "$(ProjectName)"=="$(SolutionName)_VST" copy /Y "$(TargetDir)\$(SolutionName).dll" "c:\vstplugins\musical entropy\$(SolutionName).dll" - @@ -150,9 +147,6 @@ true $(IntDir)\DSPModulePluginDemo.bsc - - if "$(ProjectName)"=="$(SolutionName)_VST" copy /Y "$(TargetDir)\$(SolutionName).dll" "c:\vstplugins\musical entropy\$(SolutionName).dll" - diff --git a/examples/DSP module plugin demo/DSP module plugin demo.jucer b/examples/DSP module plugin demo/DSP module plugin demo.jucer index 20c2146eb3..8c9f2665f8 100644 --- a/examples/DSP module plugin demo/DSP module plugin demo.jucer +++ b/examples/DSP module plugin demo/DSP module plugin demo.jucer @@ -59,10 +59,10 @@ + warningsAreErrors="0" postbuildCommand=""/> + useRuntimeLibDLL="0" postbuildCommand=""/>