mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
replaced mthreads.c with glthread.c
This commit is contained in:
parent
0003778847
commit
ef46f450ee
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.X11,v 1.10 1999/11/28 20:10:24 brianp Exp $
|
||||
# $Id: Makefile.X11,v 1.11 1999/12/17 15:03:52 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
|
|
@ -22,6 +22,7 @@ LIBDIR = ../lib
|
|||
CORE_SOURCES = \
|
||||
glapi.c \
|
||||
glapinoop.c \
|
||||
glthread.c \
|
||||
accum.c \
|
||||
alpha.c \
|
||||
alphabuf.c \
|
||||
|
|
@ -58,7 +59,6 @@ CORE_SOURCES = \
|
|||
matrix.c \
|
||||
mem.c \
|
||||
mmath.c \
|
||||
mthreads.c \
|
||||
pb.c \
|
||||
pixel.c \
|
||||
pipeline.c \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.X11,v 1.10 1999/11/28 20:10:24 brianp Exp $
|
||||
# $Id: Makefile.X11,v 1.11 1999/12/17 15:03:52 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
|
|
@ -22,6 +22,7 @@ LIBDIR = ../lib
|
|||
CORE_SOURCES = \
|
||||
glapi.c \
|
||||
glapinoop.c \
|
||||
glthread.c \
|
||||
accum.c \
|
||||
alpha.c \
|
||||
alphabuf.c \
|
||||
|
|
@ -58,7 +59,6 @@ CORE_SOURCES = \
|
|||
matrix.c \
|
||||
mem.c \
|
||||
mmath.c \
|
||||
mthreads.c \
|
||||
pb.c \
|
||||
pixel.c \
|
||||
pipeline.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue