mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
VST3 SDK: Remove unused manifest
This commit is contained in:
parent
b106b19eae
commit
92cbbf3db1
2 changed files with 0 additions and 20 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue