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.

36 lines
686 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. !IF "1" == "$(VAULTSIGN)"
  17. C_DEFINES= -DVAULTSIGN $(C_DEFINES)
  18. !ENDIF
  19. #C_DEFINES= -DUSE_HW_RNG $(C_DEFINES)
  20. INCLUDES= $(DS_INC_PATH)\crypto; \
  21. ..\inc; \
  22. ..\randlib;
  23. SOURCES=\
  24. contman.c \
  25. policy.c
  26. UMTYPE=console
  27. MISCFILES=..\CryptoAPI_CSPs.sld