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.

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