-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall.xml
74 lines (62 loc) · 3.35 KB
/
install.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<install>
<name>ofxOsc</name>
<version>0.04</version>
<author>damian stewart</author>
<url>http://frey.co.nz/ofxosc</url>
<add>
<!-- ===================================================================== -->
<!-- ========================== add per project using this addon ========= -->
<!-- ===================================================================== -->
<src>
<folder name="addons/ofxOsc/src">
<file>../../../addons/ofxOsc/src/ofxOsc.h</file>
<file>../../../addons/ofxOsc/src/ofxOscArg.h</file>
<file>../../../addons/ofxOsc/src/ofxOscBundle.cpp</file>
<file>../../../addons/ofxOsc/src/ofxOscBundle.h</file>
<file>../../../addons/ofxOsc/src/ofxOscMessage.h</file>
<file>../../../addons/ofxOsc/src/ofxOscMessage.cpp</file>
<file>../../../addons/ofxOsc/src/ofxOscReceiver.h</file>
<file>../../../addons/ofxOsc/src/ofxOscReceiver.cpp</file>
<file>../../../addons/ofxOsc/src/ofxOscSender.cpp</file>
<file>../../../addons/ofxOsc/src/ofxOscSender.h</file>
</folder>
<folder name="addons/ofxOsc/libs/oscpack/src/ip">
<file>../../../addons/ofxOsc/libs/oscpack/src/ip/IpEndpointName.cpp</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/ip/IpEndpointName.h</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/ip/NetworkingUtils.h</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/ip/PacketListener.h</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/ip/TimerListener.h</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/ip/UdpSocket.h</file>
</folder>
<folder name="addons/ofxOsc/libs/oscpack/src/ip/posix">
<file>../../../addons/ofxOsc/libs/oscpack/src/ip/posix/NetworkingUtils.cpp</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/ip/posix/UdpSocket.cpp</file>
</folder>
<folder name="addons/ofxOsc/libs/oscpack/src/ip/win32">
<file>../../../addons/ofxOsc/libs/oscpack/src/ip/win32/NetworkingUtilsWin.cpp</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/ip/win32/UdpSocketWin.cpp</file>
</folder>
<folder name="addons/ofxOsc/libs/oscpack/src/osc">
<file>../../../addons/ofxOsc/libs/oscpack/src/osc/MessageMappingOscPacketListener.h</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/osc/OscException.h</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/osc/OscHostEndianness.h</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/osc/OscOutboundPacketStream.cpp</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/osc/OscOutboundPacketStream.h</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/osc/OscPacketListener.h</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/osc/OscPrintReceivedElements.cpp</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/osc/OscPrintReceivedElements.h</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/osc/OscReceivedElements.cpp</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/osc/OscReceivedElements.h</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/osc/OscTypes.cpp</file>
<file>../../../addons/ofxOsc/libs/oscpack/src/osc/OscTypes.h</file>
</folder>
</src>
<include>
<path>../../../addons/ofxOsc/src</path>
<path>../../../addons/ofxOsc/libs/oscpack/include/ip</path>
<path>../../../addons/ofxOsc/libs/oscpack/include/osc</path>
</include>
<link>
</link>
</add>
</install>