Source code of Windows XP (NT5)
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.

95 lines
2.4 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. PRECOMPILED_INCLUDE=stdafx.h
  9. PRECOMPILED_CXX=1
  10. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  12. TARGETNAME=WMITest
  13. TARGETPATH=obj
  14. TARGETTYPE=PROGRAM
  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. $(WBEMCOMN_DLL_LIB) \
  22. $(WBEMINT_LIB) \
  23. $(SDK_LIB_PATH)\oleaut32.lib \
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\advapi32.lib \
  26. $(SDK_LIB_PATH)\user32.lib \
  27. $(SDK_LIB_PATH)\gdi32.lib \
  28. $(SDK_LIB_PATH)\ole32.lib \
  29. $(SDK_LIB_PATH)\uuid.lib \
  30. $(SDK_LIB_PATH)\version.lib \
  31. $(SDK_LIB_PATH)\vccomsup.lib \
  32. $(SDK_LIB_PATH)\comctl32.lib
  33. # The INCLUDES variable specifies any include paths that are specific to
  34. # this source directory. Separate multiple paths with single
  35. # semicolons. Relative path specifications are okay.
  36. INCLUDES=$(INCLUDES); \
  37. $(WBEMINT_INC); \
  38. $(WMIIDL_INC); \
  39. $(STDLIBRARY_INC)
  40. # The developer defines the SOURCES macro. It contains a list of all the
  41. # source files for this component. Specify each source file on a separate
  42. # line using the line-continuation character. This minimizes merge
  43. # conflicts if two developers are adding source files to the same component.
  44. SOURCES= \
  45. ArrayItemDlg.cpp \
  46. BindingPg.cpp \
  47. BindingSheet.cpp \
  48. ClassDlg.cpp \
  49. ClassPg.cpp \
  50. ConsumerPg.cpp \
  51. DelDlg.cpp \
  52. EditQualDlg.cpp \
  53. ErrorDlg.cpp \
  54. ExecMethodDlg.cpp \
  55. ExportDlg.cpp \
  56. FilterDlg.cpp \
  57. FilterPg.cpp \
  58. GetTextDlg.cpp \
  59. LoginDlg.cpp \
  60. MainFrm.cpp \
  61. MethodsPg.cpp \
  62. MofDlg.cpp \
  63. NamespaceDlg.cpp \
  64. ObjVw.cpp \
  65. OpView.cpp \
  66. OpWrap.cpp \
  67. ParamsPg.cpp \
  68. PrefDlg.cpp \
  69. PropQualsPg.cpp \
  70. PropsPg.cpp \
  71. PropUtil.cpp \
  72. QueryColPg.cpp \
  73. QuerySheet.cpp \
  74. ToolBarEx.cpp \
  75. Utils.cpp \
  76. ValuePg.cpp \
  77. WMITest.cpp \
  78. WMITest.rc \
  79. WMITestDoc.cpp
  80. # Next, specify options for the compiler using C_DEFINES.
  81. LINKER_STACKSIZE=/STACK:1048576,8192
  82. USE_MSVCRT=1
  83. USE_MFC=1
  84. UMTYPE=windows
  85. UMENTRY=winmain