Leaked source code of windows server 2003
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.
 
 
 
 
 
 

76 lines
1.9 KiB

!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Steve Wood (stevewo) 12-Apr-1990
C. Brent Thomas (a-brentt) 23-Mar-1998
Eliminated the use of the ALT_PROJECT_TARGET macro.
!ENDIF
!INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
MINORCOMP=clusapi
TARGETNAME=clusapi
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=DYNLINK
PASS1_PUBLISH={$(O)\clusapi.lib=$(SDK_LIB_PATH)\clusapi.lib}
MIDL_UUIDDIR=$(O)
PASS0_SOURCEDIR=$(O)
PASS0_HEADERDIR=$(O)
MIDL_TLBDIR=$(O)
INCLUDES=..\inc;..\inc\$(O);..\service\inc
USE_MSVCRT=1
UNICODE=1
SOURCES=clusapi.c \
ioctl.c \
group.c \
nodeapi.c \
reconect.c \
registry.c \
resrcapi.c \
notify.c \
network.c \
intrface.c \
clusapi.rc
DLLBASE=0x7F230000
UMTYPE=console
UMTEST=treg*tgroup*tnotify*tcreate*tdepend*trename*tres*tcontrol*tset*tsset*ttype*tgctl*tnode*tgloop*tgin*tgtype*tnet*tformat*tfmt
UMLIBS=$(SDK_LIB_PATH)\clusapi.lib \
$(SDK_LIB_PATH)\netapi32.lib
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\rpcrt4.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\ws2_32.lib \
$(BASE_LIB_PATH)\ClusCfgUuid.lib \
$(PROJECT_LIB_PATH)\ClusCfgInternalGuids.lib \
..\clusrtl\$(O)\clusrtl.lib \
..\service\idl\$(O)\api_rpc_c.obj
DLLDEF=$(O)\clusapi.def