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.

67 lines
2.0 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, 2000 Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIUNICODE=1
  9. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. TARGETNAME=WMI_CSE
  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. $(STDLIBRARY_LIB) \
  20. $(WBEMCOMN_STATIC_LIB) \
  21. $(SDK_LIB_PATH)\activeds.lib \
  22. $(SDK_LIB_PATH)\adsiid.lib \
  23. $(SDK_LIB_PATH)\ole32.lib \
  24. $(SDK_LIB_PATH)\oleaut32.lib \
  25. $(SDK_LIB_PATH)\uuid.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\shell32.lib \
  29. $(SDK_LIB_PATH)\user32.lib \
  30. $(SDK_LIB_PATH)\gdi32.lib \
  31. $(SDK_LIB_PATH)\advapi32.lib \
  32. $(SDK_LIB_PATH)\mpr.lib\
  33. $(SDK_LIB_PATH)\UserEnv.lib\
  34. $(SDK_LIB_PATH)\shlwapi.lib \
  35. $(SDK_LIB_PATH)\MSVCRT.LIB \
  36. $(SDK_LIB_PATH)\Netapi32.lib
  37. # The INCLUDES variable specifies any include paths that are specific to
  38. # this source directory. Separate multiple paths with single
  39. # semicolons. Relative path specifications are okay.
  40. INCLUDES=$(INCLUDES); \
  41. $(WMIIDL_INC); \
  42. $(STDLIBRARY_INC); \
  43. $(WBEMCOMN_INC); \
  44. $(CORELIB_INC); \
  45. $(SDK_INC_PATH)\atl30; \
  46. .\..
  47. # The developer defines the SOURCES macro. It contains a list of all the
  48. # source files for this component. Specify each source file on a separate
  49. # line using the line-continuation character. This minimizes merge
  50. # conflicts if two developers are adding source files to the same component.
  51. SOURCES= \
  52. resource.rc \
  53. WMI_CSE.cpp \
  54. containers.cpp \
  55. ..\utility.cpp
  56. C_DEFINES=$(C_DEFINES) /DREGISTER_PROXY_DLL
  57. USER_C_FLAGS=/EHa
  58. USE_MSVCRT=1
  59. DLLENTRY=_DllMainCRTStartup
  60. DLLDEF=$(O)\WMI_CSE.def