marked stable
[synfig.git] / synfig-core / tags / stable / src / modules / mod_openexr / main.cpp
1 /*! ========================================================================
2 ** Sinfg
3 ** bleh
4 ** $Id: main.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
5 **
6 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
7 **
8 ** This software and associated documentation
9 ** are CONFIDENTIAL and PROPRIETARY property of
10 ** the above-mentioned copyright holder.
11 **
12 ** You may not copy, print, publish, or in any
13 ** other way distribute this software without
14 ** a prior written agreement with
15 ** the copyright holder.
16 **
17 ** === N O T E S ===========================================================
18 **
19 ** ========================================================================= */
20
21 /* === H E A D E R S ======================================================= */
22
23 #define SINFG_MODULE
24
25 #ifdef USING_PCH
26 #       include "pch.h"
27 #else
28 #ifdef HAVE_CONFIG_H
29 #       include <config.h>
30 #else
31 #warning HAVE_CONFIG_H not defined!
32 #endif
33
34 #include <sinfg/module.h>
35 #include "trgt_openexr.h"
36 #include "mptr_openexr.h"
37 #endif
38
39 /* === E N T R Y P O I N T ================================================= */
40
41 MODULE_DESC_BEGIN(mod_openexr)
42         MODULE_NAME("OpenEXR Module")
43         MODULE_DESCRIPTION("Provides support for the EXR image format.")
44         MODULE_AUTHOR("Industrial Light & Magic")
45         MODULE_VERSION("1.0.4")
46         MODULE_COPYRIGHT("Copyright (c) 2003 Lucas Digital Ltd. LLC.")
47 MODULE_DESC_END
48
49 MODULE_INVENTORY_BEGIN(mod_openexr)
50         BEGIN_TARGETS
51                 TARGET(exr_trgt)
52         END_TARGETS
53         BEGIN_IMPORTERS
54                 IMPORTER(exr_mptr)
55         END_IMPORTERS
56 MODULE_INVENTORY_END