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.

24 lines
430 B

  1. !include ..\ddkref.mk
  2. TARGETNAME = refrast
  3. TARGETPATH = obj
  4. TARGETTYPE = LIBRARY
  5. INCLUDES = $(INCLUDES);..\drv
  6. SOURCES = \
  7. refrast.cpp\
  8. setup.cpp\
  9. rastprim.cpp\
  10. rastattr.cpp\
  11. rastedge.cpp\
  12. scancnv.cpp\
  13. texfilt.cpp\
  14. ctexfilt.cpp\
  15. texstage.cpp\
  16. pixproc.cpp\
  17. pshader.cpp\
  18. psutil.cpp\
  19. psexec.cpp
  20. PRECOMPILED_INCLUDE = pch.cpp