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.

64 lines
1.1 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. Drew Bliss (DrewB) 21-Dec-1993
  12. !ENDIF
  13. CAIRO_PRODUCT= 1
  14. MAJORCOMP= cairole
  15. MINORCOMP= stg
  16. !include ..\..\..\cairobld.mk
  17. TARGETNAME= msf
  18. TARGETPATH= obj
  19. TARGETTYPE= LIBRARY
  20. INCLUDES= ..\..\h;..;..\..\..\ih;..\..\..\com\inc;..\..\props;..\..\..\..\inc
  21. USE_MSVCRT= 1
  22. C_DEFINES= \
  23. $(C_DEFINES) \
  24. -DFLAT \
  25. -DUNICODE \
  26. -D_UNICODE \
  27. -DINC_OLE2
  28. SOURCES= \
  29. ..\cache.cxx\
  30. ..\difat.cxx\
  31. ..\dir.cxx\
  32. ..\dirp.cxx\
  33. ..\dl.cxx\
  34. ..\fat.cxx\
  35. ..\header.cxx\
  36. ..\msf.cxx\
  37. ..\msfnew.cxx\
  38. ..\mstream.cxx\
  39. ..\page.cxx\
  40. ..\pbstream.cxx\
  41. ..\sstream.cxx\
  42. ..\tstream.cxx\
  43. ..\vect.cxx\
  44. ..\wep.cxx
  45. UMTYPE= console
  46. PRECOMPILED_INCLUDE= ..\msfhead.cxx