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.

51 lines
1.2 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=signcsp
  14. MINORCOMP=EXE
  15. TARGETNAME=signcsp
  16. TARGETPATH=obj
  17. TARGETTYPE=PROGRAM
  18. INCLUDES=\
  19. $(DS_INC_PATH)\crypto; \
  20. ..\inc; \
  21. ..; \
  22. ..\..\inc
  23. TARGETLIBS=\
  24. $(SDK_LIB_PATH)\ntdll.lib \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\gdi32.lib \
  27. $(SDK_LIB_PATH)\rpcns4.lib \
  28. $(SDK_LIB_PATH)\comdlg32.lib \
  29. $(SDK_LIB_PATH)\netapi32.lib \
  30. $(SDK_LIB_PATH)\rpcrt4.lib \
  31. $(DS_LIB_PATH)\rsa32.lib \
  32. $(SDK_LIB_PATH)\advapi32.lib \
  33. $(SDK_LIB_PATH)\imagehlp.lib
  34. IDL_TYPE=RPC
  35. PASS0_HEADERDIR=$(O)
  36. PASS0_CLIENTDIR=$(O)
  37. PASS0_SERVERDIR=$(O)
  38. SOURCES=\
  39. skrpc.idl \
  40. $(O)\skrpc_c.c \
  41. signcsp.cpp \
  42. signcsp.rc
  43. UMTYPE=console
  44. USE_MSVCRT=1