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.

solaris-x86 318B

12345678910111213141516
  1. # Configuration for Solaris on x86
  2. include $(TOP)/configs/default
  3. CONFIG_NAME = solaris-x86
  4. # Compiler and flags
  5. CC = cc
  6. CFLAGS = -Xa -xO3 -xpentium -KPIC -I/usr/openwin/include -DUSE_XSHM
  7. MKLIB_OPTIONS = -static
  8. GL_LIB_NAME = libGL.a
  9. GLU_LIB_NAME = libGLU.a
  10. GLW_LIB_NAME = libGLw.a
  11. OSMESA_LIB_NAME = libOSMesa.a