46 lines
862 B
Plaintext
46 lines
862 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-1999 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.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=psapi
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
TARGETLIBS= \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\imagehlp.lib
|
||
|
|
||
|
DLLENTRY=DllMain
|
||
|
|
||
|
SOURCES=driver.c \
|
||
|
mapfile.c \
|
||
|
module.c \
|
||
|
ws.c \
|
||
|
profile.c \
|
||
|
process.c \
|
||
|
perf.c \
|
||
|
psapi.rc
|
||
|
|
||
|
USE_NTDLL=1
|
||
|
|
||
|
UMTYPE=console
|
||
|
|
||
|
DELAYLOAD=imagehlp.dll
|
||
|
DLOAD_ERROR_HANDLER=homegrown
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
|
||
|
PASS0_PUBLISH={psapi.h=$(SDK_INC_PATH)\psapi.h}
|
||
|
PASS1_PUBLISH={$(O)\psapi.lib=$(SDK_LIB_PATH)\psapi.lib}
|