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.

41 lines
1.2 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPRECOMP=1
  9. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. TARGETNAME=minimfc
  12. TARGETPATH=obj
  13. TARGETTYPE=LIBRARY
  14. # The INCLUDES variable specifies any include paths that are specific to
  15. # this source directory. Separate multiple paths with single
  16. # semicolons. Relative path specifications are okay.
  17. INCLUDES=$(INCLUDES); \
  18. $(WMIIDL_INC); \
  19. $(WBEMCOMN_INC)
  20. # The developer defines the SOURCES macro. It contains a list of all the
  21. # source files for this component. Specify each source file on a separate
  22. # line using the line-continuation character. This minimizes merge
  23. # conflicts if two developers are adding source files to the same component.
  24. SOURCES= \
  25. ARRAY_D.cpp \
  26. ARRAY_P.cpp \
  27. ARRAY_S.cpp \
  28. ARRAY_W.cpp \
  29. PLEX.cpp \
  30. STRCORE1.cpp \
  31. STRCORE2.cpp \
  32. STREX.cpp
  33. # Next, specify options for the compiler using C_DEFINES.
  34. C_DEFINES=$(C_DEFINES)
  35. USER_C_FLAGS=/EHa