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.
1234567891011121314 |
- # Configuration for Linux on PPC, static libs
-
- include $(TOP)/configs/linux-ppc
-
- CONFIG_NAME = linux-ppc-static
-
- MKLIB_OPTIONS = -static
-
- # Library names (actual file names)
- GL_LIB_NAME = libGL.a
- GLU_LIB_NAME = libGLU.a
- GLUT_LIB_NAME = libglut.a
- GLW_LIB_NAME = libGLw.a
- OSMESA_LIB_NAME = libOSMesa.a
|