diff options
author | Daniel Borca <[email protected]> | 2004-01-29 15:46:02 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-01-29 15:46:02 +0000 |
commit | 4fe1303e833183319f50107a98b8627f36633c65 (patch) | |
tree | 4a94476a6ee0fd37eae67258093ad2de0cea3d31 /src/mesa/Makefile.wfx | |
parent | f8c31fcba38f55932a9209a1778265c66466b623 (diff) |
GL_TEXTURE_1D and other stories...
Diffstat (limited to 'src/mesa/Makefile.wfx')
-rw-r--r-- | src/mesa/Makefile.wfx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.wfx b/src/mesa/Makefile.wfx index 2dd985b78cf..0a8b8c3b0e8 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 |