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.

58 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989-1991 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  11. !ENDIF
  12. TARGETNAME=digest
  13. UMTYPE=windows
  14. TARGETPATH=obj
  15. TARGETTYPE=DYNLINK
  16. DLLDEF=digest.def
  17. DLLENTRY=_DllMainCRTStartup
  18. C_DEFINES=$(C_DEFINES) -DNASHVILLE
  19. USE_LIBCMT=1
  20. DELAYLOAD=ole32.dll
  21. INCLUDES=$(DS_INC_PATH)\crypto
  22. TARGETLIBS= \
  23. $(SDK_LIB_PATH)\advapi32.lib \
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\ole32.lib \
  27. $(SDK_LIB_PATH)\uuid.lib \
  28. $(DS_LIB_PATH)\rsa32.lib
  29. MSC_WARNING_LEVEL=/W3 /WX
  30. SOURCES=\
  31. init.cxx \
  32. digesta.cxx \
  33. digestw.cxx \
  34. mmfile.cxx \
  35. cred.cxx \
  36. cache.cxx \
  37. params.cxx \
  38. digest.cxx \
  39. digestui.cxx \
  40. persist.cxx \
  41. dummy.rc