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=PROGRAM
  13. TARGETTYPE=DYNLINK
  14. # The INCLUDES variable specifies any include paths that are specific to
  15. # this source directory. Separate multiple paths with single
  16. # semicolons. Relative path specifications are okay.
  17. INCLUDES=$(INCLUDES); \
  18. $(WBEMCOMN_INC); \
  19. $(WBEMINT_INC); \
  20. $(ESSCLI_INC); \
  21. $(WMIREPOSITIDL_INC); \
  22. $(COMLIB_INC); \
  23. $(DS_INC_PATH)\crypto; \
  24. $(STDLIBRARY_INC);
  25. # The developer defines the SOURCES macro. It contains a list of all the
  26. # source files for this component. Specify each source file on a separate
  27. # line using the line-continuation character. This minimizes merge
  28. # conflicts if two developers are adding source files to the same component.
  29. SOURCES= \
  30. a51.rc \
  31. VarObjHeap.cpp \
  32. pagemgr.cpp \
  33. objheap.cpp \
  34. a51fib.cpp \
  35. a51rep.cpp \
  36. a51tools.cpp \
  37. btr.cpp \
  38. creposit.cpp \
  39. filecach.cpp \
  40. hiecache.cpp \
  41. index.cpp \
  42. localloc.cpp \
  43. lock.cpp \
  44. main.cpp \
  45. RepositoryPackager.cpp \
  46. Win9xSecurity.cpp \
  47. # VarObjHeapTest.cpp \
  48. LINKLIBS= \
  49. $(COMDLLSV_LIB)
  50. TARGETLIBS= \
  51. $(WMIIDL_LIB) \
  52. $(WBEMINT_LIB) \
  53. $(WMIREPOSITIDL_LIB) \
  54. $(WBEMCOMN_DLL_LIB) \
  55. $(STDLIBRARY_LIB) \
  56. $(ESSCLI_DLL_LIB) \
  57. $(SDK_LIB_PATH)\ntdll.lib \
  58. $(SDK_LIB_PATH)\kernel32.lib \
  59. $(SDK_LIB_PATH)\msvcprt.lib \
  60. $(SDK_LIB_PATH)\advapi32.lib \
  61. $(SDK_LIB_PATH)\ole32.lib \
  62. $(SDK_LIB_PATH)\oleaut32.lib \
  63. $(SDK_LIB_PATH)\uuid.lib \
  64. $(SDK_LIB_PATH)\user32.lib \
  65. # Next, specify options for the compiler using C_DEFINES.
  66. C_DEFINES=$(C_DEFINES) /DUNICODE /D_UNICODE
  67. USE_NATIVE_EH=1
  68. USE_MSVCRT=1
  69. DLLENTRY=_DllMainCRTStartup
  70. LINKER_STACKSIZE=/DEBUGTYPE:FIXUP
  71. DLLDEF=$(O)\XFiles.def
  72. #UMTYPE=console
  73. #UMENTRY=main