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.
53 lines
1.1 KiB
53 lines
1.1 KiB
!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:
|
|
|
|
Mark Lucovsky (markl) 18-Sep-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETPATH=
|
|
TARGETNAME=
|
|
TARGETTYPE=NOTARGET
|
|
|
|
PASS0_HEADERDIR=..\inc\derived
|
|
PASS0_SOURCEDIR=..\modules\vss_ps
|
|
MIDL_UUIDDIR=..\modules\vss_uuid
|
|
MIDL_TLBDIR=..\lib
|
|
|
|
|
|
|
|
PASS0_PUBLISH=\
|
|
{vss.idl=$(SDK_INC_PATH)\vss.idl} \
|
|
{..\inc\derived\vss.h=$(SDK_INC_PATH)\vss.h} \
|
|
{vscoordint.idl=$(DRIVERS_INC_PATH)\vscoordint.idl} \
|
|
{..\inc\derived\vscoordint.h=$(DRIVERS_INC_PATH)\vscoordint.h} \
|
|
{..\inc\derived\vsmgmt.h=$(DRIVERS_INC_PATH)\vsmgmt.h} \
|
|
{..\inc\derived\vsswprv.h=$(DRIVERS_INC_PATH)\vsswprv.h}
|
|
|
|
|
|
|
|
SOURCES= \
|
|
vss.idl \
|
|
vdslun.idl \
|
|
vscoordint.idl \
|
|
vsswprv.idl \
|
|
vsevent.idl \
|
|
vsprov.idl \
|
|
vsmgmt.idl
|