diff options
author | Brian Paul <brianp@vmware.com> | 2009-03-07 13:14:37 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-03-07 13:14:37 -0700 |
commit | 4045a2c7d302352646c1ff2a01cd531aa1b55d31 (patch) | |
tree | 899544ce8d9a0bc6f432177f6e83b4479089bc2a /windows | |
parent | 2e798e4b7e5956dbf3c7fde18f408b5d4c1b151c (diff) |
mesa: move shared context state functions to new shared.c file
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC8/mesa/mesa/mesa.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/VC8/mesa/mesa/mesa.vcproj b/windows/VC8/mesa/mesa/mesa.vcproj index 84b373dd42..51a837f021 100644 --- a/windows/VC8/mesa/mesa/mesa.vcproj +++ b/windows/VC8/mesa/mesa/mesa.vcproj @@ -839,6 +839,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\shared.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\shader\slang\slang_builtin.c"
>
</File>
@@ -1704,6 +1708,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\shared.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\simple_list.h"
>
</File>
|