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 | |
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')
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 6 | ||||
-rw-r--r-- | windows/VC8/mesa/mesa/mesa.vcproj | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 4d7df741702..8c8826f5c6a 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -365,6 +365,9 @@ RelativePath="..\..\..\..\src\mesa\main\rbadaptors.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\remap.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\renderbuffer.c">
</File>
<File
@@ -945,6 +948,9 @@ RelativePath="..\..\..\..\src\mesa\main\rastpos.h">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\remap.h">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\renderbuffer.h">
</File>
<File
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>
|