diff options
author | Brian Paul <brianp@vmware.com> | 2010-01-29 08:37:15 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-01-29 08:37:15 -0700 |
commit | ee5e84eba6e94ddd504cb9e0aaaae7363160e74b (patch) | |
tree | e7de57b4b1290f9bc6925344088f83dad9ebfeb2 /windows/VC8/mesa/gdi/gdi.vcproj | |
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/gdi/gdi.vcproj')
-rw-r--r-- | windows/VC8/mesa/gdi/gdi.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/VC8/mesa/gdi/gdi.vcproj b/windows/VC8/mesa/gdi/gdi.vcproj index a3dd5ef5b6..220923f905 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>
|