!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
PROJDIR=..


#
# The TARGETNAME variable is defined by the developer.  It is the name of
# the target (component) that is being built by this makefile.  It
# should NOT include any path or file extension information.
#
TARGETNAME=upbase

TARGETTYPE=LIBRARY

!if "$(WINCEDEBUG)"=="debug"
CDEFINES=$(CDEFINES) -DENABLETRACE
!endif
#
# The INCLUDES variable specifies any include paths that are specific to
# this source directory.  Separate multiple directory paths with single
# semicolons.  Relative path specifications are okay.
#
INCLUDES=\
$(PROJDIR)\inc;$(_PUBLICROOT)\ie\sdk\inc

#
# The SOURCES variable is defined by the developer.  It is a list of all the
# source files for this component.  Each source file should be on a separate
# line using the line continuation character.  This will minimize merge
# conflicts if two developers adding source files to the same component.
#
# Whitespace is not permitted between the SOURCES keyword and the '='.
# (Courtesy of BUILD.EXE)
#

SOURCES=\
    ncbase.cpp              \
    ncdbg.cpp               \
    regentry.cpp            \
    upnpmem.cpp             \
    UpnpInvokeRequest.cpp   \

NTSOURCES= \
    ncutil.cpp              \
    ncmsz.cpp               \
    ncmem.cpp               \
    ncatlui.cpp             \
    ncatlps.cpp             \
    ncstring.cpp            \
    ncxml.cpp               \
    ncinet2.cpp             \
    ncreg.cpp               \
    ncregq.cpp              \
    ncui.cpp                \
    nccom.cpp		        \
    upstrs.cpp		        \
    ncfile.cpp

#xref VIGUID {644d60b5-fc2b-4883-82bb-5a148ace4dee}
#xref VSGUID {f17dcec8-bd87-45b8-bd1b-ce4e06e5eb49}
