!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=windbgrm

TARGETNAME=windbgrm
TARGETPATH=obj
TARGETTYPE=LIBRARY
SOURCES=windbgrm.rc gui.c debugger.c registry.c dbgdll.c kdopt.c
UMTYPE=windows
UMAPPL=windbgrm
UMRES=obj\*\windbgrm.res
UMLIBS=obj\*\windbgrm.lib \
       $(BASEDIR)\public\sdk\lib\*\shell32.lib

USE_CRTDLL=1

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

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 -opt:noref
MSC_WARNING_LEVEL=/WX /W3

INCLUDES=.\;..\..\osdebug;..\..\osdebug\include;..\..\windbg\include

LINKLIBS=$(MORE_LIBS)

NTKEEPRESOURCETMPFILES=1

