You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
863 B
45 lines
863 B
!IF 0
|
|
|
|
Copyright (c) 1989-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=uext
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_CXX=1
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\version.lib \
|
|
$(SDK_LIB_PATH)\dbgeng.lib \
|
|
$(DEBUGGER_LIBS)\*\dbglib.lib
|
|
|
|
USE_MSVCRT=1
|
|
|
|
UMTYPE=windows
|
|
|
|
# ICF doesn't do any good for this image. Turn it off.
|
|
LINKER_NOICF=1
|
|
|
|
INCLUDES = ..\..\dbg-common
|
|
|
|
# uniqstack.cpp needs STL and C++ exception handling.
|
|
USE_STL = 1
|
|
USER_C_FLAGS = $(USER_C_FLAGS) -EHsc
|
|
|
|
SOURCES= handle.cpp \
|
|
uext.cpp \
|
|
vmem.cpp \
|
|
evlog.cpp \
|
|
uniqstack.cpp \
|
|
messages.mc \
|
|
uext.rc
|