Leaked source code of windows server 2003
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.

22 lines
507 B

  1. ############################################################################
  2. #
  3. # Copyright � Microsoft Corporation. All rights reserved.
  4. #
  5. ############################################################################
  6. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  7. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  8. TARGETNAME=wbemads
  9. TARGETTYPE=DYNLINK
  10. TARGETEXT=tlb
  11. TARGETPATH=obj
  12. RESOURCE_ONLY_DLL=1
  13. SOURCES= \
  14. wbemads.rc
  15. INCLUDES=$(INCLUDES) \
  16. $(WMIIDL_INC)