55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
CRYPT_ROOT=..\..\..
|
|
!include $(CRYPT_ROOT)\crypt.mk
|
|
|
|
MINORCOMP=perftest
|
|
!include $(CRYPT_ROOT)\cryptexe.mk
|
|
|
|
!include $(CRYPT_ROOT)\pkitrust\pkitrust.mk
|
|
|
|
INCLUDES=$(PKITRUST_ROOT)\common;$(INCLUDES)
|
|
INCLUDES=$(INCLUDES);$(BASEDIR)\private\inc\crypto
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
|
|
PRECOMPILED_INCLUDE = global.hxx
|
|
PRECOMPILED_PCH = global.pch
|
|
PRECOMPILED_OBJ = global.obj
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
USE_MFC=1
|
|
|
|
!IF 0
|
|
LINKER_FLAGS=/VERBOSE /MAP $(LINKER_FLAGS)
|
|
!ENDIF
|
|
|
|
SOURCES=\
|
|
$(MINORCOMP).rc \
|
|
$(MINORCOMP).cpp \
|
|
catadd.cpp \
|
|
crypthash.cpp \
|
|
wvtcert.cpp \
|
|
wvtcat.cpp \
|
|
wvtfile.cpp
|
|
|
|
LINKLIBS= \
|
|
$(CRYPT_LOCALLIB)\unicode.lib \
|
|
$(CRYPT_LIB) \
|
|
$(CRYPT_LOCALLIB)\authclib.lib \
|
|
$(BASEDIR)\private\lib\*\rsa32.lib \
|
|
$(LINKLIBS)
|
|
|
|
TARGETLIBS= \
|
|
$(CRYPT_SDKORLOCALLIB)\wintrust.lib \
|
|
$(CRYPT_SDKLIB)\user32.lib \
|
|
$(TARGETLIBS)
|
|
|