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.

71 lines
1.9 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. localloc.cpp \
  29. a51tools.cpp \
  30. hiecache.cpp \
  31. stage.cpp \
  32. filecach.cpp \
  33. main.cpp \
  34. a51rep.cpp \
  35. a51.rc \
  36. lock.cpp \
  37. a51fib.cpp \
  38. repositorypackager.cpp
  39. LINKLIBS= \
  40. $(COMDLLSV_LIB)
  41. TARGETLIBS= \
  42. $(WMIIDL_LIB) \
  43. $(WBEMINT_LIB) \
  44. $(WMIREPOSITIDL_LIB) \
  45. $(WBEMCOMN_DLL_LIB) \
  46. $(STDLIBRARY_LIB) \
  47. $(ESSCLI_DLL_LIB) \
  48. $(SDK_LIB_PATH)\kernel32.lib \
  49. $(SDK_LIB_PATH)\msvcprt.lib \
  50. $(SDK_LIB_PATH)\advapip.lib \
  51. $(SDK_LIB_PATH)\ole32.lib \
  52. $(SDK_LIB_PATH)\oleaut32.lib \
  53. $(SDK_LIB_PATH)\uuid.lib \
  54. $(SDK_LIB_PATH)\user32.lib
  55. # Next, specify options for the compiler using C_DEFINES.
  56. C_DEFINES=$(C_DEFINES) /D__WINNT_BUILD__ /D_UNICODE /DUNICODE
  57. USE_NATIVE_EH=1
  58. USE_MSVCRT=1
  59. DLLENTRY=_DllMainCRTStartup
  60. LINKER_STACKSIZE=/DEBUGTYPE:FIXUP
  61. C_DEFINES=$(C_DEFINES) /DA51_DEFAULT_REPOSITORY
  62. DLLDEF=$(O)\eprov.def