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.

68 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Author:
  11. David Plummer (davepl) 19-Mar-94
  12. Modifed by via awk to include global project include file
  13. and to wrap precompiled header line within a conditional
  14. that can be set in this include file.
  15. Donna Liu (DonnaLi) 19-Dec-1993
  16. !ENDIF
  17. MAJORCOMP = cairole
  18. MINORCOMP = com
  19. #
  20. # This is the name of the target built from the source files specified
  21. # below. The name should include neither the path nor the file extension.
  22. #
  23. TARGETNAME= common
  24. TARGETPATH= obj
  25. #
  26. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  27. # etc.
  28. #
  29. TARGETTYPE= LIBRARY
  30. #
  31. # The following includes a global include file defined at the
  32. # base of the project for all components
  33. #
  34. !include ..\..\daytona.inc
  35. INCLUDES= ..
  36. C_DEFINES= \
  37. $(C_DEFINES) \
  38. SOURCES= \
  39. classdef.cpp \
  40. comclass.cpp
  41. UMTYPE= windows
  42. !include .\sources.inc