54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
Plaintext
!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=obj
|
|
TARGETNAME=AdminSnapInUuid
|
|
TARGETTYPE=LIBRARY
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
MIDL_UUIDDIR=$(O)
|
|
MIDL_TLBDIR=$(O)
|
|
|
|
C_DEFINES=$(C_DEFINES) /D_MIDL_USE_GUIDDEF_\
|
|
/D__RPCNDR_H__ /D__RPC_H__ /DRPC_NO_WINDOWS_H /DCOM_NO_WINDOWS_H\
|
|
/DGUID_DEFS_ONLY
|
|
|
|
SOURCES=\
|
|
filemgmt.idl \
|
|
$(O)\filemgmt_i.c
|
|
|
|
PASS0_PUBLISH=\
|
|
{certmgrd.w=$(PROJECT_INC_PATH)\certmgrd.h} \
|
|
{localsec.w=$(ADMIN_INC_PATH)\localsec.h} \
|
|
{mycomput.w=$(ADMIN_INC_PATH)\compuuid.h} \
|
|
{objselp.w=$(PROJECT_INC_PATH)\objselp.h} \
|
|
{adsprop.w=$(SDK_INC_PATH)\adsprop.h} \
|
|
{dsadmin.w=$(SDK_INC_PATH)\dsadmin.h} \
|
|
{FileMgmt.idl=$(PROJECT_INC_PATH)\FileMgmt.h} \
|
|
{$(O)\FileMgmt.h=$(PROJECT_INC_PATH)\FileMgmt.h}
|
|
|
|
PASS1_PUBLISH=\
|
|
{$(O)\AdminSnapInUuid.lib=$(PROJECT_LIB_PATH)\AdminSnapInUuid.lib}
|