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.

19 lines
495 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=wmimuuid
  9. TARGETPATH=obj
  10. TARGETTYPE=LIBRARY
  11. INCLUDES=$(INCLUDES); \
  12. $(WMIIDL_SRC_INC)
  13. SOURCES=\
  14. ..\wmimsg.idl \
  15. $(O)\wmimsg_i.c