Leaked source code of windows server 2003
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:
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_NTDLL=1
C_DEFINES= -D_WINDOWS -DUNICODE -D_UNICODE
## NTDS_INC for ntdsa.h
# Strict warning, can be used to detect uninitialized vars. Picks up random # stuff too
COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h MSC_WARNING_LEVEL= /W4 /WX
INCLUDES= ..\;..\idl\;..\idl\$(O); \ ..\..\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 \ $(SECURITY_LIB_PATH)\secmisc.lib \ $(SDK_LIB_PATH)\secur32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\ntdsa.lib \ $(SDK_LIB_PATH)\lsasrv.lib \ $(SDK_LIB_PATH)\rpcrt4.lib \ $(SDK_LIB_PATH)\Dnsapi.lib \ $(SDK_LIB_PATH)\samsrv.lib
DELAYLOAD=samsrv.dll;lsasrv.dll;rpcrt4.dll;ntdsa.dll;Dnsapi.dll # DELAYLOAD=samsrv.dll;rpcrt4.dll;ntdsa.dll;Dnsapi.dll DLOAD_ERROR_HANDLER=kernel32
|