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.
32 lines
580 B
32 lines
580 B
#----------------------------------------------------------------------------
|
|
#
|
|
# Description:
|
|
#
|
|
# sources file for the key container management library
|
|
#
|
|
# History:
|
|
#
|
|
# 03/17/96 jeffspel Created
|
|
#
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
|
MINORCOMP=contman
|
|
|
|
TARGETNAME=contman
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
#C_DEFINES= -DUSE_HW_RNG $(C_DEFINES)
|
|
|
|
INCLUDES= $(DS_INC_PATH)\crypto; \
|
|
..\inc; \
|
|
..\randlib;
|
|
|
|
SOURCES=\
|
|
contman.c \
|
|
policy.c
|
|
|
|
UMTYPE=console
|
|
|
|
MISCFILES=..\CryptoAPI_CSPs.sld
|