!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft shared
source or premium shared source license agreement under which you licensed
this source code. If you did not accept the terms of the license agreement,
you are not authorized to use this source code. For the terms of the license,
please see the license agreement between you and Microsoft or, if applicable,
see the SOURCE.RTF on your install media or the root of your tools installation.
THE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
!endif
TARGETNAME=OBEXApi
TARGETTYPE=LIBRARY
RELEASETYPE=OAK

INCLUDES=..;..\headers

CDEFINES=$(CDEFINES) -D_WIN32_WINCE
CDEFINES=$(CDEFINES) -DUSE_IRDA

PASS0_SOURCEDIR=..
PASS0_HEADERDIR=..
	
#	
#DEFFILE=ObexAPI.def
#
# Copy DEF file
TARGETDEFNAME=$(TARGETNAME)
WINCETARGETFILE0=$(_RELEASELIBDIR)\$(TARGETDEFNAME).def 


SOURCES = obexp.idl \
          conpoint.cpp \
	  HeaderEnum.cpp \
	  Obex.cpp \
	  ObexDevice.cpp \
	  ObexIRDATransport.cpp \
	  ObexBTHTransport.cpp \
	  ObexTCPTransport.cpp \
	  ObexTransportConnection.cpp \
	  ObexStream.cpp \
	  IRDATransportSocket.cpp \
	  BTHTransportSocket.cpp \
	  TCPTransportSocket.cpp \
	  PropertyBag.cpp \
	  PropertyBagEnum.cpp \
	  DeviceEnum.cpp \
 	  HeaderCollection.cpp \
          ..\obexp_i.c 
	 

#xref VIGUID {bc1d3127-0037-4b0e-b875-8c1cc5ceb162}
#xref VSGUID {854d6fed-0daa-410c-9097-11a46af5679c}
