root / trunk / Windows / addons / ofxNetwork / install.xml @ 3
View | Annotate | Download (1.2 KB)
| 1 | <install>
|
|---|---|
| 2 | <name>ofxNetwork</name> |
| 3 | <version>0.01</version> |
| 4 | <author>christian nagelhofer, theo watson</author> |
| 5 | <url></url> |
| 6 | <requires>ofxThread</requires> |
| 7 | |
| 8 | <add>
|
| 9 | |
| 10 | <!-- ===================================================================== -->
|
| 11 | <!-- ========================== add per project using this addon ========= -->
|
| 12 | <!-- ===================================================================== -->
|
| 13 | |
| 14 | <src>
|
| 15 | <folder name="addons/ofxNetwork/src"> |
| 16 | <file>../../../addons/ofxNetwork/src/ofxNetwork.h</file> |
| 17 | <file>../../../addons/ofxNetwork/src/ofxTCPClient.cpp</file> |
| 18 | <file>../../../addons/ofxNetwork/src/ofxTCPClient.h</file> |
| 19 | <file>../../../addons/ofxNetwork/src/ofxTCPManager.cpp</file> |
| 20 | <file>../../../addons/ofxNetwork/src/ofxTCPManager.h</file> |
| 21 | <file>../../../addons/ofxNetwork/src/ofxTCPServer.cpp</file> |
| 22 | <file>../../../addons/ofxNetwork/src/ofxTCPServer.h</file> |
| 23 | <file>../../../addons/ofxNetwork/src/ofxUDPManager.cpp</file> |
| 24 | <file>../../../addons/ofxNetwork/src/ofxUDPManager.h</file> |
| 25 | </folder>
|
| 26 | </src>
|
| 27 | |
| 28 | <include>
|
| 29 | <path>../../../addons/ofxNetwork/src</path> |
| 30 | </include>
|
| 31 | |
| 32 | <link>
|
| 33 | <lib os="win32" compiler="devcpp">wsock32</lib> |
| 34 | </link>
|
| 35 | |
| 36 | </add>
|
| 37 | |
| 38 | </install>
|
