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

TARGETNAME=emalp
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=DllInit

USE_CRTDLL=1

SOURCES=    asm.c       \
            asmfront.c  \
            d3.c        \
            emdp.c      \
            emdp2.c     \
            emdp3.c     \
            emdpdev.c   \
            optable.c   \
            wintrans.c  \
            em.rc

UMTYPE=windows


MIPS_FLAGS=-DWIN32 -DTARGET32 -DHOST32 -DADDR_MIXED -DTARGET_ALPHA -DHOST_MIPS -D_PORTABLE_32BIT_CONTEXT
386_FLAGS=-DWIN32 -DTARGET32 -DHOST32 -DADDR_MIXED -DTARGET_ALPHA -DHOST_i386 -DI386_HOST -D_PORTABLE_32BIT_CONTEXT
ALPHA_FLAGS=-DWIN32 -DTARGET32 -DHOST32 -DADDR_MIXED -DTARGET_ALPHA -DHOST_ALPHA -D_PORTABLE_32BIT_CONTEXT

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

INCLUDES=..;..\..\osdebug\include;..\..\osdebug;$(BASEDIR)\private\ntos\inc

CONDITIONAL_INCLUDES=odp.h win32msg.h xosd.h

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

MS_MIPS=1
MSC_WARNING_LEVEL=/W3
LINKER_FLAGS=-ignore:505

NTTARGETFILES=

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