2025-04-27 07:49:33 -04:00

36 lines
547 B
Plaintext

MAJORCOMP=passport
MINORCOMP=common
TARGETNAME=crypt
TARGETPATH=obj
TARGETTYPE=LIBRARY
TARGETLIBS=
INCLUDES= ..\..\include;
SOURCES=binhex.cpp \
KeyManager.cpp \
KeyManagerHash.cpp \
hmac.cpp \
CoCrypt.cpp \
CoCryptNoBinhex.cpp \
Keycrypto.cpp \
sign.cpp
USER_C_FLAGS=/MT
USE_NATIVE_EH=1
C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
#
# Use shared run-time
#
USE_MSVCRT=1
PRECOMPILED_INCLUDE = stdafx.h
PRECOMPILED_PCH = stdafx.pch
PRECOMPILED_cpp = stdafx.obj
PRECOMPILED_CXX = 1