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.

35 lines
1.1 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIUNICODE=1
  9. WMIPRECOMP=1
  10. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  12. TARGETNAME=utils
  13. TARGETPATH=obj
  14. TARGETTYPE=LIBRARY
  15. # The INCLUDES variable specifies any include paths that are specific to
  16. # this source directory. Separate multiple paths with single
  17. # semicolons. Relative path specifications are okay.
  18. INCLUDES= \
  19. $(WMIIDL_INC); \
  20. $(WBEMINT_INC); \
  21. $(WMIINT_INC); \
  22. $(STDLIBRARY_INC); \
  23. $(INCLUDES)
  24. # The developer defines the SOURCES macro. It contains a list of all the
  25. # source files for this component. Specify each source file on a separate
  26. # line using the line-continuation character. This minimizes merge
  27. # conflicts if two developers are adding source files to the same component.
  28. SOURCES= \
  29. Buffer.cpp \
  30. ObjAccess.cpp