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.

37 lines
726 B

  1. TARGETNAME=weitekp9
  2. TARGETPATH=obj
  3. TARGETTYPE=GDI_DRIVER
  4. !IFNDEF MSC_WARNING_LEVEL
  5. MSC_WARNING_LEVEL=/W3
  6. !ENDIF
  7. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  8. INCLUDES=$(DDK_INC_PATH)
  9. SOURCES=bitblt.c \
  10. blt.c \
  11. brush.c \
  12. color.c \
  13. debug.c \
  14. enable.c \
  15. fastfill.c \
  16. fillpath.c \
  17. heap.c \
  18. lines.c \
  19. misc.c \
  20. multi.c \
  21. paint.c \
  22. palette.c \
  23. pointer.c \
  24. str.c \
  25. stretch.c \
  26. strips.c \
  27. textout.c \
  28. thunk.c \
  29. res.rc
  30. PRECOMPILED_INCLUDE=precomp.h
  31. PRECOMPILED_PCH=precomp.pch
  32. PRECOMPILED_OBJ=precomp.obj