windows-nt/Source/XPSP1/NT/sdktools/debuggers/exts/extdll/sources

40 lines
588 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
Copyright (c) 1989-1999 Microsoft Corporation
Module Name:
sources.
!ENDIF
TARGETNAME=ext
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=_DllMainCRTStartup
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
TARGETLIBS = \
$(SDK_LIB_PATH)\advapi32.lib \
$(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= ext.cpp \
ext.rc \
extapis.cpp \