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.
14 lines
368 B
14 lines
368 B
!INCLUDE $(PROJECT_ROOT)\cluster\Mgmt\sources.inc
|
|
|
|
TARGETNAME=ClusCfgPrivateGuids
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=$(C_DEFINES) /D_MIDL_USE_GUIDDEF_\
|
|
/D__RPCNDR_H__ /D__RPC_H__ /DRPC_NO_WINDOWS_H /DCOM_NO_WINDOWS_H\
|
|
/DGUID_DEFS_ONLY
|
|
|
|
INCLUDES=..\inc;..\IISClusCfg;..\Uuid\$(O);$(SHELL_INC_PATH)
|
|
|
|
SOURCES=\
|
|
ClusCfgPrivateGuids.cpp
|