59 lines
1.2 KiB
Plaintext
59 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=dfsutil
|
|
|
|
TARGETNAME=dfsutil
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
|
|
!include ..\..\sources.inc
|
|
|
|
C_DEFINES= $(C_DEFINES) \
|
|
-D_UNICODE -DUNICODE
|
|
|
|
|
|
PASS0_SOURCEDIR=$(O)
|
|
PASS0_HEADERDIR=$(O)
|
|
|
|
|
|
SOURCES= dfsutil.cxx\
|
|
dfsutil.rc \
|
|
flush.cxx \
|
|
misc.cxx \
|
|
info.cxx \
|
|
messages.mc
|
|
|
|
|
|
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 \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
|
|
|
|
UMTYPE=console
|