diff options
author | marha <marha@users.sourceforge.net> | 2011-10-19 12:13:53 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-10-19 12:13:53 +0200 |
commit | 9b1bf35b905322559e263d3d6b03bff27b27eb82 (patch) | |
tree | 30222f711aa743c29b586a7e17093eaaf7c42186 /mesalib/windows/VC8 | |
parent | 1e90ede4237374dfbb2c8c506a906233bcfd3c5d (diff) | |
download | vcxsrv-9b1bf35b905322559e263d3d6b03bff27b27eb82.tar.gz vcxsrv-9b1bf35b905322559e263d3d6b03bff27b27eb82.tar.bz2 vcxsrv-9b1bf35b905322559e263d3d6b03bff27b27eb82.zip |
Added uniform_query.cpp to mesa project
Diffstat (limited to 'mesalib/windows/VC8')
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj | 1 | ||||
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj index bbbbd66a4..9597b1303 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj @@ -197,6 +197,7 @@ <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\uniform_query.cpp" />
<ClCompile Include="..\..\..\..\src\mesa\main\transformfeedback.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\uniforms.c" />
<ClCompile Include="..\..\..\..\src\mesa\program\arbprogparse.c" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters index 6514ccdb3..874683abe 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters @@ -437,6 +437,9 @@ <ClCompile Include="..\..\..\..\src\mesa\main\shader_query.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\main\uniform_query.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\..\src\mesa\main\shaderapi.c">
<Filter>Source Files</Filter>
</ClCompile>
|