Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

75 lines
1.5 KiB

!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
MAJORCOMP=windbg
MINORCOMP=dmkd
TARGETNAME=dmkdmip
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=DllInit
SOURCES=\
..\kdapi.c \
..\bp.c \
..\cache.c \
..\com.c \
..\dmx32.c \
..\event.c \
..\funccall.c \
..\packet.c \
..\procem.c \
..\support.c \
..\step.c \
..\util.c \
..\walk.c \
..\kdwow.c \
..\mipsmach.c \
..\dmkd.rc
UMTYPE=windows
INCLUDES= \
..\..\osdebug\include; \
..\..\osdebug; \
..; \
$(BASEDIR)\private\ntos\inc;\
$(BASEDIR)\private\ntos\io
!include ..\..\common.src
C_DEFINES = $(C_DEFINES) -DTARGET_MIPS -DKERNEL -DDWORDLONG=ULONGLONG
TARGETLIBS=$(MORE_LIBS) \
$(BASEDIR)\public\sdk\lib\*\crashlib.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\vdmdbg.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\imagehlp.lib
NTTARGETFILES=
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj