diff options
author | marha <marha@users.sourceforge.net> | 2011-08-30 07:50:16 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-08-30 07:50:16 +0200 |
commit | 52a690f156b6388c2219610d4e9cd88b79d24203 (patch) | |
tree | 0171791008ef33a0cad2528ccf5c86a6f6a975c9 /mesalib/windows/VC8 | |
parent | 924a6ffc82a7af0ca311af711ea2cf973dc6ff15 (diff) | |
download | vcxsrv-52a690f156b6388c2219610d4e9cd88b79d24203.tar.gz vcxsrv-52a690f156b6388c2219610d4e9cd88b79d24203.tar.bz2 vcxsrv-52a690f156b6388c2219610d4e9cd88b79d24203.zip |
Solved compilation errors
Diffstat (limited to 'mesalib/windows/VC8')
-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, 4 insertions, 4 deletions
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj index 4fd4cdcb0..44a8b8722 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj @@ -178,7 +178,6 @@ <ClCompile Include="..\..\..\..\src\glsl\opt_structure_splitting.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_swizzle_swizzle.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_tree_grafting.cpp" />
- <ClCompile Include="..\..\..\..\src\glsl\standalone_scaffolding.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ralloc.c" />
<ClCompile Include="..\..\..\..\src\glsl\strtod.c" />
<ClCompile Include="..\..\..\..\src\glsl\s_expression.cpp" />
@@ -247,6 +246,7 @@ <ClCompile Include="..\..\..\..\src\mesa\program\prog_instruction.c" />
<ClCompile Include="..\..\..\..\src\mesa\program\prog_noise.c" />
<ClCompile Include="..\..\..\..\src\mesa\program\prog_optimize.c" />
+ <ClCompile Include="..\..\..\..\src\mesa\program\prog_opt_constant_fold.c" />
<ClCompile Include="..\..\..\..\src\mesa\program\prog_parameter.c" />
<ClCompile Include="..\..\..\..\src\mesa\program\prog_parameter_layout.c" />
<ClCompile Include="..\..\..\..\src\mesa\program\prog_print.c" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters index 7fc8b900e..5cf0045a5 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters @@ -395,6 +395,9 @@ <ClCompile Include="..\..\..\..\src\mesa\program\prog_optimize.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\program\prog_opt_constant_fold.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\..\src\mesa\program\prog_parameter.c">
<Filter>Source Files</Filter>
</ClCompile>
@@ -638,9 +641,6 @@ <ClCompile Include="..\..\..\..\src\glsl\opt_tree_grafting.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\src\glsl\standalone_scaffolding.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\..\src\glsl\opt_noop_swizzle.cpp">
<Filter>Source Files</Filter>
</ClCompile>
|