Leaked source code of windows server 2003
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.
|
|
#---------------------------------------------------------------------------- # # Description: # # sources file for the key container management library # # History: # # 03/17/96 jeffspel Created # #----------------------------------------------------------------------------
MINORCOMP=contman
TARGETNAME=contman TARGETPATH=obj TARGETTYPE=LIBRARY
!IF "1" == "$(VAULTSIGN)" C_DEFINES= -DVAULTSIGN $(C_DEFINES) !ENDIF
#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
|