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.

171 lines
5.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-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=lsa
  15. MINORCOMP=server
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. DLLDEF=..\lsasrv.def
  19. INCLUDES=..;..\..\inc;..\..\..\inc; \
  20. ..\..\idl; \
  21. ..\..\idl\$(O); \
  22. $(DS_GLOBAL_INC); \
  23. $(NTDS_INC); \
  24. $(SECURITY_INC); \
  25. $(BASE_INC_PATH); \
  26. $(COM_INC_PATH); \
  27. $(DS_INC_PATH); \
  28. $(DS_INC_PATH)\crypto; \
  29. $(DRIVERS_INC_PATH); \
  30. $(ENDUSER_INC_PATH); \
  31. $(WINDOWS_INC_PATH); \
  32. $(NET_INC_PATH);
  33. NTLEGO=1
  34. # Strict warning, can be used to detect uninitialized vars. Picks up random
  35. # stuff too
  36. COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
  37. C_DEFINES=-DRPC_NO_WINDOWS_H -DUNICODE -DLSA_SERVER_COMPILED
  38. !IF "$(WIN64)" == "1"
  39. NO_SSPI_SIGNATURES=1
  40. !ENDIF
  41. !IF "$(NO_SSPI_SIGNATURES)" != ""
  42. LSA_IGNORE_SIGNATURE=1
  43. !ENDIF
  44. !IF "$(LSA_IGNORE_SIGNATURE)" != ""
  45. C_DEFINES=$(C_DEFINES) -DLSA_IGNORE_SIGNATURE
  46. !ENDIF
  47. SOURCES= \
  48. ..\bndcache.cxx \
  49. ..\credapi.cxx \
  50. ..\credmgr.cxx \
  51. ..\ctxtapi.cxx \
  52. ..\debug.cxx \
  53. ..\efssrv.cxx \
  54. ..\efsapi.cxx \
  55. ..\efsinit.cxx \
  56. ..\efscert.cxx \
  57. ..\efssrv.cxx \
  58. ..\klpc.cxx \
  59. ..\klpcstub.cxx \
  60. ..\lht.cxx \
  61. ..\lsawmi.c \
  62. ..\lsastr.c \
  63. ..\msvlayer.cxx \
  64. ..\negotiat.cxx \
  65. ..\negsupp.cxx \
  66. ..\neglsa.cxx \
  67. ..\param.cxx \
  68. ..\policy.cxx \
  69. ..\shmem.cxx \
  70. ..\samhooks.cxx \
  71. ..\scavenge.cxx \
  72. ..\sesmgr.cxx \
  73. ..\sht.cxx \
  74. ..\sphelp.cxx \
  75. ..\spinit.cxx \
  76. ..\spmgr.cxx \
  77. ..\sputil.cxx \
  78. ..\thdpool.cxx \
  79. ..\userkey.cxx \
  80. ..\util.cxx \
  81. ..\logons.cxx \
  82. ..\efsrpc_s_stub.c \
  83. ..\lsa_rev.rc \
  84. ..\lsarpc_s_stub.c \
  85. ..\spnego.c
  86. UMTYPE=windows
  87. UMRES=$(O)\lsa_rev.res
  88. UMLIBS=$(SDK_LIB_PATH)\lsasrv.lib \
  89. $(SDK_LIB_PATH)\rpcrt4.lib \
  90. $(SDK_LIB_PATH)\samlib.lib \
  91. $(SDK_LIB_PATH)\samsrv.lib \
  92. $(SDK_LIB_PATH)\ntdll.lib
  93. LINKLIBS= \
  94. ..\cfiles\$(O)\lsalib.lib \
  95. ..\dspolicy\$(O)\lpolicy.lib \
  96. $(SDK_LIB_PATH)\ntdsa.lib \
  97. $(SECURITY_LIB_PATH)\dsrolsrv.lib \
  98. $(SECURITY_LIB_PATH)\dpapisvc.lib
  99. TARGETLIBS= \
  100. ..\..\common\$(O)\lsacomm.lib \
  101. $(SECURITY_LIB_PATH)\dsysdbg.lib \
  102. $(SECURITY_LIB_PATH)\secmisc.lib \
  103. $(SDK_LIB_PATH)\rpcutil.lib \
  104. $(SDK_LIB_PATH)\rpcrt4.lib \
  105. $(SDK_LIB_PATH)\kernel32.lib \
  106. ..\..\security\dll\$(O)\secur32p.lib \
  107. $(SDK_LIB_PATH)\user32.lib \
  108. $(SDK_LIB_PATH)\advapip.lib \
  109. $(SDK_LIB_PATH)\samsrv.lib \
  110. $(SDK_LIB_PATH)\msasn1.lib \
  111. $(DS_GLOBAL_LIB_PATH)\nlrepl.lib \
  112. $(DS_LIB_PATH)\rsa32.lib \
  113. $(SDK_LIB_PATH)\ntdsa.lib \
  114. $(SDK_LIB_PATH)\netlib.lib \
  115. $(DS_LIB_PATH)\netapi32p.lib \
  116. $(SDK_LIB_PATH)\wldap32.lib \
  117. $(SDK_LIB_PATH)\dnsapi.lib \
  118. $(SDK_LIB_PATH)\samlib.lib \
  119. $(SDK_LIB_PATH)\ntdsetup.lib \
  120. $(SDK_LIB_PATH)\mpr.lib \
  121. $(SDK_LIB_PATH)\crypt32.lib \
  122. $(SDK_LIB_PATH)\cryptui.lib \
  123. $(SDK_LIB_PATH)\userenv.lib \
  124. $(SDK_LIB_PATH)\ntdsapi.lib \
  125. $(DS_LIB_PATH)\certclip.lib \
  126. $(SDK_LIB_PATH)\shlwapi.lib \
  127. $(DS_GLOBAL_LIB_PATH)\wxapicli.lib \
  128. $(DS_LIB_PATH)\alloca.lib \
  129. $(PROJECT_LIB_PATH)\pautoenr.lib \
  130. $(SECURITY_LIB_PATH)\sclogon2.lib \
  131. $(SECURITY_LIB_PATH)\sclgnrpc.lib
  132. #
  133. # This line makes the lsasrv.dll use crtdll.dll instead of libc.lib
  134. #
  135. USE_CRTDLL=1
  136. PRECOMPILED_INCLUDE=..\lsapch.hxx
  137. PRECOMPILED_OBJ=lsapch.obj
  138. PRECOMPILED_PCH=lsapch.pch
  139. DELAYLOAD=dnsapi.dll;crypt32.dll;wldap32.dll;ntdsetup.dll;cryptui.dll;userenv.dll;certcli.dll;ntdsa.dll;shlwapi.dll;pautoenr.dll
  140. DLOAD_ERROR_HANDLER=kernel32