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.

132 lines
3.2 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. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  12. !ENDIF
  13. !INCLUDE ..\..\oleds.inc
  14. MAJORCOMP=Cairo
  15. MINORCOMP=activeds
  16. USE_MSVCRT=1
  17. USE_NATIVE_EH=1
  18. USE_ATL=1
  19. USE_STL=1
  20. TARGETNAME=activeds
  21. TARGETPATH=obj
  22. TARGETTYPE=DYNLINK
  23. DLLDEF=$(O)\oleds.def
  24. DLLENTRY=_DllMainCRTStartup
  25. MISCFILES=..\ADSI_Core_Component_{C31250AF-E758-4463-BD98-D49B8E9524CB}.sld \
  26. ..\ADSI_OLEDB_provider_{7BBFF03F-710F-40C8-B105-EE95F8959CB6}.sld
  27. INCLUDES= .;..; \
  28. ..\..\errmsg\$(O); \
  29. ..\..\include; \
  30. $(BASE_INC_PATH);
  31. SOURCES=\
  32. ..\ads.rc \
  33. ..\cnamesps.cxx \
  34. ..\cnamscf.cxx \
  35. ..\cenumvar.cxx \
  36. ..\guid.c \
  37. ..\common.cxx \
  38. ..\libmain.cxx \
  39. ..\getobj.cxx \
  40. ..\cprov.cxx \
  41. ..\cprovcf.cxx \
  42. ..\router.cxx \
  43. ..\core.cxx \
  44. ..\helpers.cxx \
  45. ..\openobj.cxx \
  46. ..\cdso.cxx \
  47. ..\cdsocf.cxx \
  48. ..\csession.cxx \
  49. ..\cextbuff.cxx \
  50. ..\caccess.cxx \
  51. ..\ccommand.cxx \
  52. ..\crowprov.cxx \
  53. ..\utilprop.cxx \
  54. ..\oledbutl.cxx \
  55. ..\crsinfo.cxx \
  56. ..\cace.cxx \
  57. ..\cacl.cxx \
  58. ..\csed.cxx \
  59. ..\csedcf.cxx \
  60. ..\cacecf.cxx \
  61. ..\caclcf.cxx \
  62. ..\cpropcf.cxx \
  63. ..\cprop.cxx \
  64. ..\cvalue.cxx \
  65. ..\cvaluecf.cxx \
  66. ..\adscopy.cxx \
  67. ..\clgint.cxx \
  68. ..\clgintcf.cxx \
  69. ..\cenumacl.cxx \
  70. ..\acledit.cxx \
  71. ..\var2sec.cxx \
  72. ..\sec2var.cxx \
  73. ..\path.cxx \
  74. ..\pathcf.cxx \
  75. ..\atl.cxx \
  76. ..\binder.cxx \
  77. ..\bindercf.cxx \
  78. ..\cdbprop.cxx \
  79. ..\cstream.cxx \
  80. ..\dbid.cxx \
  81. ..\row.cxx \
  82. ..\crowset.cxx \
  83. ..\cdnbin.cxx \
  84. ..\cdnbincf.cxx \
  85. ..\cdnstr.cxx \
  86. ..\cdnstrcf.cxx \
  87. ..\cseccf.cxx \
  88. ..\cadssec.cxx
  89. UMTYPE=console
  90. LINKLIBS = $(SDK_LIB_PATH)\adsldpc.lib
  91. TARGETLIBS = \
  92. $(DS_LIB_PATH)\noOLE.lib \
  93. $(SDK_LIB_PATH)\uuid.lib \
  94. $(SDK_LIB_PATH)\adsiid.lib \
  95. $(SDK_LIB_PATH)\oledb.lib \
  96. $(SDK_LIB_PATH)\imagehlp.lib \
  97. $(SDK_LIB_PATH)\ole32.lib \
  98. $(SDK_LIB_PATH)\advapi32.lib \
  99. $(SDK_LIB_PATH)\winspool.lib \
  100. $(SDK_LIB_PATH)\comdlg32.lib \
  101. $(SDK_LIB_PATH)\kernel32.lib \
  102. $(SDK_LIB_PATH)\shell32.lib \
  103. $(SDK_LIB_PATH)\user32.lib \
  104. $(SDK_LIB_PATH)\gdi32.lib \
  105. $(SDK_LIB_PATH)\oleaut32.lib \
  106. $(SDK_LIB_PATH)\netapi32.lib
  107. C_DEFINES=$(C_DEFINES) -DDAYTONA
  108. PRECOMPILED_INCLUDE=..\oleds.hxx
  109. PRECOMPILED_OBJ=oleds.obj
  110. PRECOMPILED_PCH=oleds.pch
  111. PRECOMPILED_CXX=1