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.

73 lines
2.1 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  9. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. !include ..\sources.inc
  11. SOURCES_USED=..\sources.inc
  12. TARGETNAME=TESTUI
  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= $(TARGETLIBS) \
  19. $(SDK_LIB_PATH)\vccomsup.lib \
  20. $(WMIROOT)\CPPUNIT\Framework\$(O)\culib.lib \
  21. $(SDK_LIB_PATH)\ntdll.lib \
  22. $(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\advapi32.lib \
  24. $(SDK_LIB_PATH)\user32.lib \
  25. $(SDK_LIB_PATH)\oleaut32.lib \
  26. $(SDK_LIB_PATH)\ole32.lib \
  27. $(SDK_LIB_PATH)\uuid.lib \
  28. $(SDK_LIB_PATH)\msvcrt.lib \
  29. $(SDK_LIB_PATH)\vccomsup.lib \
  30. $(SDK_LIB_PATH)\msvcprt.lib \
  31. # The INCLUDES variable specifies any include paths that are specific to
  32. # this source directory. Separate multiple paths with single
  33. # semicolons. Relative path specifications are okay.
  34. INCLUDES=$(INCLUDES); \
  35. $(WBEMINT_INC); \
  36. $(ESSCLI_INC); \
  37. $(WBEMCORE_INC); \
  38. $(WMIREPOSITIDL_INC); \
  39. $(WBEMCOMN_INC); \
  40. $(MC_INC); \
  41. $(STDLIBRARY_INC); \
  42. $(WMIIDL_INC); \
  43. $(COREPROX_INC); \
  44. $(WBEMESS_INC); \
  45. $(COMMON)\wmiutils; \
  46. $(WMIROOT)\CPPUNIT\Framework; \
  47. $(WMIROOT)\CPPUNIT\Framework\extensions; \
  48. $(WMIROOT)\CPPUNIT\TextUI; \
  49. $(WMIROOT)\CPPUNIT\;
  50. # The developer defines the SOURCES macro. It contains a list of all the
  51. # source files for this component. Specify each source file on a separate
  52. # line using the line-continuation character. This minimizes merge
  53. # conflicts if two developers are adding source files to the same component.
  54. #SOURCES= \
  55. # TestRunner.cpp \
  56. # ExampleTestCase.cpp \
  57. C_DEFINES=$(C_DEFINES) /DUNICODE /D_UNICODE
  58. #USER_C_FLAGS=/EHa
  59. #MSC_OPTIMIZATION=/Ob2
  60. USE_NATIVE_EH=1
  61. USE_MSVCRT=1
  62. USE_RTTI=1
  63. UMTYPE=console
  64. UMENTRY=main