diff options
author | marha <marha@users.sourceforge.net> | 2011-10-05 17:49:20 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-10-05 17:49:20 +0200 |
commit | 04c46403d505dc0649b6acf3a12d81e34eeaf666 (patch) | |
tree | 71f7cd5e78f5dc5e46f70a08a8a5d22ffb1e2950 | |
parent | 8af87a5b60e37ae84fdd759e2c1602be38be4905 (diff) | |
download | vcxsrv-04c46403d505dc0649b6acf3a12d81e34eeaf666.tar.gz vcxsrv-04c46403d505dc0649b6acf3a12d81e34eeaf666.tar.bz2 vcxsrv-04c46403d505dc0649b6acf3a12d81e34eeaf666.zip |
Added new files to project
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj | 2 | ||||
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj index 1b4454aec..bbbbd66a4 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj @@ -196,6 +196,7 @@ <ClCompile Include="..\..\..\..\src\mesa\main\querymatrix.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\shaderapi.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\shaderobj.c" />
+ <ClCompile Include="..\..\..\..\src\mesa\main\shader_query.cpp" />
<ClCompile Include="..\..\..\..\src\mesa\main\transformfeedback.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\uniforms.c" />
<ClCompile Include="..\..\..\..\src\mesa\program\arbprogparse.c" />
@@ -236,6 +237,7 @@ <ClCompile Include="..\..\..\..\src\mesa\main\hash.c" />
<ClCompile Include="..\..\..\..\src\mesa\program\hash_table.c" />
<ClCompile Include="..\..\..\..\src\mesa\program\ir_to_mesa.cpp" />
+ <ClCompile Include="..\..\..\..\src\mesa\program\string_to_uint_map.cpp" />
<ClCompile Include="..\..\..\..\src\mesa\program\lex.yy.c" />
<ClCompile Include="..\..\..\..\src\mesa\program\nvfragparse.c" />
<ClCompile Include="..\..\..\..\src\mesa\program\nvvertparse.c" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters index f1c70e9d6..6514ccdb3 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters @@ -434,6 +434,9 @@ <ClCompile Include="..\..\..\..\src\mesa\main\shaderobj.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\main\shader_query.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\..\src\mesa\main\shaderapi.c">
<Filter>Source Files</Filter>
</ClCompile>
@@ -449,6 +452,9 @@ <ClCompile Include="..\..\..\..\src\mesa\program\ir_to_mesa.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\program\string_to_uint_map.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\..\src\glsl\ralloc.c">
<Filter>Source Files</Filter>
</ClCompile>
|