Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 99 → Rev 98

/shark/trunk/ports/png/makefile
File deleted
/shark/trunk/ports/mesa/src/makefile
8,7 → 8,7
 
LIBRARY = osmesa
 
OBJS_PATH = $(BASE)/ports/mesa/src/
OBJS_PATH = $(BASE)/drivers/mesa/src/
 
OSMESA = accum.o api_arrayelt.o api_eval.o api_loopback.o api_noop.o api_validate.o\
attrib.o blend.o buffers.o clip.o colortab.o context.o convolve.o\
/shark/trunk/ports/mesa/src-glut.dos/makefile
8,7 → 8,7
 
LIBRARY = glut
 
OBJS_PATH = $(BASE)/ports/mesa/src-glut.dos/
OBJS_PATH = $(BASE)/drivers/mesa/src-glut.dos/
 
GLUT = bitmap.o color.o globals.o models.o teapot.o\
window.o callback.o init.o menu.o overlay.o state.o
/shark/trunk/ports/mesa/src-glu/makefile
8,7 → 8,7
 
LIBRARY = glu
 
OBJS_PATH = $(BASE)/ports/mesa/src-glu/
OBJS_PATH = $(BASE)/drivers/mesa/src-glu/
 
GLU = glu.o mipmap.o nurbs.o nurbsutl.o project.o tess.o\
nurbscrv.o nurbssrf.o polytest.o quadric.o tesselat.o