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.
31 lines
484 B
31 lines
484 B
MAJORCOMP=passport
|
|
MINORCOMP=common
|
|
TARGETNAME=crypt
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETLIBS=
|
|
|
|
INCLUDES= ..\..\include; \
|
|
$(DS_INC_PATH)\crypto;
|
|
|
|
SOURCES=binhex.cpp \
|
|
hmac.cpp \
|
|
CoCrypt.cpp \
|
|
Keycrypto.cpp
|
|
|
|
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
|
|
|