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.

56 lines
1.2 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=render
  9. TARGETTYPE=LIBRARY
  10. INCLUDES=..\Common
  11. SOURCES=\
  12. AARasterizer.cpp \
  13. SolidFill.cpp \
  14. GradientFill.cpp \
  15. TextureFill.cpp \
  16. Line.cpp \
  17. AALine.cpp \
  18. drawimage.cpp \
  19. drawcachedbitmap.cpp \
  20. bicubic.cpp \
  21. nearestneighbor.cpp \
  22. AlphaBlender.cpp \
  23. FormatConverter.cpp \
  24. HtTables.cpp \
  25. ScanOperation.cpp \
  26. CPUSpecificOps.cpp \
  27. SOAlphaMultiply.cpp \
  28. SOBlend.cpp \
  29. SOCTBlend.cpp \
  30. SOConvert.cpp \
  31. SOCopy.cpp \
  32. SODither.cpp \
  33. SOGammaConvert.cpp \
  34. SOHalftone.cpp \
  35. Halftone.cpp \
  36. SOQuantize.cpp \
  37. SOReadRMW.cpp \
  38. SOWriteRMW.cpp \
  39. sRGB.cpp \
  40. PaletteMap.cpp \
  41. scan.cpp \
  42. scandci.cpp \
  43. scandib.cpp \
  44. VGAHash.cpp
  45. !ifndef DISABLE_PCH
  46. PRECOMPILED_INCLUDE=precomp.hpp
  47. PRECOMPILED_PCH=PCHrender.pch
  48. PRECOMPILED_OBJ=PCHrender.obj
  49. !endif