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.

94 lines
2.1 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. KDamour 20Mar00 Modified for Digest
  12. Revision History:
  13. !ENDIF
  14. MAJORCOMP=wdigest
  15. MINORCOMP=sspi
  16. TARGETNAME=wdigest
  17. TARGETPATH=obj
  18. TARGETTYPE=DYNLINK
  19. # DLLENTRY=DllMain
  20. DLLDEF=wdigest.def
  21. # PRECOMPILED_INCLUDE = sslp.h
  22. # PRECOMPILED_PCH = sslp.pch
  23. # PRECOMPILED_OBJ = sslp.obj
  24. USE_NTDLL=1
  25. C_DEFINES= -D_WINDOWS -DUNICODE -D_UNICODE
  26. ## NTDS_INC for ntdsa.h
  27. # Strict warning, can be used to detect uninitialized vars. Picks up random
  28. # stuff too
  29. COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
  30. MSC_WARNING_LEVEL= /W4 /WX
  31. INCLUDES= ..\;..\idl\;..\idl\$(O); \
  32. ..\..\inc; \
  33. $(NTDS_INC); \
  34. $(DS_INC_PATH)\crypto; \
  35. $(SECURITY_INC); \
  36. $(BASE_INC_PATH);
  37. SOURCES= \
  38. ..\ntdigest.cxx \
  39. ..\ctxt.cxx \
  40. ..\ctxtapi.cxx \
  41. ..\cred.cxx \
  42. ..\logsess.cxx \
  43. ..\credapi.cxx \
  44. ..\userapi.cxx \
  45. ..\user.cxx \
  46. ..\lsaap.cxx \
  47. ..\nonce.cxx \
  48. ..\auth.cxx \
  49. ..\parser.cxx \
  50. ..\util.cxx \
  51. ..\notify.cxx \
  52. wdigest.rc
  53. LINKLIBS= \
  54. $(SECURITY_LIB_PATH)\dsysdbg.lib \
  55. $(SECURITY_LIB_PATH)\secmisc.lib \
  56. $(SDK_LIB_PATH)\secur32.lib \
  57. $(SDK_LIB_PATH)\kernel32.lib \
  58. $(SDK_LIB_PATH)\advapi32.lib \
  59. $(SDK_LIB_PATH)\ntdsa.lib \
  60. $(SDK_LIB_PATH)\lsasrv.lib \
  61. $(SDK_LIB_PATH)\rpcrt4.lib \
  62. $(SDK_LIB_PATH)\Dnsapi.lib \
  63. $(SDK_LIB_PATH)\samsrv.lib
  64. DELAYLOAD=samsrv.dll;lsasrv.dll;rpcrt4.dll;ntdsa.dll;Dnsapi.dll
  65. # DELAYLOAD=samsrv.dll;rpcrt4.dll;ntdsa.dll;Dnsapi.dll
  66. DLOAD_ERROR_HANDLER=kernel32