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.

46 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=gpmf3216
  9. TARGETTYPE=LIBRARY
  10. INCLUDES=$(INCLUDES);..\Common;..\..\..\..\Core\w32inc;..\..\..\..\core\ntgdi\inc;..\..\..\..\core\ntgdi\client;..\..\..\
  11. \..\core\ntgdi\gre;..\..\sdkinc;..\runtime
  12. INCLUDES=$(INCLUDES);..\..\..\..\..\public\internal\base\inc
  13. SOURCES= beziers.c \
  14. bitmaps.c \
  15. colors.c \
  16. conics.c \
  17. fonts.c \
  18. lines.c \
  19. misc.c \
  20. objects.c \
  21. paths.c \
  22. polygons.c \
  23. rects.c \
  24. regions.c \
  25. text.c \
  26. win16api.c \
  27. xforms.c \
  28. preamble.c \
  29. emit.c \
  30. parser.c \
  31. apientry.c \
  32. handlers.c \
  33. Metafile.cpp \
  34. GdipPathFlatten.cpp
  35. !ifndef DISABLE_PCH
  36. PRECOMPILED_INCLUDE=precomp.h
  37. PRECOMPILED_PCH=PCHgpmf3216.pch
  38. PRECOMPILED_OBJ=PCHgpmf3216.obj
  39. !endif