summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/descrip.mms7
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,\