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

!ENDIF

ALT_PROJECT=DAYTONA
ALT_PROJECT_TARGET=DAYTONA
ALT_BIN_TARGET=.

TARGETPATH=$(PROJECT_ROOT)\lib\$(_OBJ_DIR)
TARGETNAME=epmap
TARGETTYPE=LIBRARY

INCLUDES=..\rtifs\$(O);..\mtrt

SOURCES=\
        ..\DbgIdl_s.c \
        ..\DbgSvr.cxx \
        ..\epmap.c  \
        ..\worker.c \
        ..\epmp_s.c \
        ..\util.c

RPCENV= -DNTENV -DUNICODE

C_DEFINES=$(RPCENV)

MSC_WARNING_LEVEL=/WX /W3