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.

86 lines
2.2 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  9. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. TARGETNAME=repdrvfs
  11. TARGETPATH=obj
  12. TARGETTYPE=DYNLINK
  13. # The INCLUDES variable specifies any include paths that are specific to
  14. # this source directory. Separate multiple paths with single
  15. # semicolons. Relative path specifications are okay.
  16. INCLUDES=$(INCLUDES); \
  17. $(WBEMCOMN_INC); \
  18. $(WBEMINT_INC); \
  19. $(ESSCLI_INC); \
  20. $(WMIREPOSITIDL_INC); \
  21. $(COMLIB_INC); \
  22. $(DS_INC_PATH)\crypto;
  23. # The developer defines the SOURCES macro. It contains a list of all the
  24. # source files for this component. Specify each source file on a separate
  25. # line using the line-continuation character. This minimizes merge
  26. # conflicts if two developers are adding source files to the same component.
  27. SOURCES= \
  28. absfile.cpp \
  29. stagemgr.cpp \
  30. longstg.cpp \
  31. heap.cpp \
  32. objheap.cpp \
  33. index.cpp \
  34. localloc.cpp \
  35. a51tools.cpp \
  36. hiecache.cpp \
  37. filecach.cpp \
  38. main.cpp \
  39. creposit.cpp \
  40. a51rep.cpp \
  41. a51.rc \
  42. lock.cpp \
  43. a51fib.cpp \
  44. repositorypackager.cpp \
  45. a51conv.cpp \
  46. btr.cpp \
  47. A51Exp.cpp \
  48. A51Imp.cpp
  49. LINKLIBS= \
  50. $(COMDLLSV_LIB)
  51. TARGETLIBS= \
  52. $(WMIIDL_LIB) \
  53. $(WBEMINT_LIB) \
  54. $(WMIREPOSITIDL_LIB) \
  55. $(WBEMCOMN_DLL_LIB) \
  56. $(STDLIBRARY_LIB) \
  57. $(ESSCLI_DLL_LIB) \
  58. $(WINMGMT)\a512rosw\$(O)\a51conv.lib \
  59. $(SDK_LIB_PATH)\kernel32.lib \
  60. $(SDK_LIB_PATH)\msvcprt.lib \
  61. $(SDK_LIB_PATH)\advapip.lib \
  62. $(SDK_LIB_PATH)\ole32.lib \
  63. $(SDK_LIB_PATH)\oleaut32.lib \
  64. $(SDK_LIB_PATH)\uuid.lib \
  65. $(SDK_LIB_PATH)\user32.lib
  66. # Next, specify options for the compiler using C_DEFINES.
  67. C_DEFINES=$(C_DEFINES) /D__WINNT_BUILD__ /DUNICODE /D_UNICODE /DA51_STAGE_BELOW_INDEX /DA51_USE_FIBER
  68. USE_NATIVE_EH=1
  69. USE_MSVCRT=1
  70. DLLENTRY=_DllMainCRTStartup
  71. LINKER_STACKSIZE=/DEBUGTYPE:FIXUP
  72. C_DEFINES=$(C_DEFINES) /DA51_DEFAULT_REPOSITORY
  73. #/DA51_INJECT_FAILURE /DA51_CHECK_HRESULTS
  74. DLLDEF=$(O)\eprov.def