!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  \
            callswin.c  \
            cmdexec0.c  \
            cmdexec1.c  \
            cmdexec2.c  \
            cmdwin.c    \
            codemgr.c   \
            colors.c    \
            confirm.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      \
            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
USE_CRTDLL=1

INCLUDES=..\osdebug\include;include
MIPS_FLAGS=-DWIN32 -DTARGET32 -DHOST32 -DADDR_MIXED -DOSDEBUG -DHOST_MIPS
386_FLAGS=-DWIN32 -DTARGET32 -DHOST32 -DADDR_MIXED -DOSDEBUG -DHOST_i386
ALPHA_FLAGS=-DWIN32 -DTARGET32 -DHOST32 -DADDR_MIXED -DOSDEBUG -DHOST_ALPHA

LINKER_FLAGS=-ignore:505
386_WARNING_LEVEL=/WX /W3

!IFDEF CALL_PROFILE
MORE_LIBS=$(MORE_LIBS) $(BASEDIR)\public\sdk\lib\*\cap.lib
MSC_OPTIMIZATION=$(MSC_OPTIMIZATION) /Od /Gh
!ENDIF

UMLIBS= $(MORE_LIBS) \
        ..\osdebug\obj\*\osdebug.lib                \
        ..\bp\obj\*\bp.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

UMAPPL=windbg

NTTARGETFILES=
NTKEEPRESOURCETMPFILES=1

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