windows-nt/Source/XPSP1/NT/base/mvdm/vdmexts/sources
2020-09-26 16:20:57 +08:00

84 lines
1.5 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:
Steve Wood (stevewo) 12-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=ntsd
MINORCOMP=ntsdexts
TARGETNAME=vdmexts
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLBASE=0x79000000
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib
INCLUDES=\
..\meinc;\
..\inc;\
$(WINDOWS_INC_PATH);\
$(TERMSRV_INC_PATH);\
..\wow32;\
..\softpc.new\host\inc;\
..\softpc.new\base\inc
SOURCES= \
data.c \
debug.c \
dib.c \
disasm.c \
dos.c \
dpmi.c \
heap.c \
help.c \
misc.c \
platform.c \
reflect.c \
stack.c \
sym.c \
system.c \
trace.c \
util.c \
wow.c \
wdbgdot.c \
wowprof.c \
vdmexts.rc
i386_SOURCES=i386\profile.c i386\vdmtib.c i386\regs.c
USE_NTDLL=1
#
# Next specify options for the compiler.
#
C_DEFINES=-DWIN32 -DNT
W32_SB=1
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj