Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 143 → Rev 433

/shark/trunk/ports/mesa/src/glheader.h
1,4 → 1,4
/* $Id: glheader.h,v 1.2 2003-03-18 15:10:38 giacomo Exp $ */
/* $Id: glheader.h,v 1.3 2004-01-29 12:17:37 giacomo Exp $ */
 
/*
* Mesa 3-D graphics library
62,7 → 62,6
#include <stdio.h>
#include <string.h>
#if defined(__linux__) && defined(__i386__)
#include <fpu_control.h>
#endif
#endif
#include <float.h>
/shark/trunk/ports/mesa/src/makefile
42,9 → 42,9
OBJS = $(OSMESA)
 
C_OPT += -I../../../drivers/linuxc24/include -I../include -I. -I..
C_OPT += -I../../../drivers/linuxc26/include -I../include -I. -I..
 
ASM_OPT += -I../../../drivers/linuxc24/include -I../include -I. -I..
ASM_OPT += -I../../../drivers/linuxc26/include/asm -I../include -I. -I..
 
include $(BASE)/config/lib.mk