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.

74 lines
1.4 KiB

  1. # Copyright (c) 1986 Microsoft Corporation
  2. #
  3. # Module Name:
  4. #
  5. # sources
  6. #
  7. # Abstract:
  8. #
  9. # Active Directory Command sources file.
  10. #
  11. # Author:
  12. #
  13. # t-danal 31-Jul-96
  14. #
  15. # NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  16. #
  17. !INCLUDE ..\..\oleds.inc
  18. MAJORCOMP=ADS
  19. MINORCOMP=adscmd
  20. BLDCRT=1
  21. USE_CRTDLL=1
  22. TARGETNAME=adscmd
  23. TARGETPATH=obj
  24. TARGETTYPE=PROGRAM
  25. INCLUDES=.; \
  26. SOURCES= \
  27. adscmd.rc \
  28. \
  29. disptabl.cxx \
  30. main.cxx \
  31. sconv.cxx \
  32. varconv.cxx \
  33. proputil.cxx \
  34. \
  35. defcont.cxx \
  36. \
  37. dump.cxx \
  38. enum.cxx \
  39. get.cxx \
  40. group.cxx \
  41. user.cxx \
  42. session.cxx \
  43. share.cxx \
  44. # PRECOMPILED_INCLUDE=adscmd.hxx
  45. # PRECOMPILED_OBJ=adscmd.obj
  46. # PRECOMPILED_PCH=adscmd.pch
  47. # PRECOMPILED_CXX=1
  48. CDEFINES= -DUNICODE -D_UNICODE
  49. LINKLIBS= \
  50. $(SDK_LIB_PATH)\uuid.lib \
  51. TARGETLIBS = \
  52. $(SDK_LIB_PATH)\adsiid.lib \
  53. $(SDK_LIB_PATH)\activeds.lib \
  54. \
  55. $(SDK_LIB_PATH)\ole32.lib \
  56. $(SDK_LIB_PATH)\advapi32.lib \
  57. $(SDK_LIB_PATH)\kernel32.lib \
  58. $(SDK_LIB_PATH)\shell32.lib \
  59. $(SDK_LIB_PATH)\user32.lib \
  60. $(SDK_LIB_PATH)\oleaut32.lib
  61. UMTYPE=console
  62. UMENTRY=main