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) Microsoft Corporation, 1989 - 1999
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=crypt MINORCOMP=dpapisvc
TARGETNAME=dpapisvc TARGETPATH=$(SECURITY_LIB_DEST) TARGETTYPE=LIBRARY
INCLUDES= $(SECURITY_INC); \ $(SECURITY_INC)\$(O); \ $(DS_INC_PATH); \ $(DS_INC_PATH)\crypto; \ ..\include; \ $(BASE_INC_PATH);
C_DEFINES= -DUNICODE -D_UNICODE -DRETAIL_LOG_SUPPORT
OBJLIBFILES= \ $(SECURITY_LIB_PATH)\unicode.lib \ $(SECURITY_LIB_PATH)\pscommon.lib \ $(SECURITY_LIB_PATH)\dpapi_s.lib
SOURCES=\ crypt32.cpp \ keybckup.cpp \ dpapi.cpp \ session.cpp \ crypt32p.cpp \ keyman.cpp \ keycache.cpp \ keysrv.cpp \ misc.cpp \ capiprim.cpp \ lnklist.cpp \ recovery.cpp
UMTYPE=windows USE_CRTDLL=1
PRECOMPILED_INCLUDE=pch.cpp
|