Clone of mesa.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

sunos4-gcc 436B

123456789101112131415
  1. # Configuration for SunOS 4, with gcc, shared libs
  2. include $(TOP)/configs/default
  3. CONFIG_NAME = sunos4-gcc
  4. # Compiler and flags
  5. CC = gcc
  6. CXX = g++
  7. CFLAGS = -fPIC -O3 -I/usr/openwin/include -I/usr/include/X11R5 -I/usr/include/X11R5 -DUSE_XSHM -DSUNOS4
  8. CXXFLAGS = -fPIC -O3 -I/usr/openwin/include -DSUNOS4
  9. GLUT_CFLAGS = -fexceptions -DSOLARIS_2_4_BUG
  10. APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm