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.

37 lines
763 B

  1. TARGETNAME=s3legacy
  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=bank.c \
  10. bitblt.c \
  11. bltio.c \
  12. bltmm.c \
  13. brush.c \
  14. ddraw.c \
  15. debug.c \
  16. enable.c \
  17. fastfill.c \
  18. fillpath.c \
  19. heap.c \
  20. lines.c \
  21. lineto.c \
  22. misc.c \
  23. palette.c \
  24. pointer.c \
  25. str.c \
  26. stretch.c \
  27. strips.c \
  28. textout.c \
  29. res.rc
  30. PRECOMPILED_INCLUDE=precomp.h
  31. PRECOMPILED_PCH=precomp.pch
  32. PRECOMPILED_OBJ=precomp.obj