windows-nt/Source/XPSP1/NT/ds/security/protocols/digest/sources

81 lines
1.5 KiB
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!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:
Steve Wood (stevewo) 12-Apr-1989
KDamour 20Mar00 Modified for Digest
Revision History:
!ENDIF
MAJORCOMP=wdigest
MINORCOMP=sspi
TARGETNAME=wdigest
TARGETPATH=obj
TARGETTYPE=DYNLINK
# DLLENTRY=DllMain
DLLDEF=wdigest.def
# PRECOMPILED_INCLUDE = sslp.h
# PRECOMPILED_PCH = sslp.pch
# PRECOMPILED_OBJ = sslp.obj
USE_MSVCRT=1
C_DEFINES= -D_WINDOWS -DUNICODE -D_UNICODE
## NTDS_INC for ntdsa.h
INCLUDES= ..\;..\..\inc; \
$(NTDS_INC); \
$(DS_INC_PATH)\crypto; \
$(SECURITY_INC); \
$(BASE_INC_PATH);
SOURCES= \
ntdigest.cxx \
ctxt.cxx \
ctxtapi.cxx \
cred.cxx \
logsess.cxx \
credapi.cxx \
userapi.cxx \
user.cxx \
lsaap.cxx \
nonce.cxx \
auth.cxx \
parser.cxx \
util.cxx \
notify.cxx \
wdigest.rc
LINKLIBS= \
$(SECURITY_LIB_PATH)\dsysdbg.lib \
$(SDK_LIB_PATH)\secur32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
# $(SDK_LIB_PATH)\Netapi32.lib \
$(SDK_LIB_PATH)\ntdsa.lib \
$(SDK_LIB_PATH)\samsrv.lib
DELAYLOAD=samsrv.dll
MISCFILES = wdigest_dll.sld