<install>

	<version>0.01</version>
	<author>christian nagelhofer, theo watson</author>
	<url></url>
	<requires></requires>
	
	<add>	

		<!-- 	=====================================================================	-->
		<!--	========================== add for the "installation" of OF =========	-->
		<!-- 	=====================================================================	-->
	
		<addons_h>
		//--------------------------------------------- obj loader
		#ifdef OF_ADDON_USING_OFNETWORK
			#include "ofNetwork.h"
		#endif 
		</addons_h>
		
		<!-- 	=====================================================================	-->
		<!--	========================== add per project using this addon =========	-->
		<!-- 	=====================================================================	-->

		<src>
			<folder name="addons/ofNetwork">
				<file>../../addons/ofNetwork/src/ofNetwork.h</file>
				<file>../../addons/ofNetwork/src/ofTCPClient.cpp</file>
				<file>../../addons/ofNetwork/src/ofTCPClient.h</file>
				<file>../../addons/ofNetwork/src/ofTCPManager.cpp</file>
				<file>../../addons/ofNetwork/src/ofTCPManager.h</file>
				<file>../../addons/ofNetwork/src/ofTCPServer.cpp</file>
				<file>../../addons/ofNetwork/src/ofTCPServer.h</file>
				<file>../../addons/ofNetwork/src/ofUDPManager.cpp</file>
				<file>../../addons/ofNetwork/src/ofUDPManager.h</file>
			</folder>
		</src>

		<include>
			<path>../../addons/ofNetwork/src</path>
		</include>

		<link>
			<lib os="win32" compiler="devcpp">wsock32</lib>
			<lib os="win32" compiler="codewarrior"><!-- NOT DONE --></lib>
			<lib os="win32" compiler="visualstudio"><!-- NOT DONE --></lib>
		</link>
	
	</add>
	
</install>