Leaked source code of windows server 2003
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.

69 lines
1.5 KiB

  1. !ifndef GDIPROOT
  2. GDIPROOT=$(ADVCORE_PATH)\gdiplus
  3. !endif
  4. !include $(GDIPROOT)\sources.inc
  5. MAJORCOMP=windows
  6. MINORCOMP=gdiplus
  7. TARGETPATH=$(_OBJ_DIR)
  8. TARGETNAME=Entry
  9. TARGETTYPE=LIBRARY
  10. INCLUDES=$(INCLUDES);..\Common;..\Runtime
  11. SOURCES=\
  12. fontable.cpp \
  13. fontlinking.cpp \
  14. gdipfontstubs.cpp \
  15. font.cpp \
  16. family.cpp \
  17. fontfilecache.cpp \
  18. facerealization.cpp \
  19. fontcollection.cpp \
  20. brush.cpp \
  21. create.cpp \
  22. CustomLineCap.cpp \
  23. device.cpp \
  24. dpbitmap.cpp \
  25. FontFilePlus.cpp \
  26. gpbitmap.cpp \
  27. ImageAttr.cpp \
  28. GraphicsClip.cpp \
  29. graphicsfill.cpp \
  30. graphicsimage.cpp \
  31. graphics.cpp \
  32. graphicsstroke.cpp \
  33. GraphicsText.cpp \
  34. drvtextout.cpp \
  35. initialize.cpp \
  36. MetaRecord.cpp \
  37. MetaPlay.cpp \
  38. MetaWmf.cpp \
  39. MetaEmf.cpp \
  40. NtfsStream.cpp \
  41. Object.cpp \
  42. path.cpp \
  43. PathSelfIntersectRemover.cpp \
  44. PathWidener.cpp \
  45. pen.cpp \
  46. QuadTransforms.cpp \
  47. region.cpp \
  48. stringFormat.cpp \
  49. XBezier.cpp \
  50. XPath.cpp \
  51. dispnotify.cpp \
  52. drvtextout.cpp \
  53. aatext.cpp \
  54. regiontopath.cpp \
  55. compatibleDIB.cpp \
  56. CachedBitmap.cpp \
  57. geometry.cpp \
  58. endcap.cpp
  59. !ifndef DISABLE_PCH
  60. PRECOMPILED_INCLUDE=precomp.hpp
  61. PRECOMPILED_PCH=PCHentry.pch
  62. PRECOMPILED_OBJ=PCHentry.obj
  63. !endif