33 lines
671 B
Plaintext
33 lines
671 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:
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=
|
|
TARGETTYPE=NOTARGET
|
|
TARGETPATH=obj
|
|
|
|
MIDL_TLBDIR=$(O)
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
PASS0_PUBLISH=\
|
|
{$(PASS0_HEADERDIR)\SchemaManager.h=$(ADMIN_INC_PATH)\SchemaManager.h} \
|
|
{SchemaManager.idl=$(ADMIN_INC_PATH)\SchemaManager.idl} \
|
|
|
|
SOURCES=SchemaManager.idl
|