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

TARGETNAME=USBSER
TARGETTYPE=DYNLINK
RELEASETYPE=PLATFORM
DLLENTRY=DllEntry

INCLUDES = ..\CLIENTCMN;$(_COMMONDDKROOT)\inc;$(_COMMONOAKROOT)\inc;

SOURCES = \
    USBSER.cpp \
    USERDEV.cpp


CDEFINES=$(CDEFINES) -DUSE_NEW_SERIAL_MODEL

MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) /W3 /WX
 
!IF "$(BUILD_BROWSE)"=="1"
CDEFINES = $(CDEFINES) -FR
!ENDIF

TARGETLIBS= \
    $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \
    $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\usbd.lib \
    $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib

SOURCELIBS= \
    $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\usbser_log.lib \
    $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\usbclib.lib \
	$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\com_mdd2.lib \
	$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\serpddcm.lib \