Module: Mesa Branch: master Commit: 87127c83dc1def817c767abbb96e891ff2314ac2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87127c83dc1def817c767abbb96e891ff2314ac2
Author: Brian Paul <[email protected]> Date: Mon Oct 26 09:05:58 2009 -0600 windows: added remap.[ch] to project files Untested. Other updates may be needed to reflect the current source files. --- windows/VC7/mesa/mesa/mesa.vcproj | 6 ++++++ windows/VC8/mesa/mesa/mesa.vcproj | 8 ++++++++ 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 4d7df74..8c8826f 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -365,6 +365,9 @@ RelativePath="..\..\..\..\src\mesa\main\rbadaptors.c"> </File> <File + RelativePath="..\..\..\..\src\mesa\main\remap.c"> + </File> + <File RelativePath="..\..\..\..\src\mesa\main\renderbuffer.c"> </File> <File @@ -945,6 +948,9 @@ RelativePath="..\..\..\..\src\mesa\main\rastpos.h"> </File> <File + RelativePath="..\..\..\..\src\mesa\main\remap.h"> + </File> + <File RelativePath="..\..\..\..\src\mesa\main\renderbuffer.h"> </File> <File diff --git a/windows/VC8/mesa/mesa/mesa.vcproj b/windows/VC8/mesa/mesa/mesa.vcproj index f15c443..09a3a27 100644 --- a/windows/VC8/mesa/mesa/mesa.vcproj +++ b/windows/VC8/mesa/mesa/mesa.vcproj @@ -715,6 +715,10 @@ > </File> <File + RelativePath="..\..\..\..\src\mesa\main\remap.c" + > + </File> + <File RelativePath="..\..\..\..\src\mesa\main\renderbuffer.c" > </File> @@ -1584,6 +1588,10 @@ > </File> <File + RelativePath="..\..\..\..\src\mesa\main\remap.h" + > + </File> + <File RelativePath="..\..\..\..\src\mesa\main\renderbuffer.h" > </File> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
