Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

79 lines
1.5 KiB

!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=umpnpmgr
TARGETNAME=umpnpmgr
TARGETTYPE=DYNLINK
TARGETPATH=obj
UMTYPE=windows
DLLENTRY=DllMainCRTStartup
DLLDEF=umpnpmgr.def
DLLBASE=0x6D000000
USE_MSVCRT=1
C_DEFINES=-DINCL_32= -DNT -DRPC_NO_WINDOWS_H -DUNICODE -D_UNICODE
MSC_WARNING_LEVEL=/W3 /WX
PRECOMPILED_INCLUDE=precomp.h
INCLUDES=\
..\inc; \
..\lib; \
..\idl\$(O); \
$(TERMSRV_INC_PATH); \
$(WINDOWS_INC_PATH); \
$(PROJECT_ROOT)\ntos\inc
TARGETLIBS=\
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\rpcrt4.lib \
$(SDK_LIB_PATH)\umpnplib.lib \
$(WINDOWS_LIB_PATH)\user32p.lib \
$(TERMSRV_LIB_PATH)\syslib.lib \
$(SDK_LIB_PATH)\userenv.lib \
$(SDK_LIB_PATH)\winsta.lib
SOURCES=\
main.c \
osver.c \
rconflist.c \
rdevnode.c \
revent.c \
rhwprof.c \
rlogconf.c \
rmisc.c \
rregprop.c \
rresdes.c \
rtravers.c \
rutil.c \
srventry.c \
umpnpdat.c \
pnp_s_stub.c\
pnpmsg.mc \
umpnpmgr.rc