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 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=passrec TARGETPATH=obj TARGETTYPE=PROGRAM
INCLUDES=..\..\inc; ..\..\..\..\security\inc
TARGETLIBS= $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\rpcrt4.lib \ $(SDK_LIB_PATH)\cryptui.lib \ $(SDK_LIB_PATH)\crypt32.lib \ $(SDK_LIB_PATH)\secur32.lib\ $(SDK_LIB_PATH)\psapi.lib \ $(SDK_LIB_PATH)\ntdll.lib \ $(SDK_LIB_PATH)\userenv.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SECURITY_LIB_PATH)\dpapi.lib
SOURCES= passrec.c \ systok.cpp \ passrec.rc
UMTYPE=console UMENTRY=wmain
USE_MSVCRT=1
|