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.

49 lines
1.7 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. # The TARGETLIBS macro specifies additional libraries to link against your target
  11. # image. Each library path specification should contain an asterisk (*)
  12. # where the machine-specific subdirectory name should go.
  13. TARGETLIBS= \
  14. $(WMIROOT)\CPPUNIT\samples\testlib\$(O)\testlib.lib \
  15. $(WMIROOT)\common\utillib\testlib\$(O)\testlib.lib \
  16. $(WMIROOT)\common\wmiutils\testlib\$(O)\wmiutilstest.lib \
  17. $(WMIROOT)\winmgmt\coredll\testlib\$(O)\coredlltest.lib \
  18. $(WMIROOT)\winmgmt\wbemcomn\testlib\$(O)\testlib.lib \
  19. $(WBEMCOMN_STATIC_LIB) \
  20. $(STDLIBRARY_LIB) \
  21. # The INCLUDES variable specifies any include paths that are specific to
  22. # this source directory. Separate multiple paths with single
  23. # semicolons. Relative path specifications are okay.
  24. INCLUDES=$(INCLUDES); \
  25. ..\.;\
  26. $(WMIROOT)\CPPUNIT\SAMPLEs\TESTLIB;\
  27. $(WMIROOT)\CPPUNIT\SAMPLEs;\
  28. $(WMIROOT)\common\utillib\testlib;\
  29. $(WMIROOT)\common\utillib\include;\
  30. $(WMIROOT)\common\wmiutils\testlib;\
  31. $(WMIROOT)\winmgmt\coredll\testlib;\
  32. $(WMIROOT)\winmgmt\wbemcomn\testlib;\
  33. $(WMIROOT)\winmgmt; \
  34. # The developer defines the SOURCES macro. It contains a list of all the
  35. # source files for this component. Specify each source file on a separate
  36. # line using the line-continuation character. This minimizes merge
  37. # conflicts if two developers are adding source files to the same component.
  38. SOURCES= \
  39. ..\TestRunner.cpp \
  40. ..\TextTestResult.cpp \
  41. main.cpp \