22 lines
334 B
Plaintext
22 lines
334 B
Plaintext
|
!INCLUDE $(PROJECT_ROOT)\cluster\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 \
|
||
|
|