!IF 0

Copyright (c) 1989-2001  Microsoft Corporation

Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.


Author:

    Jim Cavalaris (jamesca) 27-February-2001

Revision History:


!ENDIF

MAJORCOMP=base
MINORCOMP=cfgmgr

TARGETNAME=cfgmgr
TARGETTYPE=LIBRARY
TARGETPATH=obj

PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}

UMTYPE=windows

USE_MSVCRT=1
C_DEFINES=-DINCL_32= -DNT -DRPC_NO_WINDOWS_H -DUNICODE -D_CFGMGR32_
MSC_WARNING_LEVEL=/W3 /WX

PRECOMPILED_INCLUDE=precomp.h

INCLUDES=\
    ..\inc;                         \
    ..\lib;                         \
    ..\idl\$(O);                    \
    $(COM_INC_PATH);

SOURCES=\
    cmdat.c     \
    conflist.c  \
    devnode.c   \
    event.c     \
    hwprof.c    \
    logconf.c   \
    main.c      \
    misc.c      \
    range.c     \
    regprop.c   \
    resdes.c    \
    rpcbind.c   \
    traverse.c  \
    util.c      \
    pnp_c_stub.c