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.

84 lines
1.6 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. MAJORCOMP= cairole
  18. MINORCOMP= stg
  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= simp
  24. #
  25. # This specifies where the target is to be built. A private target of
  26. # type LIBRARY or DYNLINK should go to obj, whereas a public target of
  27. # type LIBRARY or DYNLINK should go to $(BASEDIR)\public\sdk\lib.
  28. #
  29. TARGETPATH= obj
  30. #
  31. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  32. # etc.
  33. #
  34. TARGETTYPE= LIBRARY
  35. #
  36. # The following includes a global include file defined at the
  37. # base of the project for all components
  38. #
  39. !include ..\..\..\chicago.inc
  40. INCLUDES=..\..\..\ih;..\..\..\com\inc;..\..\..\common\chicago;..\..\h;..
  41. C_DEFINES= \
  42. $(C_DEFINES) \
  43. SOURCES= \
  44. ..\simpdf.cxx \
  45. ..\simpstg.cxx \
  46. ..\simpstg2.cxx \
  47. ..\simpenm.cxx \
  48. ..\simpstm.cxx
  49. UMTYPE= console
  50. UMAPPL=
  51. UMTEST=
  52. UMLIBS=
  53. PRECOMPILED_INCLUDE= ..\simphead.cxx
  54. PRECOMPILED_OPTION=
  55. PRECOMPILED_TARGET=
  56. PRECOMPILED_CXX=