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.

84 lines
2.4 KiB

  1. !IF 0
  2. Copyright (c) 2000 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. KumarP 10-April-2000
  12. !ENDIF
  13. MAJORCOMP=authz
  14. MINORCOMP=authz
  15. TARGETNAME=authz
  16. TARGETPATH=obj
  17. TARGETTYPE= DYNLINK
  18. DLLENTRY= _DllMainCRTStartup
  19. DLLDEF= $(O)\authz.def
  20. C_DEFINES= $(C_DEFINES) $(ACLPCH_DEFINES) -DUNICODE
  21. SOURCES= authz.c \
  22. authz.rc \
  23. authzp.c \
  24. context.c \
  25. authzdebug.c \
  26. adtgen.c \
  27. adtutil.c \
  28. adtqueue.c
  29. INCLUDES= .; \
  30. $(SECURITY_INC); \
  31. $(NTDS_INC); \
  32. $(BASE_INC_PATH); \
  33. $(COM_INC_PATH); \
  34. $(NET_INC_PATH);
  35. MSC_WARNING_LEVEL=/W4
  36. PRECOMPILED_INCLUDE=pch.h
  37. PRECOMPILED_OBJ=pch.obj
  38. PRECOMPILED_PCH=pch.pch
  39. USE_MSVCRT= 1
  40. TARGETLIBS= $(SDK_LIB_PATH)\kernl32p.lib \
  41. $(SDK_LIB_PATH)\rpcutil.lib \
  42. $(SDK_LIB_PATH)\rpcrt4.lib \
  43. $(DS_LIB_PATH)\lsacomm.lib \
  44. $(DS_LIB_PATH)\lsaudll.lib \
  45. $(DS_LIB_PATH)\rsa32.lib \
  46. $(SDK_LIB_PATH)\winspool.lib \
  47. $(SDK_LIB_PATH)\advapi32.lib \
  48. $(SDK_LIB_PATH)\samlib.lib \
  49. $(SDK_LIB_PATH)\wldap32.lib \
  50. $(SDK_LIB_PATH)\netapi32.lib \
  51. $(SDK_LIB_PATH)\secur32.lib \
  52. $(SDK_LIB_PATH)\ntdll.lib
  53. DELAYLOAD=samlib.dll;netapi32.dll;secur32.dll;wldap32.dll
  54. DLOAD_ERROR_HANDLER=kernel32
  55. #
  56. # We need to build a private authzi library
  57. NTTARGETFILES=$(O)\authzi.lib
  58. PASS1_PUBLISH= \
  59. {$(O)\authz.lib=$(SDK_LIB_PATH)\authz.lib} \
  60. {$(O)\authzi.lib=$(SDK_LIB_PATH)\authzi.lib}
  61. MISCFILES = AuthZ_{7B53EBE8-F02B-4207-BE6D-6727690DEFDD}.sld