40 lines
715 B
Plaintext
40 lines
715 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (C) Microsoft Corporation, 1989 - 1997
|
||
|
|
||
|
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 $(BASEDIR)\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
MAJORCOMP=ntos
|
||
|
MINORCOMP=dd
|
||
|
|
||
|
TARGETNAME=parvdm
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DRIVER
|
||
|
|
||
|
INCLUDES=$(BASE_INC_PATH);..\parclass
|
||
|
|
||
|
SOURCES=parlog.mc \
|
||
|
parvdm.c \
|
||
|
parvdm.rc
|
||
|
|
||
|
MISCFILES=parvdm.sys_{B9D1756D-4D68-4F96-AEDD-BA1A17A2B2CD}.sld
|
||
|
|