diff options
author | Karl Schultz <k.w.schultz@comcast.net> | 2008-05-29 10:43:48 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-05-29 10:43:48 -0600 |
commit | 1190261c470bf810721adc866ba486f6ddd001c2 (patch) | |
tree | c1a8a25d7ec26964f105300cab39d4f7bb337876 /windows | |
parent | 645c131264ae169cf64753a930ada500b6933fe7 (diff) |
added prog_uniform.[ch]
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 58856842a3..acbbf18cb4 100644 --- a/windows/VC8/mesa/mesa/mesa.vcproj +++ b/windows/VC8/mesa/mesa/mesa.vcproj @@ -530,6 +530,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_uniform.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\shader\program.c"
>
</File>
@@ -1367,6 +1371,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_uniform.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\shader\program.h"
>
</File>
|