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.

56 lines
1.3 KiB

  1. #############################################################################
  2. #@@BEGIN_MSINTERNAL
  3. # Microsoft Confidential
  4. #@@END_MSINTERNAL
  5. # Copyright (C) Microsoft Corporation 1991-1999
  6. # All Rights Reserved.
  7. #
  8. # MINI project makefile include
  9. #
  10. #############################################################################
  11. VC5 = TRUE
  12. #############################################################################
  13. #
  14. # 32bit driver files
  15. #
  16. #############################################################################
  17. DRVNAME = d3dref
  18. DRVDEF32 = d3dref.def
  19. DLLEXPORT = GetRefHalProvider
  20. DLLENTRY = _DllMainCRTStartup@12
  21. SOURCES32 = dprim2.cpp \
  22. drawprim.cpp \
  23. init.c \
  24. pch.cpp \
  25. primfns.cpp \
  26. refif.cpp \
  27. refprov.cpp \
  28. attrfunc.cpp \
  29. fragrslv.cpp \
  30. pixref.cpp \
  31. rrutil.cpp \
  32. shadow.cpp \
  33. cvgmask.cpp \
  34. maplegcy.cpp \
  35. refrast.cpp \
  36. rtarget.cpp \
  37. texmap.cpp \
  38. edgefunc.cpp \
  39. refrasti.cpp \
  40. scancnv.cpp \
  41. texstage.cpp \
  42. fragproc.cpp \
  43. pixproc.cpp \
  44. refs3tc.cpp \
  45. setup.cpp \
  46. texture.cpp \
  47. clipping.cpp \
  48. reftnl.cpp \
  49. lighting.cpp \
  50. procprim.cpp \
  51. xform.cpp
  52. ## include common mini driver include file
  53. !include ..\mini.mk