diff options
author | Zack Rusin <zackr@vmware.com> | 2010-03-15 15:24:38 -0400 |
---|---|---|
committer | Zack Rusin <zackr@vmware.com> | 2010-03-15 15:24:38 -0400 |
commit | 275c4bd3643d773210780cb8d578ca84f2604684 (patch) | |
tree | 8266edc39d4253ac0f2a0ecd41f560f3d815bb5c /windows/VC7 | |
parent | c5c5cd7132e18f4aad8e73d8ee879f8823c4c1e7 (diff) | |
parent | d0b35352ed27b1e66785c45ee95a352ed06b47ce (diff) |
Merge remote branch 'origin/master' into gallium_draw_llvm
Diffstat (limited to 'windows/VC7')
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index caee6c0ca6..623e001c74 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -182,9 +182,6 @@ RelativePath="..\..\..\..\src\mesa\main\depthstencil.c">
</File>
<File
- RelativePath="..\..\..\..\src\mesa\main\dispatch.c">
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\main\dlist.c">
</File>
<File
@@ -227,6 +224,9 @@ RelativePath="..\..\..\..\src\mesa\glapi\glapi.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapi_dispatch.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\glapi\glthread.c">
</File>
<File
|