diff options
author | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2001-02-07 09:15:41 +0000 |
---|---|---|
committer | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2001-02-07 09:15:41 +0000 |
commit | fb1565bcddc131c687d6ceec9495c82420ae67bb (patch) | |
tree | 5cde1d0a401dd0e2c803281d3428dc9cbd6f5180 /src/mesa | |
parent | 6830123a4c07fd521b5d23aead9ed6345d7310d2 (diff) |
VMS compile update
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/descrip.mms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index cf971c7089..1f011e7232 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -71,7 +71,7 @@ CORE_SOURCES =accum.c \ teximage.c \ texobj.c \ texstate.c \ - texture.c \ + texstore.c \ texutil.c \ varray.c \ vtxfmt.c \ @@ -220,7 +220,7 @@ stencil.obj,\ teximage.obj,\ texobj.obj,\ texstate.obj,\ -texture.obj,\ +texstore.obj,\ texutil.obj,\ varray.obj,\ vtxfmt.obj,\ |