Source code of Windows XP (NT5)
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.
|
|
!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
|