!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: NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl !ENDIF TARGETNAME=dfsapi TARGETPATH=obj TARGETTYPE=PROGRAM UMTYPE=console UMENTRY= !include ..\..\sources.inc TARGETLIBS=\ $(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 USE_CRTDLL=1 C_DEFINES=$(C_DEFINES) /D_UNICODE /DUNICODE SOURCES=\ dfsapi.cxx