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.

62 lines
1.8 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIMFC=1
  9. WMIUNICODE=1
  10. WMIPRECOMP=1
  11. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  12. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  13. TARGETNAME=MMFUtil
  14. TARGETPATH=obj
  15. TARGETTYPE=DYNLINK
  16. # The TARGETLIBS macro specifies additional libraries to link against your target
  17. # image. Each library path specification should contain an asterisk (*)
  18. # where the machine-specific subdirectory name should go.
  19. TARGETLIBS= \
  20. $(WMIIDL_LIB) \
  21. $(ATLUICOMMON_LIB) \
  22. $(SDK_LIB_PATH)\mmc.lib \
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\user32.lib \
  25. $(SDK_LIB_PATH)\comctl32.lib \
  26. $(SDK_LIB_PATH)\oleaut32.lib \
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(SDK_LIB_PATH)\vccomsup.lib
  29. # The INCLUDES variable specifies any include paths that are specific to
  30. # this source directory. Separate multiple paths with single
  31. # semicolons. Relative path specifications are okay.
  32. INCLUDES= \
  33. $(ATLUISNAPINS_INC); \
  34. $(ATLUICOMMON_INC); \
  35. $(WMIIDL_INC)
  36. # The developer defines the SOURCES macro. It contains a list of all the
  37. # source files for this component. Specify each source file on a separate
  38. # line using the line-continuation character. This minimizes merge
  39. # conflicts if two developers are adding source files to the same component.
  40. SOURCES= \
  41. MMFUtil.rc \
  42. MMFUtil.idl \
  43. WbemError.cpp \
  44. MsgDlg.cpp \
  45. MMFUtil.cpp
  46. # Next, specify options for the compiler using C_DEFINES.
  47. C_DEFINES=$(C_DEFINES) /DBUILDING_DLL /D_MSC_VER=1100
  48. WIN32_WINNT_VERSION=0x0501
  49. USE_NATIVE_EH=1
  50. USE_RTTI=1
  51. USE_MSVCRT=1
  52. USE_ATL=1
  53. ATL_VER=30
  54. DLLDEF=$(O)\MMFUtil.def