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.

97 lines
1.9 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. Drew Bliss (DrewB) 21-Dec-1993
  16. !ENDIF
  17. CHICAGO_PRODUCT= 1
  18. MAJORCOMP= cairole
  19. MINORCOMP= stg
  20. #
  21. # This is the name of the target built from the source files specified
  22. # below. The name should include neither the path nor the file extension.
  23. #
  24. TARGETNAME= msf
  25. #
  26. # This specifies where the target is to be built. A private target of
  27. # type LIBRARY or DYNLINK should go to obj, whereas a public target of
  28. # type LIBRARY or DYNLINK should go to $(BASEDIR)\public\sdk\lib.
  29. #
  30. TARGETPATH= obj
  31. #
  32. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  33. # etc.
  34. #
  35. TARGETTYPE= LIBRARY
  36. #
  37. # The following includes a global include file defined at the
  38. # base of the project for all components
  39. #
  40. !include ..\..\..\chicago.inc
  41. INCLUDES=..\..\..\ih;..\..\..\common\chicago;..\..\h;..;..\..\..\com\inc;..\..\props;..\..\..\..\inc
  42. C_DEFINES= \
  43. $(C_DEFINES) \
  44. SOURCES= \
  45. ..\cache.cxx\
  46. ..\difat.cxx\
  47. ..\dir.cxx\
  48. ..\dirp.cxx\
  49. ..\dl.cxx\
  50. ..\fat.cxx\
  51. ..\header.cxx\
  52. ..\msf.cxx\
  53. ..\mstream.cxx\
  54. ..\page.cxx\
  55. ..\pbstream.cxx\
  56. ..\sstream.cxx\
  57. ..\tstream.cxx\
  58. ..\vect.cxx
  59. UMTYPE= console
  60. UMAPPL=
  61. UMTEST=
  62. UMLIBS=
  63. PRECOMPILED_INCLUDE= ..\msfhead.cxx
  64. PRECOMPILED_OPTION=
  65. PRECOMPILED_TARGET=
  66. PRECOMPILED_CXX=