latest sources from Loki

This commit is contained in:
Brian Paul 2000-11-11 01:43:03 +00:00
parent b5012e1ee1
commit bc58b7b409
2 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile.X11,v 1.30 2000/11/10 18:06:14 brianp Exp $
# $Id: Makefile.X11,v 1.31 2000/11/11 01:43:03 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.5
@ -161,13 +161,13 @@ DRIVER_SOURCES = \
SVGA/svgamesa16.c \
SVGA/svgamesa24.c \
SVGA/svgamesa32.c \
Trace/tr_2string.c \
Trace/tr_attrib.c \
Trace/tr_context.c \
Trace/tr_control.c \
Trace/tr_error.c \
Trace/tr_print.c \
Trace/tr_wrapper.c
Trace/tr_support.c \
Trace/tr_wrapper.c \
Trace/tr_write.c
ASM_SOURCES =

View file

@ -1,4 +1,4 @@
# $Id: Makefile.X11,v 1.30 2000/11/10 18:06:14 brianp Exp $
# $Id: Makefile.X11,v 1.31 2000/11/11 01:43:03 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.5
@ -161,13 +161,13 @@ DRIVER_SOURCES = \
SVGA/svgamesa16.c \
SVGA/svgamesa24.c \
SVGA/svgamesa32.c \
Trace/tr_2string.c \
Trace/tr_attrib.c \
Trace/tr_context.c \
Trace/tr_control.c \
Trace/tr_error.c \
Trace/tr_print.c \
Trace/tr_wrapper.c
Trace/tr_support.c \
Trace/tr_wrapper.c \
Trace/tr_write.c
ASM_SOURCES =