2020-09-30 16:53:49 +02:00

64 lines
1.2 KiB
Plaintext

!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:
Mike Seaman (mikese) 7-Jan-94
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MINORCOMP=dfssrv
TARGETNAME=dfssrv
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=LIBRARY
C_DEFINES=-DUNICODE
!include ..\..\sources.inc
USE_MSVCRT=1
SOURCES=\
DfsADBlobCache.cxx \
DfsADBlobRootFolder.cxx \
DfsADBlobStore.cxx \
DfsApiFrontEnd.cxx\
DfsClusterSupport.cxx\
DfsDownlevel.cxx \
DfsFolder.cxx \
DfsError.cxx \
DfsInit.cxx \
DfsMigrate.cxx \
DfsReferral.cxx \
DfsRegistryRootFolder.cxx \
DfsRegistryStore.cxx \
DfsRootFolder.cxx \
DfsStatistics.cxx \
DfsStore.cxx \
DfsprocessReferral.cxx \
DfsLogMacros.cxx \
DfsEventLog.cxx \
DfsSynchronizeRoots.cxx\
DomainControllerSupport.cxx \
DfsTrustedDomain.cxx \
DfsAdsiApi.cxx \
DelegationControl.cxx
UMTYPE=console