1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

VST3 SDK: Remove unused manifest

This commit is contained in:
reuk 2024-08-23 16:30:07 +01:00
parent b106b19eae
commit 92cbbf3db1
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
2 changed files with 0 additions and 20 deletions

View file

@ -755,16 +755,6 @@ public:
getOwner().getTargetFolder(),
build_tools::RelativePath::buildTargetFolder).toWindowsStyle());
}
if (type == VST3Helper)
{
const auto manifest = getOwner().getModuleFolderRelativeToProject ("juce_audio_processors").getChildFile ("format_types")
.getChildFile ("VST3_SDK")
.getChildFile ("helper.manifest");
additional->addTextElement (manifest.rebased (getOwner().getProject().getFile().getParentDirectory(),
getOwner().getTargetFolder(),
build_tools::RelativePath::buildTargetFolder).toWindowsStyle());
}
}
if (getTargetFileType() == staticLibrary && config.getArchitectureString() == "Win32")