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.

80 lines
1.5 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Author:
  11. Steve Wood (stevewo) 12-Apr-1989
  12. KDamour 20Mar00 Modified for Digest
  13. Revision History:
  14. !ENDIF
  15. MAJORCOMP=wdigest
  16. MINORCOMP=sspi
  17. TARGETNAME=wdigest
  18. TARGETPATH=obj
  19. TARGETTYPE=DYNLINK
  20. # DLLENTRY=DllMain
  21. DLLDEF=wdigest.def
  22. # PRECOMPILED_INCLUDE = sslp.h
  23. # PRECOMPILED_PCH = sslp.pch
  24. # PRECOMPILED_OBJ = sslp.obj
  25. USE_MSVCRT=1
  26. C_DEFINES= -D_WINDOWS -DUNICODE -D_UNICODE
  27. ## NTDS_INC for ntdsa.h
  28. INCLUDES= ..\;..\..\inc; \
  29. $(NTDS_INC); \
  30. $(DS_INC_PATH)\crypto; \
  31. $(SECURITY_INC); \
  32. $(BASE_INC_PATH);
  33. SOURCES= \
  34. ntdigest.cxx \
  35. ctxt.cxx \
  36. ctxtapi.cxx \
  37. cred.cxx \
  38. logsess.cxx \
  39. credapi.cxx \
  40. userapi.cxx \
  41. user.cxx \
  42. lsaap.cxx \
  43. nonce.cxx \
  44. auth.cxx \
  45. parser.cxx \
  46. util.cxx \
  47. notify.cxx \
  48. wdigest.rc
  49. LINKLIBS= \
  50. $(SECURITY_LIB_PATH)\dsysdbg.lib \
  51. $(SDK_LIB_PATH)\secur32.lib \
  52. $(SDK_LIB_PATH)\kernel32.lib \
  53. $(SDK_LIB_PATH)\advapi32.lib \
  54. # $(SDK_LIB_PATH)\Netapi32.lib \
  55. $(SDK_LIB_PATH)\ntdsa.lib \
  56. $(SDK_LIB_PATH)\samsrv.lib
  57. DELAYLOAD=samsrv.dll
  58. MISCFILES = wdigest_dll.sld