!IF 0

Copyright (c) 1989  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:

    Paula Tomlinson (paulat) 9-June-1995


Revision History:

!ENDIF

MAJORCOMP = umpnpmgr
MINORCOMP = server

TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETNAME= umpnpmgr
TARGETTYPE=DYNLINK
UMTYPE=windows

DLLENTRY=DllMainCRTStartup
DLLDEF=umpnpmgr.def
DLLBASE=0x6D000000
# I made this up, use coffbase.txt

USE_CRTDLL=1
C_DEFINES= -DINCL_32= -DNT -DRPC_NO_WINDOWS_H -DUNICODE
MSC_WARNING_LEVEL=/W3 /WX
INCLUDES=..\;..\inc;$(BASEDIR)\public\sdk\inc;$(BASEDIR)\private\inc

# PRECOMPILED_INCLUDE=precomp.h
# PRECOMPILED_PCH=precomp.pch
# PRECOMPILED_OBJ=precomp.obj

TARGETLIBS= \
            $(BASEDIR)\public\sdk\lib\*\kernel32.lib        \
            $(BASEDIR)\public\sdk\lib\*\advapi32.lib        \
            $(BASEDIR)\public\sdk\lib\*\user32.lib          \
            $(BASEDIR)\public\sdk\lib\*\rpcrt4.lib          \
            $(BASEDIR)\public\sdk\lib\*\rpcndr.lib          \
            $(BASEDIR)\public\sdk\lib\*\rpcutil.lib         \
            ..\lib\obj\*\umpnplib.lib

SOURCES=                  \
        umpnpmgr.rc       \
        srventry.c        \
        pnp_s.c           \
        main.c            \
        rutil.c           \
        rtravers.c        \
        rregprop.c        \
        rdevnode.c        \
        rhwprof.c         \
        rlogconf.c        \
        rresdes.c         \
        rmisc.c           \
        revent.c          \
        umpnpdat.c

