58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 2000
|
|
|
|
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
|
|
|
|
MINORCOMP=dfsadmin
|
|
|
|
TARGETNAME=dfsadmin
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
|
|
!include ..\..\sources.inc
|
|
|
|
C_DEFINES= $(C_DEFINES) \
|
|
-D_UNICODE -DUNICODE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SOURCES= dfsadmin.c \
|
|
set.c \
|
|
view.c \
|
|
verify.c \
|
|
merge.c \
|
|
objects.c
|
|
|
|
TARGETLIBS=\
|
|
$(PROJECT_ROOT)\fs\remotefs\dfs\lib\dfsgram\$(O)\dfsgram.lib \
|
|
$(PROJECT_ROOT)\fs\remotefs\dfs\lib\misc\$(O)\dfsmisc.lib \
|
|
$(PROJECT_ROOT)\fs\remotefs\dfs\lib\prefix\um\$(O)\dfsumprefix.lib \
|
|
$(SDK_LIB_PATH)\OLDNAMES.lib \
|
|
$(SDK_LIB_PATH)\libc.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\clusapi.lib \
|
|
$(SDK_LIB_PATH)\resutils.lib
|
|
|
|
|
|
|
|
UMTYPE=console
|