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.

53 lines
1.6 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPRECOMP=1
  9. WMIUNICODE=1
  10. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  12. TARGETNAME=wbemads
  13. TARGETPATH=obj
  14. TARGETTYPE=DYNLINK
  15. # The TARGETLIBS macro specifies additional libraries to link against your target
  16. # image. Each library path specification should contain an asterisk (*)
  17. # where the machine-specific subdirectory name should go.
  18. TARGETLIBS= \
  19. $(WMIIDL_LIB) \
  20. $(SDK_LIB_PATH)\ole32.lib \
  21. $(SDK_LIB_PATH)\oleaut32.lib \
  22. $(SDK_LIB_PATH)\uuid.lib \
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\user32.lib \
  25. $(SDK_LIB_PATH)\adsiid.lib \
  26. $(SDK_LIB_PATH)\activeds.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib
  28. # The INCLUDES variable specifies any include paths that are specific to
  29. # this source directory. Separate multiple paths with single
  30. # semicolons. Relative path specifications are okay.
  31. INCLUDES=$(INCLUDES); \
  32. $(WMIIDL_INC)
  33. # The developer defines the SOURCES macro. It contains a list of all the
  34. # source files for this component. Specify each source file on a separate
  35. # line using the line-continuation character. This minimizes merge
  36. # conflicts if two developers are adding source files to the same component.
  37. SOURCES= \
  38. adsi.rc \
  39. CWMIExtension.cpp \
  40. CWMIExtCF.cpp \
  41. libmain.cpp
  42. # Next, specify options for the compiler using C_DEFINES.
  43. USER_C_FLAGS=/EHa
  44. USE_MSVCRT=1
  45. DLLENTRY=_DllMainCRTStartup
  46. DLLDEF=$(O)\adswmiext.def