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.

29 lines
914 B

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  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=wmixmlidl
  11. TARGETPATH=obj
  12. TARGETTYPE=LIBRARY
  13. # The developer defines the SOURCES macro. It contains a list of all the
  14. # source files for this component. Specify each source file on a separate
  15. # line using the line-continuation character. This minimizes merge
  16. # conflicts if two developers are adding source files to the same component.
  17. SOURCES= \
  18. wmiconv.idl \
  19. wmixmlop.idl \
  20. wmiconv_i.c \
  21. wmixmlop_i.c
  22. # Next, specify options for the compiler using C_DEFINES.
  23. C_DEFINES=$(C_DEFINES) /DREGISTER_PROXY_DLL
  24. USER_C_FLAGS=/Zl