diff options
author | Brian Paul <[email protected]> | 2002-03-08 19:27:17 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-03-08 19:27:17 +0000 |
commit | b43a828ad44d0ff092c667f0ba289b8200aef22c (patch) | |
tree | 4e98ce42d6eff3fc136e26f64f6c20e74c27f510 /src/mesa/main/Makefile.DJ | |
parent | 7fd50afbbf8bb36642efe0254706039af3c9c588 (diff) |
DOS driver updates from Daniel Borca
Diffstat (limited to 'src/mesa/main/Makefile.DJ')
-rw-r--r-- | src/mesa/main/Makefile.DJ | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mesa/main/Makefile.DJ b/src/mesa/main/Makefile.DJ index e6be4205d6a..214882d1cfa 100644 --- a/src/mesa/main/Makefile.DJ +++ b/src/mesa/main/Makefile.DJ @@ -157,7 +157,7 @@ CORE_SOURCES = \ tnl/t_vb_texmat.c \
tnl/t_vb_vertex.c
-DRIVER_SOURCES = DOS/dmesa.c DOS/video.c DOS/vbeaf.c DOS/dpmi.c
+DRIVER_SOURCES = DOS/dmesa.c DOS/video.c DOS/dpmi.c
SOURCES = $(CORE_SOURCES) $(DRIVER_SOURCES)
@@ -184,6 +184,5 @@ DOS/dmesa.o: DOS/dmesa.c glheader.h ../include/GL/gl.h context.h glapi.h \ swrast/s_depth.h swrast/s_lines.h swrast/s_triangle.h swrast/s_trispan.h \
swrast_setup/swrast_setup.h tnl/tnl.h tnl/t_context.h math/m_vector.h \
math/m_xform.h tnl/t_pipeline.h DOS/video.h swrast/s_tritemp.h
-DOS/dpmi.o: DOS/dpmi.c DOS/vbeaf.h DOS/dpmiint.h
-DOS/vbeaf.o: DOS/vbeaf.c DOS/dpmiint.h DOS/vbeaf.h DOS/video.h
-DOS/video.o: DOS/video.c DOS/video.h DOS/dpmiint.h DOS/vbeafint.h DOS/vbeaf.h
+DOS/dpmi.o: DOS/dpmi.c DOS/dpmiint.h
+DOS/video.o: DOS/video.c DOS/video.h DOS/dpmiint.h
|