diff options
author | Brian Paul <[email protected]> | 2010-01-29 08:37:15 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-01-29 08:37:15 -0700 |
commit | ee5e84eba6e94ddd504cb9e0aaaae7363160e74b (patch) | |
tree | e7de57b4b1290f9bc6925344088f83dad9ebfeb2 /windows/VC8/mesa | |
parent | 81cca6d4538bdde1661ce868af2a5de47cd251ab (diff) |
windows: assorted build fixes
These changes were originally submitted by Karl Schultz for Mesa 7.7-rc2
but weren't applied.
(cherry picked from commit 82c76cd16f35f4d903f49761af7eb28a755ad299)
Diffstat (limited to 'windows/VC8/mesa')
-rw-r--r-- | windows/VC8/mesa/gdi/gdi.vcproj | 8 | ||||
-rw-r--r-- | windows/VC8/mesa/mesa/mesa.vcproj | 12 |
2 files changed, 18 insertions, 2 deletions
diff --git a/windows/VC8/mesa/gdi/gdi.vcproj b/windows/VC8/mesa/gdi/gdi.vcproj index a3dd5ef5b62..220923f9051 100644 --- a/windows/VC8/mesa/gdi/gdi.vcproj +++ b/windows/VC8/mesa/gdi/gdi.vcproj @@ -397,6 +397,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\drivers\common\meta.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\wgl.c"
>
</File>
@@ -418,6 +422,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\drivers\common\meta.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\include\GL\wmesa.h"
>
</File>
diff --git a/windows/VC8/mesa/mesa/mesa.vcproj b/windows/VC8/mesa/mesa/mesa.vcproj index 05bf7d2ea0f..4719e342cf1 100644 --- a/windows/VC8/mesa/mesa/mesa.vcproj +++ b/windows/VC8/mesa/mesa/mesa.vcproj @@ -451,6 +451,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\formats.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\framebuffer.c"
>
</File>
@@ -1320,6 +1324,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\formats.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\framebuffer.h"
>
</File>
@@ -1876,11 +1884,11 @@ >
</File>
<File
- RelativePath="..\..\..\..\src\mesa\main\texformat.h"
+ RelativePath="..\..\..\..\src\mesa\main\texfetch_tmp.h"
>
</File>
<File
- RelativePath="..\..\..\..\src\mesa\main\texfetch_tmp.h"
+ RelativePath="..\..\..\..\src\mesa\main\texformat.h"
>
</File>
<File
|