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.

105 lines
2.5 KiB

  1. !IF 0
  2. Copyright (c) 1995-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. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  12. !ENDIF
  13. !INCLUDE ..\..\oleds.inc
  14. MAJORCOMP=Cairo
  15. MINORCOMP=adsmsext
  16. USE_MSVCRT=1
  17. !IF 0
  18. MSC_WARNING_LEVEL=/W4
  19. !ENDIF
  20. NTTARGETFILES=..\ldap.def
  21. DLLDEF=..\ldap.def
  22. TARGETNAME=adsmsext
  23. TARGETTYPE=DYNLINK
  24. DLLENTRY=_DllMainCRTStartup
  25. INCLUDES= .; \
  26. ..; \
  27. ..\..\include; \
  28. ..\..\types\$(TARGET_DIRECTORY); \
  29. $(SDK_LIB_PATH);
  30. SOURCES=\
  31. ..\ldap.rc \
  32. ..\libmain.cxx \
  33. ..\globals.cxx \
  34. ..\common.cxx \
  35. ..\property.cxx \
  36. ..\object.cxx \
  37. ..\guid.c \
  38. ..\cuser.cxx \
  39. ..\cusercf.cxx \
  40. ..\cubi.cxx \
  41. ..\cuas.cxx \
  42. ..\cuar.cxx \
  43. ..\cuoi.cxx \
  44. ..\cusers.cxx \
  45. ..\cenumusr.cxx \
  46. ..\corg.cxx \
  47. ..\corgcf.cxx \
  48. ..\corgu.cxx \
  49. ..\corgucf.cxx \
  50. ..\clocalty.cxx \
  51. ..\clocalcf.cxx \
  52. ..\cdispmgr.cxx \
  53. ..\cprinter.cxx \
  54. ..\cprintcf.cxx \
  55. ..\cgroup.cxx \
  56. ..\cgroupcf.cxx \
  57. ..\cggi.cxx \
  58. ..\cgroups.cxx \
  59. ..\cenumgrp.cxx \
  60. ..\cenumvar.cxx
  61. UMTYPE=console
  62. LINKLIBS= $(SDK_LIB_PATH)\uuid.lib \
  63. TARGETLIBS = \
  64. $(SDK_LIB_PATH)\activeds.lib \
  65. $(SDK_LIB_PATH)\adsldpc.lib \
  66. $(SDK_LIB_PATH)\adsiid.lib \
  67. $(DS_LIB_PATH)\noutils.lib \
  68. $(DS_LIB_PATH)\nocairo.lib \
  69. $(DS_LIB_PATH)\noole.lib \
  70. $(SDK_LIB_PATH)\wldap32.lib \
  71. $(SDK_LIB_PATH)\netapi32.lib \
  72. $(SDK_LIB_PATH)\ole32.lib \
  73. $(SDK_LIB_PATH)\winspool.lib \
  74. $(SDK_LIB_PATH)\advapi32.lib \
  75. $(SDK_LIB_PATH)\kernel32.lib \
  76. $(SDK_LIB_PATH)\user32.lib \
  77. $(SDK_LIB_PATH)\oleaut32.lib \
  78. $(SECURITY_LIB_PATH)\kerbcli.lib \
  79. $(SDK_LIB_PATH)\secur32.lib
  80. C_DEFINES=$(C_DEFINES) -DDAYTONA
  81. PRECOMPILED_INCLUDE=..\ldap.hxx
  82. PRECOMPILED_OBJ=ldap.obj
  83. PRECOMPILED_PCH=ldap.pch
  84. PRECOMPILED_CXX=1