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.
20 lines
416 B
20 lines
416 B
!INCLUDE $(PROJECT_ROOT)\cluster\Mgmt\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=\
|
|
ClusterUtils.cpp \
|
|
CClusCfgCredentials.cpp \
|
|
StatusReports.cpp \
|
|
CriticalSection.cpp \
|
|
EncryptedBSTR.cpp \
|
|
nameutil.cpp
|