Clone of mesa.
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.

Makefile.win 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # Makefile for Win32
  2. TOP = ..
  3. !include "$(TOP)/names.win"
  4. !include <win32.mak>
  5. SRCS= \
  6. accanti.c \
  7. accnot.c \
  8. accum.c \
  9. aim.c \
  10. alpha.c \
  11. alpha3D.c \
  12. anti.c \
  13. antiindex.c \
  14. antipindex.c \
  15. antipoint.c \
  16. antipoly.c \
  17. bezcurve.c \
  18. bezmesh.c \
  19. bezsurf.c \
  20. checker.c \
  21. checker2.c \
  22. chess.c \
  23. clip.c \
  24. colormat.c \
  25. cone.c \
  26. cube.c \
  27. curve.c \
  28. depthcue.c \
  29. disk.c \
  30. dof.c \
  31. dofnot.c \
  32. double.c \
  33. drawf.c \
  34. feedback.c \
  35. fog.c \
  36. fogindex.c \
  37. font.c \
  38. light.c \
  39. linelist.c \
  40. lines.c \
  41. list.c \
  42. list2.c \
  43. maplight.c \
  44. material.c \
  45. mipmap.c \
  46. model.c \
  47. movelight.c \
  48. nurbs.c \
  49. pickdepth.c \
  50. pickline.c \
  51. picksquare.c \
  52. plane.c \
  53. planet.c \
  54. planetup.c \
  55. polys.c \
  56. robot.c \
  57. sccolorlight.c \
  58. scene.c \
  59. scenebamb.c \
  60. sceneflat.c \
  61. select.c \
  62. smooth.c \
  63. sphere.c \
  64. stencil.c \
  65. stroke.c \
  66. surface.c \
  67. tea.c \
  68. teaambient.c \
  69. teapots.c \
  70. texgen.c \
  71. texturesurf.c \
  72. trim.c
  73. EXTRALIBS = $(MESAGL).lib $(MESAGLU).lib $(MESATK).lib $(MESAAUX).lib
  74. !include "$(TOP)/mesawin32.mak"