Windows2000/private/windbg64/debugger/dm/p_i386/sources
2020-09-30 17:12:32 +02:00

92 lines
1.9 KiB
Plaintext

!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:
Wesley Witt (wesw)
!ENDIF
OSDEBUG4=1
!include ..\..\sources.inc
386_STDCALL=1
USE_NATIVE_EH=0
MAJORCOMP=windbg
MINORCOMP=dmkd
TARGETNAME=dmkdx86$(D)
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLDEF=dmkdx86.def
COFFBASE=dmkdx86
DLLENTRY = DllMain
SOURCES=\
..\kdapi.c \
..\bp.c \
..\cache.c \
..\com.c \
..\dmdisasm.c \
..\dmx32.c \
..\event.c \
..\funccall.c \
..\packet.c \
..\procem.c \
..\support.c \
..\step.c \
..\util.c \
..\walk.c \
..\kdwow.c \
..\i386mach.c \
..\i386thnk.c \
..\dmkd.rc
UMTYPE=windows
C_DEFINES = $(C_DEFINES) -DDWORDLONG=ULONGLONG -DDOLPHIN -DTARGET_i386 -DKERNEL
INCLUDES= ..; \
$(DEBUGGER_ROOT)\include; \
$(DEBUGGER_ROOT)\od\include; \
$(DEBUG_INCLUDES); \
$(LANGAPI)\include; \
$(BASEDIR)\private\ntos\inc; \
$(BASEDIR)\private\ntos\io; \
CONDITIONAL_INCLUDES=odp.h win32dm.h
# $(SDK_LIB_PATH)\vdmdbg.lib \
TARGETLIBS=$(MORE_LIBS) \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\dbghelp.lib \
$(NONSHIP_LIB_PATH)\crashlib.lib \
$(SDK_LIB_PATH)\disasm.lib \
$(BASEDIR)\private\ntos\rtl\user\obj\$(TARGET_DIRECTORY)\splay.obj
#NTTARGETFILES=
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj