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.

47 lines
976 B

  1. #---------------------------------------------------------------------
  2. #
  3. # This makefile is for use with the SMSBUILD utility. It builds the
  4. # WMI ADSI 3rd party extension wbemads.dll
  5. #
  6. # created 10-28-98 corinaf
  7. #
  8. #---------------------------------------------------------------------
  9. # TARGET=adswmiex.dll
  10. TARGET=wbemads.dll
  11. RELEASE=ADSEXT\$(RELDIR)
  12. STATIC=FALSE
  13. CINC=$(CINC)\
  14. -I$(TOOLS)\NT5inc \
  15. -I$(IDL) \
  16. -I$(IDL)\OBJ$(PLAT)$(OPST)$(BLDT)D
  17. DEFFILE=adswmiext.def
  18. IDLDIR=..\idl
  19. # IDLFLAGS+=/header "wmiextension.h" /iid "wmiextension_i.c" /tlb "adswmiex.tlb" /out .
  20. IDLFLAGS+= /out $(idl)
  21. IDLFILES=$(IDLDIR)\wbemads.idl
  22. CPPFILES=\
  23. .\CWMIExtension.cpp \
  24. .\CWMIExtCF.cpp \
  25. .\libmain.cpp \
  26. # $(idl)\wmiextension_i.c
  27. LIBS=\
  28. $(LIBS)\
  29. $(CONLIBS)\
  30. $(CLIB)\OLE32.lib \
  31. $(CLIB)\OLEAUT32.lib \
  32. $(CLIB)\adsiid.lib \
  33. $(CLIB)\activeds.lib \
  34. $(IDL)\OBJ$(PLAT)$(OPST)$(BLDT)D\wbemuuid.lib
  35. tree:
  36. # @release wbemads.tlb adsext\common