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.

101 lines
2.6 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-1990
  12. !ENDIF
  13. MAJORCOMP=lsa
  14. MINORCOMP=server
  15. TARGETNAME=lpolicy
  16. TARGETPATH=obj
  17. TARGETTYPE=LIBRARY
  18. INCLUDES=..;..\..\inc; \
  19. ..\..\idl\$(O); \
  20. $(DS_GLOBAL_INC); \
  21. $(NTDS_INC); \
  22. $(SECURITY_INC); \
  23. $(BASE_INC_PATH); \
  24. $(DS_INC_PATH); \
  25. $(DS_INC_PATH)\crypto; \
  26. $(COM_INC_PATH); \
  27. $(DRIVERS_INC_PATH);
  28. NTLEGO=1
  29. # Strict warning, can be used to detect uninitialized vars. Picks up random
  30. # stuff too
  31. COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
  32. SOURCES= dbaccnt.c \
  33. dbadmin.c \
  34. dbattr.c \
  35. dbdata.c \
  36. dbdomain.c \
  37. dbftrust.cxx \
  38. dbhandle.c \
  39. dbinit.c \
  40. dbinstac.c \
  41. dbinstal.c \
  42. dbluname.c \
  43. dblusid.c \
  44. dbluutil.c \
  45. dbmisc.c \
  46. dbnotify.c \
  47. dbobject.c \
  48. dbpob.c \
  49. dbpolex.c \
  50. dbpolicy.c \
  51. dbpriv.c \
  52. dbsecret.c \
  53. dsattrs.c \
  54. dsdata.c \
  55. dsfixup.c \
  56. dslayer.c \
  57. dstrust.c \
  58. eztrust.c \
  59. forest.c \
  60. lsads.c \
  61. lsawrap.c \
  62. netlogon.c \
  63. reglayer.c \
  64. rpcnotif.c \
  65. sidfilter.cxx \
  66. C_DEFINES= $(C_DEFINES) -DRPC_NO_WINDOWS_H
  67. #
  68. # This line makes lsasrv.dll use crtdll.dll instead of libc.lib
  69. #
  70. USE_CRTDLL=1
  71. UMTYPE=windows
  72. UMRES=$(O)\lsa_rev.res
  73. UMLIBS=$(SDK_LIB_PATH)\lsasrv.lib \
  74. $(SDK_LIB_PATH)\rpcrt4.lib \
  75. $(SDK_LIB_PATH)\samlib.lib \
  76. $(SDK_LIB_PATH)\samsrv.lib \
  77. $(SDK_LIB_PATH)\ntdll.lib
  78. PRECOMPILED_INCLUDE=..\lsapch2.h
  79. PRECOMPILED_OBJ=lsapch2.obj
  80. PRECOMPILED_PCH=lsapch2.pch