Browse Source

Introjucer: Stopped MSVC AAX projects from setting the binary extention to .aaxplugin, instead allowing the post-build script to handle the renaming.

tags/2021-05-28
jules 10 years ago
parent
commit
22d48b465f
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      extras/Introjucer/Source/Project/jucer_AudioPluginModule.h

+ 0
- 2
extras/Introjucer/Source/Project/jucer_AudioPluginModule.h View File

@@ -634,8 +634,6 @@ namespace AAXHelpers
if (exporter.isVisualStudio())
{
exporter.msvcTargetSuffix = ".aaxplugin";
for (ProjectExporter::ConfigIterator config (exporter); config.next();)
if (config->getValue (Ids::useRuntimeLibDLL).getValue().isVoid())
config->getValue (Ids::useRuntimeLibDLL) = true;


Loading…
Cancel
Save