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
653 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=showsig
  14. MINORCOMP=EXE
  15. TARGETNAME=showsig
  16. TARGETPATH=obj
  17. TARGETTYPE=PROGRAM
  18. INCLUDES= \
  19. $(DS_INC_PATH)\crypto; \
  20. ..\inc; \
  21. ..; \
  22. ..\..\inc
  23. LINKLIBS= \
  24. $(DS_LIB_PATH)\rsa32.lib
  25. TARGETLIBS=\
  26. $(SDK_LIB_PATH)\ntdll.lib
  27. SOURCES=\
  28. showsig.cpp\
  29. showsig.rc
  30. UMTYPE=console