From 4778beb76129fa68dd57b74ac2f25fd604465289 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 22 Aug 2003 13:47:08 +0000 Subject: updates from Daniel Borca --- src/mesa/Makefile.DJ | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/Makefile.DJ') diff --git a/src/mesa/Makefile.DJ b/src/mesa/Makefile.DJ index 2d9c2d94ef..893a91bc1c 100644 --- a/src/mesa/Makefile.DJ +++ b/src/mesa/Makefile.DJ @@ -106,6 +106,8 @@ MAIN_SOURCES = \ main/api_validate.c \ main/accum.c \ main/arbprogram.c \ + main/arbfragparse.c \ + main/arbvertparse.c \ main/attrib.c \ main/blend.c \ main/bufferobj.c \ @@ -343,7 +345,7 @@ ifeq ($(HAVEDXE3),) $(warning Missing DXE3 package... Skipping $(GL_DXE)) else ifeq ($(FX),1) - -dxe3gen -o $(LIBDIR)/$(GL_DXE) -Y $(LIBDIR)/$(GL_IMP) -D $(LIBNAME) -E _gl -E _DMesa -P glid3.dxe -U $^ + -dxe3gen -o $(LIBDIR)/$(GL_DXE) -Y $(LIBDIR)/$(GL_IMP) -D $(LIBNAME) -E _gl -E _DMesa -P glide3x.dxe -U $^ else -dxe3gen -o $(LIBDIR)/$(GL_DXE) -Y $(LIBDIR)/$(GL_IMP) -D $(LIBNAME) -E _gl -E _DMesa -U $^ endif -- cgit v1.2.3