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.

128 lines
3.1 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=adsldp
  16. USE_MSVCRT=1
  17. !IF 0
  18. MSC_WARNING_LEVEL=/W4
  19. !ENDIF
  20. NTTARGETFILES=..\ldap.def
  21. DLLDEF=..\ldap.def
  22. TARGETNAME=adsldp
  23. TARGETTYPE=DYNLINK
  24. DLLENTRY=_DllMainCRTStartup
  25. INCLUDES= .; \
  26. ..; \
  27. ..\..\include; \
  28. ..\..\errmsg; \
  29. ..\..\types\$(TARGET_DIRECTORY); \
  30. $(SDK_LIB_PATH);
  31. MISCFILES = ..\ADSI_LDAP_Provider_{ECCCF546-9751-4DA3-91C9-BA0B50C1A9B3}.sld
  32. SOURCES=\
  33. ..\ldap.rc \
  34. ..\libmain.cxx \
  35. ..\globals.cxx \
  36. ..\common.cxx \
  37. ..\core.cxx \
  38. ..\property.cxx \
  39. ..\object.cxx \
  40. ..\guid.c \
  41. ..\cschema.cxx \
  42. ..\cenumsch.cxx \
  43. ..\cprovcf.cxx \
  44. ..\cprov.cxx \
  45. ..\cnamcf.cxx \
  46. ..\cnamesp.cxx \
  47. ..\cenumvar.cxx \
  48. ..\cenumns.cxx \
  49. ..\cenumobj.cxx \
  50. ..\pathutil.cxx \
  51. ..\getobj.cxx \
  52. ..\var2ldap.cxx \
  53. ..\ldap2var.cxx \
  54. ..\cprops.cxx \
  55. ..\cgenobj.cxx \
  56. ..\putget.cxx \
  57. ..\proplist.cxx \
  58. ..\cdsobj.cxx \
  59. ..\cdssrch.cxx \
  60. ..\cdssch.cxx \
  61. ..\cdsobj.cxx \
  62. ..\crootdse.cxx \
  63. ..\servtype.cxx \
  64. ..\name.cxx \
  65. ..\namecf.cxx \
  66. ..\extension.cxx \
  67. ..\cextmgr.cxx \
  68. ..\cdispmgr.cxx \
  69. ..\system.cxx \
  70. ..\cpropmgr.cxx \
  71. ..\ldap2umi.cxx \
  72. ..\umi2ldap.cxx \
  73. ..\cconnect.cxx \
  74. ..\cconcf.cxx \
  75. ..\cumisrch.cxx \
  76. ..\cumicurs.cxx \
  77. ..\cquery.cxx \
  78. ..\cquerycf.cxx \
  79. ..\cumiobj.cxx \
  80. ..\umi_i.c
  81. UMTYPE=console
  82. UMTEST=
  83. LINKLIBS= \
  84. $(SDK_LIB_PATH)\uuid.lib \
  85. TARGETLIBS = \
  86. $(SDK_LIB_PATH)\activeds.lib \
  87. $(SDK_LIB_PATH)\adsldpc.lib \
  88. $(SDK_LIB_PATH)\adsiid.lib \
  89. $(PROJECT_LIB_PATH)\noutils.lib \
  90. $(PROJECT_LIB_PATH)\nocairo.lib \
  91. $(PROJECT_LIB_PATH)\noole.lib \
  92. $(SDK_LIB_PATH)\wldap32.lib \
  93. $(SDK_LIB_PATH)\netapi32.lib \
  94. $(SDK_LIB_PATH)\ole32.lib \
  95. $(SDK_LIB_PATH)\winspool.lib \
  96. $(SDK_LIB_PATH)\advapi32.lib \
  97. $(SDK_LIB_PATH)\kernel32.lib \
  98. $(SDK_LIB_PATH)\user32.lib \
  99. $(SDK_LIB_PATH)\ntdsapi.lib \
  100. $(SDK_LIB_PATH)\oleaut32.lib \
  101. $(SDK_LIB_PATH)\wbemuuid.lib
  102. C_DEFINES=$(C_DEFINES) -DDAYTONA
  103. PRECOMPILED_INCLUDE=..\ldap.hxx
  104. PRECOMPILED_OBJ=ldap.obj
  105. PRECOMPILED_PCH=ldap.pch
  106. PRECOMPILED_CXX=1