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
381 B
21 lines
381 B
!INCLUDE $(PROJECT_ROOT)\cluster\Mgmt\sources.inc
|
|
|
|
MINORCOMP=Administration
|
|
|
|
TARGETNAME=Common
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
MSC_WARNING_LEVEL=/W4
|
|
|
|
#PRECOMPILED_CXX=1
|
|
#PRECOMPILED_INCLUDE=pch.h
|
|
|
|
INCLUDES=..\inc;..\..\inc
|
|
|
|
SOURCES=\
|
|
DirectoryUtils.cpp \
|
|
FormatErrorMessage.cpp \
|
|
GetComputerName.cpp \
|
|
LoadString.cpp \
|
|
RegistryUtils.cpp
|