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.
26 lines
548 B
26 lines
548 B
#----------------------------------------------------------------------------
|
|
#
|
|
# Description:
|
|
#
|
|
# sources file for Software Crypto Provider
|
|
#
|
|
# History:
|
|
#
|
|
#----------------------------------------------------------------------------
|
|
|
|
TARGETTYPE=NOTARGET
|
|
TARGETNAME=
|
|
TARGETPATH=
|
|
|
|
!if $(386)
|
|
|
|
MISCFILES= \
|
|
$(TARGET_DIRECTORY)\gpkcsp.dll \
|
|
$(TARGET_DIRECTORY)\gpkcsp.dbg \
|
|
$(TARGET_DIRECTORY)\gpkcsp.pdb \
|
|
$(TARGET_DIRECTORY)\slbcsp.dll \
|
|
$(TARGET_DIRECTORY)\slbcsp.dbg \
|
|
$(TARGET_DIRECTORY)\slbcsp.pdb
|
|
!endif
|
|
|
|
SOURCES=
|