46 lines
805 B
Plaintext
46 lines
805 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=pfx
|
||
|
||
TARGETNAME=$(MINORCOMP)
|
||
TARGETPATH=$(SECURITY_LIB_DEST)
|
||
TARGETTYPE=LIBRARY
|
||
|
||
PRECOMPILED_INCLUDE = global.hxx
|
||
PRECOMPILED_PCH = global.pch
|
||
PRECOMPILED_OBJ = global.obj
|
||
|
||
C_DEFINES= -D_WINDOWS -D_CRYPT32_
|
||
|
||
!IF $(FREEBUILD)
|
||
C_DEFINES=$(C_DEFINES) -D_CRTIMP=
|
||
!ELSE
|
||
C_DEFINES=$(C_DEFINES) -D_ADVAPI32_
|
||
!ENDIF
|
||
|
||
NOT_LEAN_AND_MEAN=1
|
||
|
||
INCLUDES= $(SECURITY_INC); \
|
||
$(ENDUSER_INC_PATH); \
|
||
$(DS_INC_PATH)\crypto;
|
||
|
||
SOURCES= \
|
||
pfxhelp.cpp \
|
||
pfxmain.cpp \
|
||
pfxcrypt.cpp \
|
||
pfxnscp.c \
|
||
pfxpkcs.c \
|
||
pfxfmt.cpp \
|
||
nscpfmt.cpp \
|
||
impexppk.cpp \
|
||
prvtkey.c \
|
||
encdecpk.cpp
|
||
|
||
|