windows-nt/Source/XPSP1/NT/ds/win32/ntcrypto/programs/keymigrt/sources

39 lines
902 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
#----------------------------------------------------------------------------
#
# 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=init
MINORCOMP=EXE
TARGETNAME=keymigrt
TARGETPATH=..\bin
TARGETTYPE=PROGRAM
INCLUDES=..\..\inc; ..\..\..\..\security\inc
TARGETLIBS= $(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\crypt32.lib \
$(DS_LIB_PATH)\rsa32.lib\
$(SDK_LIB_PATH)\psapi.lib \
$(SDK_LIB_PATH)\userenv.lib \
$(SDK_LIB_PATH)\user32.lib \
..\..\contman\$(O)\contman.lib \
SOURCES= keymigrt.c \
systok.cpp \
keymigrt.rc
UMTYPE=console
UMENTRY=main
USE_MSVCRT=1