From 4fe1303e833183319f50107a98b8627f36633c65 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Thu, 29 Jan 2004 15:46:02 +0000 Subject: GL_TEXTURE_1D and other stories... --- src/mesa/Makefile.wfx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/Makefile.wfx') diff --git a/src/mesa/Makefile.wfx b/src/mesa/Makefile.wfx index 2dd985b78c..0a8b8c3b0e 100644 --- a/src/mesa/Makefile.wfx +++ b/src/mesa/Makefile.wfx @@ -249,6 +249,7 @@ TNL_SOURCES =\ tnl\t_vtx_exec.c DRIVER_SOURCES =\ + drivers\common\driverfuncs.c\ drivers\glide\fxapi.c\ drivers\glide\fxdd.c\ drivers\glide\fxddspan.c\ @@ -423,6 +424,7 @@ clean:: $(RM) swrast_setup\*.obj $(RM) tnl\*.obj $(RM) x86\*.obj + $(RM) drivers\common\*.obj $(RM) drivers\glide\*.obj $(RM) drivers\glide\*.res $(RM) $(LIBDIR)\*.pdb -- cgit v1.2.3