74 lines
1.4 KiB
Plaintext
74 lines
1.4 KiB
Plaintext
!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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
!INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
|
|
|
|
MINORCOMP=resrcmon
|
|
|
|
TARGETNAME=resrcmon
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
MIDL_UUIDDIR=$(O)
|
|
MIDL_TLBDIR=$(O)
|
|
|
|
INCLUDES=..\inc;..\inc\$(O);$(O)
|
|
C_DEFINES=$(C_DEFINES) -DCOMRES
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
USE_MSVCRT=1
|
|
UNICODE=1
|
|
|
|
SOURCES= \
|
|
comres.idl \
|
|
evntlist.c \
|
|
notify.c \
|
|
poller.c \
|
|
property.c \
|
|
reslist.c \
|
|
resmon.c \
|
|
rmapi.c \
|
|
excprpt.c \
|
|
monmsg.mc \
|
|
resmon.rc
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\clusapi.lib \
|
|
$(SDK_LIB_PATH)\resutils.lib \
|
|
..\service\idl\$(O)\rm_rpc_s.obj \
|
|
..\clusrtl\$(O)\clusrtl.lib
|