diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-03-11 15:34:29 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-03-11 15:34:29 +0000 |
commit | b58c0dec5987f8786df050b6eb2c540c4655843b (patch) | |
tree | 90345842e87725c3bfeb8710c146123b2d29da93 | |
parent | 9935d3434d4ce014d45a0acc1d369824d89b341b (diff) |
DJGPP tweaks
-rw-r--r-- | Makefile.X11 | 3 | ||||
-rw-r--r-- | docs/RELNOTES-5.0.1 | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index a8d93d7f13..125f98f65d 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.69.2.3 2003/02/20 15:52:59 brianp Exp $ +# $Id: Makefile.X11,v 1.69.2.4 2003/03/11 15:34:29 brianp Exp $ # Mesa 3-D graphics library # Version: 5.0.1 @@ -486,6 +486,7 @@ LIB_FILES = \ $(DIRECTORY)/si-glu/Makefile.in \ $(DIRECTORY)/si-glu/Makefile.X11 \ $(DIRECTORY)/si-glu/Makefile.win \ + $(DIRECTORY)/si-glu/Makefile.DJ \ $(DIRECTORY)/si-glu/glu.def \ $(DIRECTORY)/si-glu/dummy.cc \ $(DIRECTORY)/si-glu/descrip.mms \ diff --git a/docs/RELNOTES-5.0.1 b/docs/RELNOTES-5.0.1 index c90ea7e05f..c44c18a7a5 100644 --- a/docs/RELNOTES-5.0.1 +++ b/docs/RELNOTES-5.0.1 @@ -34,9 +34,8 @@ FX (3dfx Voodoo1/2) implements OpenGL 1.3 SVGA implements OpenGL 1.3 Wind River UGL implements OpenGL 1.3 Windows/Win32 implements OpenGL 1.4 -DOS/DJGPP implements OpenGL 1.3 +DJGPP implements OpenGL 1.4 GGI implements OpenGL 1.3 -DOS implements OpenGL 1.4 BeOS needs updating (underway) Allegro needs updating D3D needs updating @@ -46,4 +45,4 @@ driver call the _mesa_enable_1_4_extensions() function. ---------------------------------------------------------------------- -$Id: RELNOTES-5.0.1,v 1.1.2.1 2002/12/18 15:13:08 brianp Exp $ +$Id: RELNOTES-5.0.1,v 1.1.2.2 2003/03/11 15:34:32 brianp Exp $ |