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.

126 lines
2.9 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIAUTOPRECOMP=headers.h
  9. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. TARGETNAME=wmioledb
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. # The TARGETLIBS macro specifies additional libraries to link against your target
  15. # image. Each library path specification should contain an asterisk (*)
  16. # where the machine-specific subdirectory name should go.
  17. TARGETLIBS= \
  18. $(WMIIDL_LIB) \
  19. $(UTILLIB_LIB) \
  20. $(WBEMCOMN_DLL_LIB)\
  21. $(ADMIN_LIB_PATH)\umiuuid.lib \
  22. $(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\advapi32.lib \
  24. $(SDK_LIB_PATH)\user32.lib \
  25. $(SDK_LIB_PATH)\oleaut32.lib \
  26. $(SDK_LIB_PATH)\ole32.lib \
  27. $(SDK_LIB_PATH)\uuid.lib \
  28. $(SDK_LIB_PATH)\vccomsup.lib
  29. # The INCLUDES variable specifies any include paths that are specific to
  30. # this source directory. Separate multiple paths with single
  31. # semicolons. Relative path specifications are okay.
  32. INCLUDES=$(INCLUDES); \
  33. $(ADMIN_INC_PATH); \
  34. $(STDLIBRARY_INC); \
  35. $(WMIIDL_INC); \
  36. $(WBEMCOMN_INC); \
  37. $(UTILLIB_INC)
  38. # The developer defines the SOURCES macro. It contains a list of all the
  39. # source files for this component. Specify each source file on a separate
  40. # line using the line-continuation character. This minimizes merge
  41. # conflicts if two developers are adding source files to the same component.
  42. SOURCES= \
  43. dllmain.cpp \
  44. BinderClassFac.cpp \
  45. CLASSFAC.CPP \
  46. util.cpp \
  47. cwbemwrap.cpp \
  48. baseobj.cpp \
  49. DATASRC.CPP \
  50. dataconvert.cpp \
  51. ACCESSOR.CPP \
  52. BITARRAY.CPP \
  53. COLINFO.CPP \
  54. CRTSESS.CPP \
  55. cvttype.cpp \
  56. DBINIT.CPP \
  57. DBPROP.CPP \
  58. DBSESS.CPP \
  59. EXTBUFF.CPP \
  60. HASHTBL.CPP \
  61. irowiden.cpp \
  62. irowset.cpp \
  63. OPNROWST.CPP \
  64. persist.cpp \
  65. ROWCHNG.CPP \
  66. ROWINFO.CPP \
  67. UTILPROP.CPP \
  68. WmiOleDBMap.cpp \
  69. ROWSET.CPP \
  70. IchapRowset.cpp \
  71. enumerat.cpp \
  72. errinf.cpp \
  73. cmdcreat.cpp \
  74. cmdparam.cpp \
  75. command.cpp \
  76. schema.cpp \
  77. row.cpp \
  78. IrowChng.cpp \
  79. IRow.cpp \
  80. IGetSess.cpp \
  81. baserowobj.cpp \
  82. Igetrow.cpp \
  83. URLParser.cpp \
  84. ICreateRow.cpp \
  85. IBindResource.cpp \
  86. IDBBinderProp.cpp \
  87. Binder.cpp \
  88. Irowstrefresh.cpp \
  89. Ibindresourcesess.cpp \
  90. ITableDef.cpp \
  91. instRowFetch.cpp \
  92. QualifRowFetch.cpp \
  93. cmdtext.cpp \
  94. cmdprop.cpp \
  95. IIndexdef.cpp \
  96. rowfetchobj.cpp \
  97. IAlterTable.cpp \
  98. colinfomgr.cpp \
  99. rowdatamgr.cpp \
  100. rowsetutil.cpp \
  101. flexarry.cpp \
  102. IScopedOperation.cpp \
  103. IDBDataSrcAdmin.cpp \
  104. IObjAccessControl.cpp \
  105. ISecurityInfo.cpp \
  106. cmdcolinfo.cpp \
  107. resource.rc
  108. PASS0_PUBLISH=\
  109. {wmioledb.h=$(SDK_INC_PATH)\wmioledb.h}
  110. C_DEFINES=$(C_DEFINES) /DBUILD_CORE /DUNICODE /D_UNICODE
  111. WIN32_WINNT_VERSION=0x0400
  112. USER_C_FLAGS=$(USER_C_FLAGS) /EHa
  113. USE_NATIVE_EH=1
  114. MSC_OPTIMIZATION=/Ob2
  115. USE_MSVCRT=1
  116. DLLENTRY=_DllMainCRTStartup
  117. DLLDEF=wmioledb.def