root / trunk / tbeta / OSX / addons / ofxNCore / install.xml @ 151

View | Annotate | Download (1 KB)

1 151 ss
<install>
2 151 ss
3 151 ss
        <version>1.0.1</version>
4 151 ss
        <author>nuigroup</author>
5 151 ss
        <url>http://ncore.nuigroup.com/</url>
6 151 ss
        <requires></requires>
7 151 ss
8 151 ss
        <add>
9 151 ss
                <!--         =====================================================================        -->
10 151 ss
                <!--        ========================== add for the "installation" of OF =========        -->
11 151 ss
                <!--         =====================================================================        -->
12 151 ss
13 151 ss
                <addons_h>
14 151 ss
                //--------------------------------------------- ofxNCore
15 151 ss
                #ifdef OF_ADDON_USING_OFXCCORE
16 151 ss
                        #include "ofxCCore.h"
17 151 ss
                #endif
18 151 ss
                </addons_h>
19 151 ss
20 151 ss
                <!--         =====================================================================        -->
21 151 ss
                <!--        ========================== add per project using this addon =========        -->
22 151 ss
                <!--         =====================================================================        -->
23 151 ss
24 151 ss
                <src>
25 151 ss
                        <folder name="addons/ofxNCore/src">
26 151 ss
                                <file>../../../put all filesand folders here...</file>
27 151 ss
                        </folder>
28 151 ss
                </src>
29 151 ss
30 151 ss
                <include>
31 151 ss
                        <path>../../../put include folders here...</path>
32 151 ss
                </include>
33 151 ss
34 151 ss
        </add>
35 151 ss
36 151 ss
</install>