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.

81 lines
2.1 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  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. Author:
  11. Steve Wood (stevewo) 12-Apr-1989
  12. Revision History:
  13. !ENDIF
  14. !include ..\daytona.inc
  15. #
  16. # The TARGETNAME variable is defined by the developer. It is the name of
  17. # the target (component) that is being built by this makefile. It
  18. # should NOT include any path or file extension information.
  19. #
  20. TARGETNAME=Common
  21. #
  22. # The TARGETPATH and TARGETTYPE varialbes are defined by the developer.
  23. # The first specifies where the target is to be build. The second specifies
  24. # the type of target (either PROGRAM, DYNLINK or LIBRARY)
  25. #
  26. TARGETPATH=obj
  27. TARGETTYPE=LIBRARY
  28. #
  29. # The INCLUDES variable specifies any include paths that are specific to
  30. # this source directory. Separate multiple directory paths with single
  31. # semicolons. Relative path specifications are okay.
  32. #
  33. INCLUDES=..\;
  34. MSC_WARNING_LEVEL=/WX
  35. #
  36. # The SOURCES variable is defined by the developer. It is a list of all the
  37. # source files for this component. Each source file should be on a separate
  38. # line using the line continuation character. This will minimize merge
  39. # conflicts if two developers adding source files to the same component.
  40. #
  41. SOURCES= \
  42. common.cxx \
  43. UMTYPE=console
  44. UMRES=
  45. #
  46. # Defining the NTTARGETFILES variable causes MAKEFILE.DEF to attempt to
  47. # include .\makefile.inc immediately after it specifies the top
  48. # level targets (all, clean and loc) and their dependencies. MAKEFILE.DEF
  49. # also expands the value of the NTTARGETFILES variable at the end of the
  50. # list of dependencies for the all target. Useful for specifying additional
  51. # targets and dependencies that don't fit the general case covered by
  52. # MAKEFILE.DEF
  53. #
  54. MISCFILES=SENS_{8A5FFE4A-EED0-411D-B916-803E6EA01282}.sld