You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
756 B
38 lines
756 B
!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
|