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.

35 lines
684 B

  1. #----------------------------------------------------------------------------
  2. #
  3. # Description:
  4. #
  5. # sources file for test program for cryptapi
  6. #
  7. # History:
  8. #
  9. # 11/02/98 jeffspel created
  10. #
  11. #----------------------------------------------------------------------------
  12. MAJORCOMP=macutil
  13. MINORCOMP=EXE
  14. TARGETNAME=macutil
  15. TARGETPATH=obj
  16. TARGETTYPE=PROGRAM
  17. USE_MSVCRT=1
  18. INCLUDES=\
  19. $(DS_INC_PATH)\crypto; \
  20. $(BASE_INC_PATH);
  21. TARGETLIBS=\
  22. $(SDK_LIB_PATH)\ntdll.lib \
  23. $(DS_LIB_PATH)\rsa32.lib \
  24. $(SDK_LIB_PATH)\imagehlp.lib
  25. SOURCES=\
  26. ..\selfmac.c \
  27. macutil.c \
  28. macutil.rc
  29. UMTYPE=console