From 8822069e71100054e1ed2edd5b1bc2912c7d2429 Mon Sep 17 00:00:00 2001 From: Christoph Kubisch Date: Wed, 5 Sep 2007 10:03:08 -0600 Subject: [PATCH] updated VC7 project files --- windows/VC7/mesa/gdi/gdi.vcproj | 376 ++++++++++++++++++---------------- windows/VC7/mesa/glu/glu.vcproj | 66 +++--- windows/VC7/mesa/mesa.sln | 20 +- windows/VC7/mesa/mesa/mesa.vcproj | 309 +++++++++++++++++++--------- windows/VC7/mesa/osmesa/osmesa.vcproj | 18 +- 5 files changed, 475 insertions(+), 314 deletions(-) diff --git a/windows/VC7/mesa/gdi/gdi.vcproj b/windows/VC7/mesa/gdi/gdi.vcproj index 82de75dc5d8..0dc7892a4b1 100644 --- a/windows/VC7/mesa/gdi/gdi.vcproj +++ b/windows/VC7/mesa/gdi/gdi.vcproj @@ -1,181 +1,195 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/VC7/mesa/glu/glu.vcproj b/windows/VC7/mesa/glu/glu.vcproj index e0c481e011f..3f057317c0c 100644 --- a/windows/VC7/mesa/glu/glu.vcproj +++ b/windows/VC7/mesa/glu/glu.vcproj @@ -1,7 +1,7 @@ - + @@ -71,7 +71,13 @@ if exist ..\..\..\..\progs\demos copy Release\GLU32.DLL ..\..\..\..\progs\demos + + + + + + + + + + - - + RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glimports.h"> + RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\glimports.h"> @@ -315,9 +329,6 @@ if exist ..\..\..\..\progs\demos copy Debug\GLU32.DLL ..\..\..\..\progs\demos RelativePath="..\..\..\..\src\glu\sgi\include\gluos.h"> - - + + + RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\monotonizer.h"> + RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoTriangulation.h"> @@ -372,18 +386,18 @@ if exist ..\..\..\..\progs\demos copy Debug\GLU32.DLL ..\..\..\..\progs\demos RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mysetjmp.h"> - - + RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\mystdio.h"> + + + RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampledLine.h"> + RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleMonoPoly.h"> @@ -517,9 +531,6 @@ if exist ..\..\..\..\progs\demos copy Debug\GLU32.DLL ..\..\..\..\progs\demos Name="C++ files" Filter=".cc"> - - + RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\monotonizer.cc"> + RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoTriangulation.cc"> + RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\monoTriangulationBackend.cc"> @@ -682,6 +693,9 @@ if exist ..\..\..\..\progs\demos copy Debug\GLU32.DLL ..\..\..\..\progs\demos RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\reader.cc"> + + + RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampledLine.cc"> + RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleMonoPoly.cc"> diff --git a/windows/VC7/mesa/mesa.sln b/windows/VC7/mesa/mesa.sln index ada5568f489..ae47790753b 100644 --- a/windows/VC7/mesa/mesa.sln +++ b/windows/VC7/mesa/mesa.sln @@ -1,20 +1,26 @@ -Microsoft Visual Studio Solution File, Format Version 7.00 +Microsoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdi", "gdi\gdi.vcproj", "{A1B24907-E196-4826-B6AF-26723629B633}" + ProjectSection(ProjectDependencies) = postProject + {2120C974-2717-4709-B44F-D6E6D0A56448} = {2120C974-2717-4709-B44F-D6E6D0A56448} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glu", "glu\glu.vcproj", "{2E50FDAF-430B-475B-AE6B-60B68F2875BA}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mesa", "mesa\mesa.vcproj", "{2120C974-2717-4709-B44F-D6E6D0A56448}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "osmesa", "osmesa\osmesa.vcproj", "{8D6CD423-383B-49E7-81BC-D20C70B07DF5}" + ProjectSection(ProjectDependencies) = postProject + {A1B24907-E196-4826-B6AF-26723629B633} = {A1B24907-E196-4826-B6AF-26723629B633} + EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution - ConfigName.0 = Debug - ConfigName.1 = Release - EndGlobalSection - GlobalSection(ProjectDependencies) = postSolution - {A1B24907-E196-4826-B6AF-26723629B633}.0 = {2120C974-2717-4709-B44F-D6E6D0A56448} - {8D6CD423-383B-49E7-81BC-D20C70B07DF5}.0 = {A1B24907-E196-4826-B6AF-26723629B633} + Debug = Debug + Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {A1B24907-E196-4826-B6AF-26723629B633}.Debug.ActiveCfg = Debug|Win32 diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 668c6fbb814..8a682585cda 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -1,7 +1,7 @@ - + @@ -55,6 +55,12 @@ Culture="1033"/> + + + + + + + + - - - - - - + + + + + + + - - - - + + + + + + + + + + + + + + + + - - + + - - - - - - + RelativePath="..\..\..\..\src\mesa\shader\shader_api.c"> + RelativePath="..\..\..\..\src\mesa\main\shaders.c"> + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_builtin.c"> - - - - + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_codegen.c"> @@ -459,33 +479,48 @@ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_variable.c"> + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_emit.c"> + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_ir.c"> + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_label.c"> + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.c"> + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_log.c"> + + + + + + + + + + - - + RelativePath="..\..\..\..\src\mesa\tnl\t_context.c"> + RelativePath="..\..\..\..\src\mesa\tnl\t_draw.c"> @@ -549,18 +581,6 @@ RelativePath="..\..\..\..\src\mesa\tnl\t_vp_build.c"> - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + RelativePath="..\..\..\..\src\mesa\main\pixel.h"> + RelativePath="..\..\..\..\src\mesa\main\points.h"> + RelativePath="..\..\..\..\src\mesa\main\polygon.h"> + RelativePath="..\..\..\..\src\mesa\shader\prog_debug.h"> + RelativePath="..\..\..\..\src\mesa\shader\prog_execute.h"> + + + + + + + + + RelativePath="..\..\..\..\src\mesa\shader\programopt.h"> + RelativePath="..\..\..\..\src\mesa\main\queryobj.h"> + + @@ -913,6 +990,9 @@ RelativePath="..\..\..\..\src\mesa\swrast\s_fog.h"> + + + RelativePath="..\..\..\..\src\mesa\shader\shader_api.h"> + RelativePath="..\..\..\..\src\mesa\main\shaders.h"> + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_builtin.h"> + + + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile.h"> + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_function.h"> + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_operation.h"> + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_struct.h"> + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_variable.h"> + + + + + + + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_library_noise.h"> + RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.h"> + + + + + + + + + + + + - - - - - - - - - - + RelativePath="..\..\..\..\src\mesa\main\varray.h"> + RelativePath="..\..\..\..\src\mesa\vbo\vbo.h"> + + + + + + + + + + + + diff --git a/windows/VC7/mesa/osmesa/osmesa.vcproj b/windows/VC7/mesa/osmesa/osmesa.vcproj index 266aff509f5..553dad7e6a1 100644 --- a/windows/VC7/mesa/osmesa/osmesa.vcproj +++ b/windows/VC7/mesa/osmesa/osmesa.vcproj @@ -1,7 +1,7 @@ - + @@ -72,7 +72,13 @@ if exist ..\..\..\..\progs\demos copy Release\OSMESA32.DLL ..\..\..\..\progs\dem + + + + + + + +