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.

41 lines
1.0 KiB

  1. #----------------------------------------------------------------------------
  2. #
  3. # Description:
  4. #
  5. # sources file for test program for cryptapi
  6. #
  7. # History:
  8. #
  9. # 11/29/94 larrys created
  10. # 03/15/95 raymondm added conditional linking to capi.dll
  11. #
  12. #----------------------------------------------------------------------------
  13. MAJORCOMP=init
  14. MINORCOMP=EXE
  15. TARGETNAME=passrec
  16. TARGETPATH=obj
  17. TARGETTYPE=PROGRAM
  18. INCLUDES=..\..\inc; ..\..\..\..\security\inc
  19. TARGETLIBS= $(SDK_LIB_PATH)\advapi32.lib \
  20. $(SDK_LIB_PATH)\rpcrt4.lib \
  21. $(SDK_LIB_PATH)\cryptui.lib \
  22. $(SDK_LIB_PATH)\crypt32.lib \
  23. $(SDK_LIB_PATH)\secur32.lib\
  24. $(SDK_LIB_PATH)\psapi.lib \
  25. $(SDK_LIB_PATH)\ntdll.lib \
  26. $(SDK_LIB_PATH)\userenv.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SECURITY_LIB_PATH)\dpapi.lib
  29. SOURCES= passrec.c \
  30. systok.cpp \
  31. passrec.rc
  32. UMTYPE=console
  33. UMENTRY=wmain
  34. USE_MSVCRT=1