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.

62 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. Bill Morel 14-Mar-1995
  12. !ENDIF
  13. MAJORCOMP= cairole
  14. MINORCOMP= stg
  15. !include ..\..\..\daytona.inc
  16. TARGETNAME= props
  17. TARGETPATH= obj
  18. TARGETTYPE= LIBRARY
  19. ASYNC_DOCFILE_INC=..\..\async\docfile\$(DEST_TREE)\$(O)
  20. INCLUDES= .;..;..\..\h;..\..\common;..\..\..\ih;..\..\exp;
  21. INCLUDES=$(INCLUDES);..\..\..\com\inc;..\..\..\..\inc;$(BASE_INC_PATH)
  22. INCLUDES=$(INCLUDES);$(ASYNC_DOCFILE_INC)
  23. USE_MSVCRT= 1
  24. SOURCES= \
  25. ..\bag.cxx\
  26. ..\propapi.cxx\
  27. ..\propstg.cxx\
  28. ..\psetstg.cxx\
  29. ..\utils.cxx\
  30. ..\reserved.cxx\
  31. ..\ssmapstm.cxx\
  32. ..\hntfsstg.cxx\
  33. ..\hntfsstm.cxx\
  34. ..\hforpset.cxx\
  35. ..\propvar.cxx\
  36. ..\ntpropb.cxx\
  37. ..\propstm.cxx\
  38. ..\nffmstm.cxx\
  39. ..\ntprop.cxx\
  40. ..\chgtype.cxx\
  41. ..\names.cxx\
  42. UMTYPE= console
  43. UMAPPL=
  44. UMTEST=
  45. PRECOMPILED_INCLUDE=..\pch.cxx