49 lines
746 B
Plaintext
49 lines
746 B
Plaintext
!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=crypstub
|
|
|
|
TARGETNAME=crypstub
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
PASS1_PUBLISH={$(O)\crypstub.lib=$(DS_LIB_PATH)\crypstub.lib}
|
|
|
|
INCLUDES= $(SECURITY_INC); \
|
|
$(DS_INC_PATH); \
|
|
$(SECURITY_INC)\$(O); \
|
|
$(DS_INC_PATH)\crypto; \
|
|
..\include; \
|
|
$(BASE_INC_PATH);
|
|
|
|
DPAPI_IDL_PATH= ..\common\dpapi
|
|
|
|
C_DEFINES= -DUNICODE -D_UNICODE
|
|
|
|
OBJLIBFILES= \
|
|
$(SECURITY_LIB_PATH)\keysvc_s.lib \
|
|
$(SECURITY_LIB_PATH)\dpapi_s.lib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SOURCES= \
|
|
dpapistb.cpp \
|
|
crypstub.cpp \
|
|
keysvr.cpp
|
|
|
|
|
|
|
|
|
|
UMTYPE=windows
|