Proper connect_port
[juce-lv2.git] / juce / source / amalgamation / juce_amalgamated_template.h
blob882d01031aeb0f7d2c6ad2cd7429389aaa342d1f
1 /*
2 ==============================================================================
4 This file is part of the JUCE library - "Jules' Utility Class Extensions"
5 Copyright 2004-9 by Raw Material Software Ltd.
7 ------------------------------------------------------------------------------
9 JUCE can be redistributed and/or modified under the terms of the GNU General
10 Public License (Version 2), as published by the Free Software Foundation.
11 A copy of the license is included in the JUCE distribution, or can be found
12 online at www.gnu.org/licenses.
14 JUCE is distributed in the hope that it will be useful, but WITHOUT ANY
15 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16 A PARTICULAR PURPOSE. See the GNU General Public License for more details.
18 ------------------------------------------------------------------------------
20 To release a closed-source product which uses JUCE, commercial licenses are
21 available: visit www.rawmaterialsoftware.com/juce for more information.
23 ==============================================================================
27 ==============================================================================
29 This header contains the entire Juce source tree, and can be #included in
30 all your source files.
32 As well as including this in your files, you should also add juce_inline.cpp
33 to your project (or juce_inline.mm on the Mac).
36 ==============================================================================
39 #ifndef __JUCE_AMALGAMATED_TEMPLATE_JUCEHEADER__
40 #define __JUCE_AMALGAMATED_TEMPLATE_JUCEHEADER__
42 #define DONT_AUTOLINK_TO_JUCE_LIBRARY 1
44 #include "../juce.h"
46 #endif // __JUCE_AMALGAMATED_TEMPLATE_JUCEHEADER__