mirror of https://github.com/tongzx/nt5src
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.
21 lines
411 B
21 lines
411 B
!INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
|
|
|
|
TARGETNAME=Common
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=pch.h
|
|
|
|
MSC_WARNING_LEVEL=/W4
|
|
|
|
INCLUDES=..\inc;..\inc\$(O);..\..\inc;..\..\..\inc;..\..\..\inc\$(O)
|
|
|
|
SOURCES=\
|
|
CBaseInfo.cpp \
|
|
CBasePropList.cpp \
|
|
ClusterUtils.cpp \
|
|
CHandleProvider.cpp \
|
|
CClusCfgCredentials.cpp \
|
|
StatusReports.cpp \
|
|
nameutil.cpp
|