1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

Initial version of VST3 plugin support.

This commit is contained in:
jules 2014-02-05 16:20:57 +00:00
parent fb2a5fc857
commit 4fe7240eb2
31 changed files with 2136 additions and 177 deletions

View file

@ -277,8 +277,6 @@ namespace VSTHelpers
for (ProjectExporter::ConfigIterator config (exporter); config.next();)
{
config->getValue (Ids::msvcModuleDefinitionFile) = modulePath.getChildFile ("juce_VST3_WinExports.def").toWindowsStyle();
if (config->getValue (Ids::useRuntimeLibDLL).getValue().isVoid())
config->getValue (Ids::useRuntimeLibDLL) = true;