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.

61 lines
1.8 KiB

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