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

View | Annotate | Download (1 KB)

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