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.

31 lines
1.1 KiB

  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=wbemint
  9. TARGETPATH=obj
  10. TARGETTYPE=LIBRARY
  11. # The INCLUDES variable specifies any include paths that are specific to
  12. # this source directory. Separate multiple paths with single
  13. # semicolons. Relative path specifications are okay.
  14. INCLUDES=$(INCLUDES); \
  15. $(WMIIDL_SRC_INC)
  16. # The developer defines the SOURCES macro. It contains a list of all the
  17. # source files for this component. Specify each source file on a separate
  18. # line using the line-continuation character. This minimizes merge
  19. # conflicts if two developers are adding source files to the same component.
  20. SOURCES= \
  21. ..\wbemint.idl \
  22. $(O)\wbemint_i.c
  23. # Next, specify options for the compiler using C_DEFINES.
  24. C_DEFINES=$(C_DEFINES) /DREGISTER_PROXY_DLL
  25. USER_C_FLAGS=/Zl