22 lines
370 B
Plaintext
22 lines
370 B
Plaintext
|
!INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
|
||
|
|
||
|
TARGETNAME=ClusCfgStartup
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
PRECOMPILED_CXX=1
|
||
|
PRECOMPILED_INCLUDE=Pch.h
|
||
|
|
||
|
MIDL_FLAGS=-DMIDL_PASS
|
||
|
|
||
|
INCLUDES=\
|
||
|
..\inc; \
|
||
|
..\inc\$(O); \
|
||
|
..\..\inc; \
|
||
|
..\..\inc\$(O); \
|
||
|
$(PROJECT_ROOT)\cluster\inc; \
|
||
|
$(PROJECT_ROOT)\cluster\inc\$(O);
|
||
|
|
||
|
|
||
|
SOURCES= \
|
||
|
StartupNotify.cpp
|