86 lines
1.7 KiB
Plaintext
86 lines
1.7 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-1998 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.
|
|
|
|
!ENDIF
|
|
|
|
!INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
|
|
MINORCOMP=clusrtl
|
|
|
|
TARGETNAME=clusrtl
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
..\inc;\
|
|
..\inc\$(O);\
|
|
..\wml\inc;\
|
|
$(DS_INC_PATH);\
|
|
$(NET_INC_PATH);
|
|
|
|
USE_MFCUNICODE=1
|
|
USE_MSVCRT=1
|
|
UNICODE=1
|
|
|
|
#
|
|
# set browser_info to 1 in your local environment to generate
|
|
# browser files. These files are then included when setup or
|
|
# resdll\disks browser info is generated.
|
|
#
|
|
NO_BROWSER_FILE=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DCOBJMACROS -DSECURITY_WIN32
|
|
|
|
SOURCES=\
|
|
bufpool.c \
|
|
clusrtl.c \
|
|
DbgRpt.cpp \
|
|
disk.cpp \
|
|
eventlog.c \
|
|
fixup.c \
|
|
ipaddr.c \
|
|
netcfg.c \
|
|
netname.c \
|
|
oscheck.c \
|
|
queue.c \
|
|
hash.c \
|
|
regutil.c \
|
|
rpc.c \
|
|
rtlprop.cpp \
|
|
security.c \
|
|
tcpcfg.c \
|
|
threadq.c \
|
|
inststat.cpp \
|
|
clusrtl.rc \
|
|
RegUtils.cpp \
|
|
RegistryValueName.cpp \
|
|
Cleanup.cpp \
|
|
Notifications.cpp \
|
|
VerCheck.cpp \
|
|
autostart.c
|
|
|
|
RUN_WPP=clusrtl.c -func:WmiTrace(MSG,...) -scan:clusrtl.c
|
|
|
|
|
|
UMTEST=tdisk
|
|
UMTYPE=console
|
|
UMLIBS=$(O)\clusrtl.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
UMRES=$(O)\tdisk.res
|
|
|
|
NTTARGETFILE0=$(O)\tdisk.res
|