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.
12345678910111213141516 |
- # Configuration for Solaris on x86
-
- include $(TOP)/configs/default
-
- CONFIG_NAME = solaris-x86
-
- # Compiler and flags
- CC = cc
- CFLAGS = -Xa -xO3 -xpentium -KPIC -I/usr/openwin/include -DUSE_XSHM
- MKLIB_OPTIONS = -static
-
-
- GL_LIB_NAME = libGL.a
- GLU_LIB_NAME = libGLU.a
- GLW_LIB_NAME = libGLw.a
- OSMESA_LIB_NAME = libOSMesa.a
|