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.

26 lines
522 B

  1. ############################################################################
  2. #
  3. # Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
  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=wbemads
  11. TARGETTYPE=DYNLINK
  12. TARGETEXT=tlb
  13. TARGETPATH=obj
  14. RESOURCE_ONLY_DLL=1
  15. SOURCES= \
  16. wbemads.rc
  17. INCLUDES=$(INCLUDES) \
  18. $(WMIIDL_INC)