Leaked source code of windows server 2003
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.
 
 
 
 
 
 

62 lines
1.3 KiB

!IF 0
Copyright (c) 1989-2002 Microsoft Corporation
Module Name:
sources.
!ENDIF
TARGETNAME=windbg
TARGETPATH=obj
TARGETTYPE=PROGRAM
SOURCES= \
windbg.rc \
arrange.cpp \
callswin.cpp \
cmdwin.cpp \
cmnwin.cpp \
cwcreate.cpp \
docwin.cpp \
dualwin.cpp \
engine.cpp \
format.cpp \
memopts.cpp \
memwin.cpp \
menu.cpp \
miscdbg.cpp \
prcdlg.cpp \
prcmain.cpp \
statebuf.cpp \
status.cpp \
toolbar.cpp \
util.cpp \
windbg.cpp \
wrkspace.cpp
USE_MSVCRT = 1
UMTYPE=windows
NO_NTDLL = 1
UMLIBS= $(SDK_LIB_PATH)\dbgeng.lib \
$(SDK_LIB_PATH)\dbghelp.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\htmlhelp.lib \
$(SDK_LIB_PATH)\version.lib \
$(SDK_LIB_PATH)\mpr.lib \
$(DEBUGGER_LIBS)\*\dbglib.lib
NTTARGETFILES=
NTKEEPRESOURCETMPFILES=1
INCLUDES=..\dbg-common
PRECOMPILED_INCLUDE=precomp.hxx
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj