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.
73 lines
1.5 KiB
73 lines
1.5 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:
|
|
|
|
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 \
|
|
DfsSiteCache.cxx \
|
|
DfsCompat.cxx \
|
|
DfsSiteCostCache.cxx \
|
|
DfsSite.cxx \
|
|
DfsReferralData.cxx \
|
|
DfsSiteNameSupport.cxx \
|
|
DfsISTGSupport.cxx \
|
|
DfsReparseSupport.cxx \
|
|
DfsDomainInformation.cxx \
|
|
DfsXForest.cxx
|
|
|
|
|
|
UMTYPE=console
|