mirror of https://github.com/tongzx/nt5src
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.
22 lines
618 B
22 lines
618 B
!INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
|
|
|
|
TARGETNAME=ClusCfgUuid
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
# prevent system headers from being included. They are not needed just to
|
|
# process a bunch of DEFINE_GUIDs anyhow. Excluding them generates a much
|
|
# smaller library too.
|
|
#
|
|
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
|
|
|
|
PASS1_PUBLISH={$(O)\ClusCfgUuid.lib=$(PROJECT_LIB_PATH)\ClusCfgUuid.lib}
|
|
|
|
SOURCES=\
|
|
ClusCfgClient_i.c \
|
|
ClusCfgServer_i.c \
|
|
ClusCfgWizard_i.c \
|
|
ClusCfgPrivate_i.c \
|
|
ClusCfgGuids.cpp
|