Leaked source code of windows server 2003
 
 
 
 
 
 

53 lines
1.1 KiB

!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
TARGETNAME=resmon
TARGETPATH=obj
TARGETTYPE=UMAPPL_NOLIB
MSC_WARNING_LEVEL=/W3 /WX
C_DEFINES=$(C_DEFINES) -D_NTDRIVER_
SOURCES=dh.c dh.rc
INCLUDES=$(PROJECT_ROOT)\ntos\inc;$(PROJECT_ROOT)\ntos\rtl
UMTYPE=console
UMAPPL=dh*oh*heapmon*objmon*dhcmp*ohcmp*analog
UMRES=$(@R).res
LINKLIBS=$(SDK_LIB_PATH)\dbghelp.lib \
$(SDK_LIB_PATH)\ntdll.lib
USE_NATIVE_EH=1
USE_MSVCRT=1
NTTARGETFILE0=$(O)\dh.res \
$(O)\oh.res \
$(O)\heapmon.res \
$(O)\objmon.res \
$(O)\dhcmp.res \
$(O)\analog.res \
$(O)\ohcmp.res