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

    Steve Wood (stevewo) 12-Apr-1990

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF


MAJORCOMP=mvdm
MINORCOMP=dpmi32

TARGETNAME=dpmi32

TARGETPATH=$(BASEDIR)\public\sdk\lib

TARGETTYPE=LIBRARY

TARGETLIBS=

INCLUDES=..\inc;..\..\inc


NTPROFILEINPUT=YES

SOURCES=debug.c     \
        dpmi32.c \
        dpmiint.c \
        dpmiselr.c \
        buffer.c    \
        data.c         \
        int21map.c  \
        modesw.c    \
        register.c     \
        savestat.c     \
        stack.c     \
        vxd.c       \
        xmem.c

i386_SOURCES=i386\dpmi386.c i386\dpmimem.c i386\dpmimisc.c

MIPS_SOURCES=dpmimemr.c dpmimscr.c
PPC_SOURCES=dpmimemr.c dpmimscr.c
ALPHA_SOURCES=dpmimemr.c dpmimscr.c

C_DEFINES=-DLINKED_INTO_MONITOR

UMTYPE=console

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