windows-nt/Source/XPSP1/NT/sdktools/debuggers/exts/extsdll/sources
2020-09-26 16:20:57 +08:00

54 lines
889 B
Plaintext

!IF 0
Copyright (c) 1989-1999 Microsoft Corporation
Module Name:
sources.
!ENDIF
TARGETNAME=exts
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=_DllMainCRTStartup
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
MSC_WARNING_LEVEL=/W3 /WX
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\dbgeng.lib
USE_MSVCRT=1
UMTYPE=windows
# ICF doesn't do any good for this image. Turn it off.
LINKER_NOICF=1
INCLUDES = ..\..\dbg-common
SOURCES= atom.c \
critsect.c \
dlls.cpp \
exts.cpp \
gflagext.c \
heap.c \
help.c \
heapleak.c \
heapfind.c \
heappagx.c \
image.c \
kuser.c \
peb.c \
psr.c \
sddump.c \
util.c \
verifier.c \
exts.rc