NT4/private/windows/base/ntcrypto/programs/crypt/sources
2020-09-30 17:12:29 +02:00

41 lines
794 B
Plaintext

#----------------------------------------------------------------------------
#
# Description:
#
# sources file for test program for cryptapi
#
# History:
#
# 11/29/94 larrys created
# 03/15/95 raymondm added conditional linking to capi.dll
#
#----------------------------------------------------------------------------
MAJORCOMP=crypt
MINORCOMP=EXE
TARGETNAME=crypt
TARGETPATH=..\bin
TARGETTYPE=PROGRAM
LINKLIBS=\
$(CLIBS)
INCLUDES= $(NTINCLUDES); \
..\inc;
TARGETLIBS=\
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\private\lsa\crypt\engine\obj\*\rsa32.lib \
$(BASEDIR)\public\sdk\lib\*\ntdll.lib
SOURCES=\
crypt.c \
crypt.rc
UMTYPE=console
UMENTRY=
UMTEST=
UMAPPL=
UMLIBS=