mirror of https://github.com/tongzx/nt5src
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.
33 lines
429 B
33 lines
429 B
MAJORCOMP=ssltools
|
|
MINORCOMP=ssltools
|
|
|
|
TARGETNAME=ssltools
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
UMTYPE=windows
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
C_DEFINES= /D_IISVERSION
|
|
|
|
USE_MFCUNICODE=1
|
|
USE_MFC=1
|
|
|
|
SUBSYSTEM_VERSION=4.00
|
|
|
|
|
|
|
|
INCLUDES= \
|
|
$(DS_INC_PATH)\crypto; \
|
|
..\..\..\inc;\
|
|
..\..\itools\keyring;\
|
|
%_NTROOT%\public\sdk\inc\mfc42;\
|
|
$O;\
|
|
$(DS_INC_PATH)
|
|
|
|
|
|
SOURCES=\
|
|
certupgr.cpp \
|
|
backup.cpp
|
|
|