sources

来自「windows的加密api源码」· 代码 · 共 29 行

TXT
29
字号
#----------------------------------------------------------------------------
#
# 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=     $(BASEDIR)\private\inc\crypto; \
              ..\inc; \
              ..\randlib;

SOURCES= contman.c 

UMTYPE=console

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?