85 lines
1.8 KiB
Plaintext
85 lines
1.8 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
|
|
|
|
|
|
MAJORCOMP=windbg
|
|
MINORCOMP=dmkd
|
|
|
|
TARGETNAME=dmkdppc
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=dmkdppc.def
|
|
COFFBASE=dmkdppc
|
|
|
|
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 \
|
|
..\ppcmach.c \
|
|
..\ppcthnk.c \
|
|
..\dmkd.rc
|
|
|
|
UMTYPE=windows
|
|
|
|
INCLUDES= ..; \
|
|
$(DEBUGGER_ROOT)\include; \
|
|
$(DEBUGGER_ROOT)\od\include; \
|
|
$(DEBUG_INCLUDES); \
|
|
$(LANGAPI)\include; \
|
|
$(BASEDIR)\private\ntos\inc; \
|
|
$(BASEDIR)\private\ntos\io; \
|
|
|
|
C_DEFINES = $(C_DEFINES) -DDWORDLONG=ULONGLONG -DDOLPHIN -DTARGET_PPC -DKERNEL
|
|
|
|
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
|