!IF 0

Copyright (C) Microsoft Corporation, 1997 - 1999

Module Name:

    sources.inc

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:

    John Strange (JohnStra)

!ENDIF

TARGETNAME=portlib
TARGETPATH=obj
TARGETTYPE=DRIVER_LIBRARY

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

INCLUDES=$(BASE_INC_PATH);$(PROJECT_ROOT)\inc

SOURCES=bugcheck.c \
        passthru.c \
        map.c      \
        mpiosup.c  \
        rgstry.c   \
        registry.c \
        utils.c