mesa: Branch 'master'

Brian Paul brianp at kemper.freedesktop.org
Tue Apr 24 14:58:10 UTC 2007


 Makefile |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

New commits:
diff-tree b1b154c4981b0a1bcdfce1f6f4eabee61e792ab0 (from 286faac68e7f8c51fd1afa801c75db33a427f8b6)
Author: Brian <brian at yutani.localnet.net>
Date:   Tue Apr 24 08:58:12 2007 -0600

    added new VC* files, bump version to rc3

diff --git a/Makefile b/Makefile
index a50ede0..8aef783 100644
--- a/Makefile
+++ b/Makefile
@@ -155,10 +155,10 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-DIRECTORY = Mesa-6.5.3rc2
-LIB_NAME = MesaLib-6.5.3rc2
-DEMO_NAME = MesaDemos-6.5.3rc2
-GLUT_NAME = MesaGLUT-6.5.3rc2
+DIRECTORY = Mesa-6.5.3rc3
+LIB_NAME = MesaLib-6.5.3rc3
+DEMO_NAME = MesaDemos-6.5.3rc3
+GLUT_NAME = MesaGLUT-6.5.3rc3
 
 MAIN_FILES = \
 	$(DIRECTORY)/Makefile*						\
@@ -288,7 +288,14 @@ MAIN_FILES = \
 	$(DIRECTORY)/windows/VC7/mesa/glu/glu.vcproj			\
 	$(DIRECTORY)/windows/VC7/mesa/mesa.sln				\
 	$(DIRECTORY)/windows/VC7/mesa/mesa/mesa.vcproj			\
-	$(DIRECTORY)/windows/VC7/mesa/osmesa/osmesa.vcproj
+	$(DIRECTORY)/windows/VC7/mesa/osmesa/osmesa.vcproj		\
+	$(DIRECTORY)/windows/VC8/mesa/gdi/gdi.vcproj			\
+	$(DIRECTORY)/windows/VC8/mesa/glu/glu.vcproj			\
+	$(DIRECTORY)/windows/VC8/mesa/mesa/mesa.vcproj			\
+	$(DIRECTORY)/windows/VC8/mesa/osmesa/osmesa.vcproj		\
+	$(DIRECTORY)/windows/VC8/progs/demos/gears.vcproj		\
+	$(DIRECTORY)/windows/VC8/progs/glut/glut.vcproj
+
 
 DRI_FILES = \
 	$(DIRECTORY)/include/GL/internal/dri_interface.h		\



More information about the mesa-commit mailing list