50 lines
818 B
Plaintext
50 lines
818 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1996-1999 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.
|
|
|
|
|
|
!ENDIF
|
|
|
|
!INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
|
|
MINORCOMP=admin
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
|
|
TARGETNAME=common
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
MIDL_UUIDDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
PASS0_HEADERDIR=$(O)
|
|
MIDL_TLBDIR=$(O)
|
|
|
|
INCLUDES=..\..\inc;..\..\inc\$(O)
|
|
|
|
USE_MFCUNICODE=1
|
|
USE_MSVCRT=1
|
|
UNICODE=1
|
|
|
|
MIDL_FLAGS=-DMIDL_PASS
|
|
|
|
SOURCES=\
|
|
CluAdmExHostSvr.idl \
|
|
AdmNetUtils.cpp \
|
|
CluAdmExHostSvr_i.c \
|
|
ClusWrap.cpp \
|
|
ResTypeUtils.cpp \
|
|
DDxDDv.cpp
|
|
|
|
UMTYPE=console
|