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.
48 lines
794 B
48 lines
794 B
!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
|