!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
This source code is licensed under Microsoft Shared Source License
Version 1.0 for Windows CE.
For a copy of the license visit http://go.microsoft.com/fwlink/?LinkId=3223.
!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        \

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}
