!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 TARGETNAME=dfssrv TARGETPATH=obj TARGETTYPE=LIBRARY C_DEFINES=-DUNICODE -DLDAP_UNICODE=0 INCLUDES=.; \ $(O); \ ..\h; \ ..\..\debug; \ ..\..\driver; \ ..\..\h; \ ..\..\..\mup\wml\inc; \ $(PROJECT_ROOT)\ntos\inc; \ $(NET_INC_PATH); \ $(DS_INC_PATH)\dfs; \ $(DS_INC_PATH); \ $(IFSKIT_INC_PATH) USE_MSVCRT=1 PASS0_HEADERDIR=$(O) PASS0_SOURCEDIR=$(O) MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /W3 /WX SOURCES=\ dfsmerr.mc \ cdfsvol.cxx \ cldpstor.cxx \ crecover.cxx \ cregstor.cxx \ csites.cxx \ cstorage.cxx \ custring.cxx \ dfsminit.cxx \ dfsmsgs.cxx \ dfsmsrv.cxx \ dfsmwml.c \ ftsup.cxx \ idfsvol.cxx \ idfsvsup.cxx \ jnpt.cxx \ localvol.cxx \ log.cxx \ query.cxx \ recovery.cxx \ registry.cxx \ security.cxx \ service.cxx \ setup.cxx \ svclist.cxx \ upgrade.cxx \ uprefix.c \ uprefixp.c \ netdfs_s_stub.c PRECOMPILED_INCLUDE= headers.hxx PRECOMPILED_CXX=1 !include ..\..\sources.inc