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.

52 lines
794 B

  1. ASM_DEFINES = $(WINNT_VER) $(CHIP_DEFINES)
  2. i386_SOURCES = i386\text.asm \
  3. i386\patblt.asm \
  4. i386\i386Brus.asm \
  5. color.c \
  6. debug.c \
  7. enable.c \
  8. palette.c \
  9. pattern.c \
  10. pointer.c \
  11. screen.c \
  12. paint.c \
  13. path.c \
  14. bitblt.c \
  15. brush.c \
  16. copybits.c \
  17. dev2dev.c \
  18. host2scn.c \
  19. memmgr.c \
  20. mmcore.c \
  21. textout.c \
  22. ssbits.c \
  23. sync.c \
  24. stretch.c \
  25. hdtable.c \
  26. strips.c \
  27. bltmm.c \
  28. fastfill.c \
  29. fillpath.c \
  30. lines.c \
  31. stroke.c \
  32. ddraw.c \
  33. ddblt.c \
  34. blt_dir.c \
  35. blt_dl.c \
  36. ddflip.c \
  37. ddsurf.c \
  38. lineto.c \
  39. xlate.c \
  40. logfile.c \
  41. pwrmgr.c \
  42. overlay.c \
  43. 5465over.c \
  44. 5465bw.c \
  45. blt65.c \
  46. framebuf.rc
  47. PRECOMPILED_INCLUDE = precomp.h
  48. PRECOMPILED_PCH = precomp.pch
  49. PRECOMPILED_OBJ = precomp.obj