diff options
author | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2002-09-27 14:47:24 +0000 |
---|---|---|
committer | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2002-09-27 14:47:24 +0000 |
commit | a329d689038ce1873dea7f447b42981b96eb99bf (patch) | |
tree | 6a934dee4a41bb4d7e6729706d21b2987a2c7130 /src/mesa/main/descrip.mms | |
parent | 89fb06fcc11cbe3f23521312155d6c55d869f526 (diff) |
Committing in .
texcompress.c added to OpenVMS makefile.
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/descrip.mms')
-rw-r--r-- | src/mesa/main/descrip.mms | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index 8a9747051f..4c1c8fb28b 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -58,6 +58,7 @@ CORE_SOURCES =accum.c \ rastpos.c \ state.c \ stencil.c \ + texcompress.c \ texformat.c \ teximage.c \ texobj.c \ @@ -200,6 +201,7 @@ polygon.obj,\ rastpos.obj,\ state.obj,\ stencil.obj,\ +texcompress.obj,\ texformat.obj,\ teximage.obj,\ texobj.obj,\ @@ -211,15 +213,14 @@ vtxfmt.obj,\ vpstate.obj,\ vpexec.obj,\ vpparse.obj,\ -vsnprintf.obj,\ -[.x86]x86.obj +vsnprintf.obj OBJECTS4=[.x]glxapi.obj,[.x]fakeglx.obj,[.x]xfonts.obj,\ [.x]xm_api.obj,[.x]xm_dd.obj,[.x]xm_line.obj,[.x]xm_span.obj,[.x]xm_tri.obj,\ [.osmesa]osmesa.obj,\ [.svga]svgamesa.obj -OBJECTS5=[.fx]fxapi.obj,[.fx]fxdd.obj,[.fx]fxddtex.obj +OBJECTS5=[.fx]fxapi.obj,[.fx]fxdd.obj,[.fx]fxddtex.obj,[.x86]x86.obj OBJECTS6=[.fx]fxddspan.obj,\ [.fx]fxsetup.obj,\ |