!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:

    Jim Schaad (jimsch)

!ENDIF

MAJORCOMP=windbg
MINORCOMP=windbg

TARGETNAME=windbg
TARGETPATH=obj
TARGETTYPE=PROGRAM

SOURCES= \
    windbg.rc   \
    apisupp.c   \
    arrange.c   \
    breakpts.c  \
    brkpt0.c    \
    callswin.c  \
    cmdexec0.c  \
    cmdexec1.c  \
    cmdexec2.c  \
    cmdwin.c    \
    codemgr.c   \
    colors.c    \
    confirm.c   \
    cp.c        \
    cpuwin.c    \
    cvextras.c  \
    data.c      \
    dbgext.c    \
    dbugdll.c   \
    dbugexcp.c  \
    dbugrun.c   \
    disasm.c    \
    docfile.c   \
    document.c  \
    edit.c      \
    editutil.c  \
    environ.c   \
    find.c      \
    findnext.c  \
    findrep.c   \
    fonts.c     \
    function.c  \
    init.c      \
    line.c      \
    linklist.c  \
    kdopt.c     \
    localwin.c  \
    makeeng.c   \
    memory.c    \
    memwin.c    \
    menu.c      \
    panemgr.c   \
    paneopt.c   \
    paneuser.c  \
    pidtid.c    \
    process.c   \
    program.c   \
    quickw.c    \
    re_mi.c     \
    remote.c    \
    reparse.c   \
    replace.c   \
    ribbon.c    \
    rundebug.c  \
    setbreak.c  \
    status.c    \
    tasklist.c  \
    thread.c    \
    undoredo.c  \
    userctrl.c  \
    userdll.c   \
    util.c      \
    util2.c     \
    vib.c       \
    watch.c     \
    watchwin.c  \
    windbg.c    \
    wrkspace.c

UMTYPE=windows

INCLUDES=..\osdebug\include;include;obj\$(TARGET_DIRECTORY)

!include ..\common.src

C_DEFINES = $(C_DEFINES) -DOSDEBUG

UMLIBS= $(MORE_LIBS) \
        ..\osdebug\obj\*\osdebug.lib                \
        $(BASEDIR)\public\sdk\lib\*\shell32.lib     \
        $(BASEDIR)\public\sdk\lib\*\comdlg32.lib    \
        $(BASEDIR)\public\sdk\lib\*\version.lib     \
        $(BASEDIR)\public\sdk\lib\*\mpr.lib         \
        $(BASEDIR)\public\sdk\lib\*\imagehlp.lib    \
        $(BASEDIR)\public\sdk\lib\*\crashlib.lib

NTTARGETFILES=
NTKEEPRESOURCETMPFILES=1

PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
