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.

108 lines
2.6 KiB

  1. !IF 0
  2. Copyright (c) 1989-96 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-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TARGETNAME=netlogon
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. DLLENTRY=NetlogonDllInit
  18. TARGETLIBS= \
  19. $(SDK_LIB_PATH)\cryptdll.lib \
  20. $(SDK_LIB_PATH)\dnsapi.lib \
  21. $(SDK_LIB_PATH)\netlib.lib \
  22. $(DS_LIB_PATH)\netapi32p.lib \
  23. $(SDK_LIB_PATH)\ws2_32.lib \
  24. $(SDK_LIB_PATH)\wldap32.lib \
  25. $(SDK_LIB_PATH)\samsrv.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(SDK_LIB_PATH)\lsasrv.lib \
  29. $(SDK_LIB_PATH)\rpcutil.lib \
  30. $(NTDS_LIB_PATH)\ismapi.lib \
  31. $(SDK_LIB_PATH)\msv1_0.lib \
  32. $(SDK_LIB_PATH)\rpcrt4.lib \
  33. $(SDK_LIB_PATH)\ntdsapi.lib \
  34. $(DS_LIB_PATH)\w32time.lib
  35. INCLUDES=.;..;..\idl;..\idl\$(O); \
  36. $(NTDS_INC); \
  37. $(NET_INC_PATH); \
  38. $(BASE_INC_PATH); \
  39. $(COM_INC_PATH); \
  40. $(SECURITY_INC); \
  41. $(SECURITY_INC)\$(O); \
  42. $(PROJECT_ROOT)\netapi\inc;
  43. C_DEFINES=$(C_DEFINES) -DRPC_SERVER -DRPC_NO_WINDOWS_H -DNETLOGONDBG=1 -D_NETLOGON_SERVER=1 -DENABLE_AUTH_RPC=1 -D_NT5_VERSION=1 -DSECURITY_WIN32
  44. !IFNDEF DISABLE_NET_UNICODE
  45. UNICODE=1
  46. NET_C_DEFINES=-DUNICODE
  47. !ENDIF
  48. SOURCES= \
  49. announce.c \
  50. changelg.c \
  51. chutil.c \
  52. domain.c \
  53. dns.c \
  54. ds.c \
  55. dsgetdc.c \
  56. error.c \
  57. ftinfo.c \
  58. logon_s_stub.c \
  59. logonapi.c \
  60. lsarepl.c \
  61. lsrvutil.c \
  62. mailslot.c \
  63. netlogon.c \
  64. netlogon.rc \
  65. nlcommon.c \
  66. nlldap.cxx \
  67. nlp.c \
  68. nlsecure.c \
  69. nlsite.c \
  70. oldstub.c \
  71. parse.c \
  72. replutil.c \
  73. rgroups.c \
  74. secpkg.c \
  75. srvsess.c \
  76. ssiapi.c \
  77. ssiauth.c \
  78. trustutl.c \
  79. worker.c \
  80. nltrace.c \
  81. nlsvc.mof
  82. USE_MSVCRT=1
  83. PRECOMPILED_INCLUDE=logonsrv.h
  84. PRECOMPILED_PCH=logonsrv.pch
  85. PRECOMPILED_OBJ=logonsrv.obj
  86. NTTARGETFILES= \
  87. nlcommon.c \
  88. dsgetdc.c \
  89. logon_s_stub.c