diff options
author | Brian Paul <[email protected]> | 2009-10-26 09:05:58 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-26 09:06:00 -0600 |
commit | 87127c83dc1def817c767abbb96e891ff2314ac2 (patch) | |
tree | 7a38da884294c83e878af6e5cb43b2872d959e6d /windows/VC8 | |
parent | c9d715da3936149b0d4ca9fef2f8b235bf9389b7 (diff) |
windows: added remap.[ch] to project files
Untested. Other updates may be needed to reflect the current source files.
Diffstat (limited to 'windows/VC8')
-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 f15c4435f61..09a3a2711ea 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>
|