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(), getOwner().getTargetFolder(),
build_tools::RelativePath::buildTargetFolder).toWindowsStyle()); 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") if (getTargetFileType() == staticLibrary && config.getArchitectureString() == "Win32")

View file

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity type="win32" name="juce_vst3_helper" version="6.0.0.0"/>
<application>
<windowsSettings>
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
</windowsSettings>
</application>
</assembly>