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/02/98 jeffspel created # #----------------------------------------------------------------------------
MAJORCOMP=macutil MINORCOMP=EXE
TARGETNAME=macutil TARGETPATH=obj TARGETTYPE=PROGRAM USE_MSVCRT=1
INCLUDES=\ $(DS_INC_PATH)\crypto; \ $(BASE_INC_PATH);
TARGETLIBS=\ $(SDK_LIB_PATH)\ntdll.lib \ $(DS_LIB_PATH)\rsa32.lib \ $(SDK_LIB_PATH)\imagehlp.lib
SOURCES=\ ..\selfmac.c \ macutil.c \ macutil.rc
UMTYPE=console
|