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.
47 lines
991 B
47 lines
991 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=perftest
|
|
|
|
TARGETNAME=$(MINORCOMP)
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES= $(SECURITY_INC); \
|
|
$(DS_INC_PATH)\crypto; \
|
|
..\..\common;
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
|
|
PRECOMPILED_INCLUDE = global.hxx
|
|
PRECOMPILED_PCH = global.pch
|
|
PRECOMPILED_OBJ = global.obj
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
USE_MFC=1
|
|
|
|
SOURCES=\
|
|
$(MINORCOMP).rc \
|
|
$(MINORCOMP).cpp \
|
|
catadd.cpp \
|
|
crypthash.cpp \
|
|
wvtcert.cpp \
|
|
wvtcat.cpp \
|
|
wvtfile.cpp
|
|
|
|
LINKLIBS= \
|
|
$(SECURITY_LIB_PATH)\unicode.lib \
|
|
$(SDK_LIB_PATH)\crypt32.lib \
|
|
$(SECURITY_LIB_PATH)\authclib.lib \
|
|
$(DS_LIB_PATH)\rsa32.lib
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\wintrust.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|