Source code of Windows XP (NT5)
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.

38 lines
902 B

  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=keymigrt
  16. TARGETPATH=..\bin
  17. TARGETTYPE=PROGRAM
  18. INCLUDES=..\..\inc; ..\..\..\..\security\inc
  19. TARGETLIBS= $(SDK_LIB_PATH)\advapi32.lib \
  20. $(SDK_LIB_PATH)\crypt32.lib \
  21. $(DS_LIB_PATH)\rsa32.lib\
  22. $(SDK_LIB_PATH)\psapi.lib \
  23. $(SDK_LIB_PATH)\userenv.lib \
  24. $(SDK_LIB_PATH)\user32.lib \
  25. ..\..\contman\$(O)\contman.lib \
  26. SOURCES= keymigrt.c \
  27. systok.cpp \
  28. keymigrt.rc
  29. UMTYPE=console
  30. UMENTRY=main
  31. USE_MSVCRT=1