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.

32 lines
580 B

  1. #----------------------------------------------------------------------------
  2. #
  3. # Description:
  4. #
  5. # sources file for the key container management library
  6. #
  7. # History:
  8. #
  9. # 03/17/96 jeffspel Created
  10. #
  11. #----------------------------------------------------------------------------
  12. MINORCOMP=contman
  13. TARGETNAME=contman
  14. TARGETPATH=obj
  15. TARGETTYPE=LIBRARY
  16. #C_DEFINES= -DUSE_HW_RNG $(C_DEFINES)
  17. INCLUDES= $(DS_INC_PATH)\crypto; \
  18. ..\inc; \
  19. ..\randlib;
  20. SOURCES=\
  21. contman.c \
  22. policy.c
  23. UMTYPE=console
  24. MISCFILES=..\CryptoAPI_CSPs.sld