35 lines
765 B
Plaintext
35 lines
765 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
||
|
|
||
|
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.
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=
|
||
|
TARGETTYPE=LIBRARY
|
||
|
TARGETPATH=obj
|
||
|
|
||
|
MIDL_TLBDIR=$(O)
|
||
|
PASS0_HEADERDIR=$(O)
|
||
|
PASS0_SOURCEDIR=$(O)
|
||
|
|
||
|
PASS0_PUBLISH=\
|
||
|
{$(PASS0_HEADERDIR)\mmc.h=$(SDK_INC_PATH)\mmc.h} \
|
||
|
{mmc.idl=$(SDK_INC_PATH)\mmc.idl} \
|
||
|
{$(PASS0_HEADERDIR)\mmcobj.h=$(SDK_INC_PATH)\mmcobj.h} \
|
||
|
{mmcobj.idl=$(SDK_INC_PATH)\mmcobj.idl}
|
||
|
|
||
|
SOURCES=mmc.idl mmcobj.idl
|