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.

43 lines
945 B

  1. !IF 0
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. #
  12. # This is the name of the target built from the source files specified
  13. # below. The name should include neither the path nor the file extension.
  14. #
  15. TARGETNAME= dbglog
  16. INCLUDES = $(INCLUDES);..\..\ih
  17. #
  18. # This specifies where the target is to be built. A private target of
  19. # type LIBRARY or DYNLINK should go to obj, whereas a public target of
  20. # type LIBRARY or DYNLINK should go to $(BASEDIR)\public\sdk\lib.
  21. #
  22. TARGETPATH= obj
  23. #
  24. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  25. # etc.
  26. #
  27. TARGETTYPE= LIBRARY
  28. SOURCES= ..\log.cxx
  29. UMTYPE= windows
  30. UMAPPL=
  31. UMTEST=