root / Community_Core_Vision / addons / ofxOsc / install.xml @ 11
View | Annotate | Download (1.8 KB)
| 1 | 11 | amit | <install>
|
|---|---|---|---|
| 2 | 11 | amit | <name>ofxOsc</name> |
| 3 | 11 | amit | <version>0.04</version> |
| 4 | 11 | amit | <author>damian stewart</author> |
| 5 | 11 | amit | <url>http://frey.co.nz/ofxosc</url> |
| 6 | 11 | amit | |
| 7 | 11 | amit | <add>
|
| 8 | 11 | amit | <!-- ===================================================================== -->
|
| 9 | 11 | amit | <!-- ========================== add per project using this addon ========= -->
|
| 10 | 11 | amit | <!-- ===================================================================== -->
|
| 11 | 11 | amit | |
| 12 | 11 | amit | <src>
|
| 13 | 11 | amit | <folder name="addons/ofxOsc/src"> |
| 14 | 11 | amit | <file>../../../addons/ofxOsc/src/ofxOsc.h</file> |
| 15 | 11 | amit | <file>../../../addons/ofxOsc/src/ofxOscArg.h</file> |
| 16 | 11 | amit | <file>../../../addons/ofxOsc/src/ofxOscBundle.cpp</file> |
| 17 | 11 | amit | <file>../../../addons/ofxOsc/src/ofxOscBundle.h</file> |
| 18 | 11 | amit | <file>../../../addons/ofxOsc/src/ofxOscMessage.h</file> |
| 19 | 11 | amit | <file>../../../addons/ofxOsc/src/ofxOscMessage.cpp</file> |
| 20 | 11 | amit | <file>../../../addons/ofxOsc/src/ofxOscReceiver.h</file> |
| 21 | 11 | amit | <file>../../../addons/ofxOsc/src/ofxOscReceiver.cpp</file> |
| 22 | 11 | amit | <file>../../../addons/ofxOsc/src/ofxOscSender.cpp</file> |
| 23 | 11 | amit | <file>../../../addons/ofxOsc/src/ofxOscSender.h</file> |
| 24 | 11 | amit | </folder>
|
| 25 | 11 | amit | </src>
|
| 26 | 11 | amit | |
| 27 | 11 | amit | <include>
|
| 28 | 11 | amit | <path>../../../addons/ofxOsc/src</path> |
| 29 | 11 | amit | <path>../../../addons/ofxOsc/libs/oscpack/include/ip</path> |
| 30 | 11 | amit | <path>../../../addons/ofxOsc/libs/oscpack/include/osc</path> |
| 31 | 11 | amit | </include>
|
| 32 | 11 | amit | |
| 33 | 11 | amit | <link>
|
| 34 | 11 | amit | <lib os="win_cb" compiler="codeblocks">../../../addons/ofxOsc/libs/oscpack/lib/win32/oscpack.a</lib> |
| 35 | 11 | amit | <lib os="win_vs2008" compiler="visualstudio">../../../addons/ofxOsc/libs/oscpack/lib/win32/oscpack.lib</lib> |
| 36 | 11 | amit | <lib os="linux" compiler="codeblocks, makefile">../../../addons/ofxOsc/libs/oscpack/lib/linux/liboscpack.a</lib> |
| 37 | 11 | amit | <lib os="linux64" compiler="codeblocks, makefile">../../../addons/ofxOsc/libs/oscpack/lib/linux64/liboscpack.a</lib> |
| 38 | 11 | amit | <lib os="mac" compiler="xcode">../../../addons/ofxOsc/libs/oscpack/lib/mac/libOsc.a</lib> |
| 39 | 11 | amit | </link>
|
| 40 | 11 | amit | |
| 41 | 11 | amit | </add>
|
| 42 | 11 | amit | |
| 43 | 11 | amit | |
| 44 | 11 | amit | </install>
|
