windows-nt/Source/XPSP1/NT/ds/security/cryptoapi/pki/pfxlib/sources
2020-09-26 16:20:57 +08:00

46 lines
805 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!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