1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-09 04:30:09 +00:00

Fixed AAX plug-in builds with new module format on OS X.

This commit is contained in:
Timur Doumler 2016-04-13 14:20:30 +01:00
parent 5fcea26f9c
commit 92a1747f27
2 changed files with 1 additions and 26 deletions

View file

@ -1,26 +0,0 @@
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2015 - ROLI Ltd.
Permission is granted to use this software under the terms of either:
a) the GPL v2 (or any later version)
b) the Affero GPL v3
Details of these licenses can be found at: www.gnu.org/licenses
JUCE is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
------------------------------------------------------------------------------
To release a closed-source product which uses JUCE, commercial licenses are
available: visit www.juce.com for more information.
==============================================================================
*/
#define JUCE_INCLUDED_AAX_IN_MM 1
#include "juce_AAX_Wrapper.cpp"

View file

@ -22,4 +22,5 @@
==============================================================================
*/
#define JUCE_INCLUDED_AAX_IN_MM 1
#include "AAX/juce_AAX_Wrapper.cpp"