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

TARGETNAME=shcv
TARGETPATH=obj
TARGETTYPE=DYNLINK

SOURCES=    loadomf.c   \
            ph.c        \
            sh.c        \
            shbkgrnd.c  \
            shinit.c    \
            shsymbol.c  \
            shsymlb0.c  \
            shsymlb1.c  \
            sl.c        \
            strings.c   \
            th.c        \
            shcv.rc

UMTYPE=windows

USE_CRTDLL=1

MIPS_FLAGS=-DWIN32 -DTARGET32 -DHOST32 -DADDR_MIXED
386_FLAGS=-DWIN32 -DTARGET32 -DHOST32 -DADDR_MIXED
ALPHA_FLAGS=-DWIN32 -DTARGET32 -DHOST32 -DADDR_MIXED

INCLUDES=..\osdebug;..\osdebug\include;..\symcvt\include

LINKER_FLAGS=-ignore:505
MSC_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=obj\*\shcv.lib

TARGETLIBS=$(MORE_LIBS) \
           $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
           $(BASEDIR)\public\sdk\lib\*\user32.lib

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