diff options
author | Karl Schultz <k.w.schultz@comcast.net> | 2008-05-27 08:48:25 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-05-27 08:50:47 -0600 |
commit | 9d3359d12a709db7457927ac536244101d6a1b30 (patch) | |
tree | 5d43f8ad2862c032e22d3b5ef5088e94cef68a0d /windows | |
parent | de27760a3c8567b76699e1bd7d1f3692a8f0f525 (diff) |
dependency fixes (bug 13544)
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC8/mesa/mesa.sln | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/VC8/mesa/mesa.sln b/windows/VC8/mesa/mesa.sln index 46d361ae28..5eff488430 100644 --- a/windows/VC8/mesa/mesa.sln +++ b/windows/VC8/mesa/mesa.sln @@ -6,6 +6,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdi", "gdi\gdi.vcproj", "{A EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glu", "glu\glu.vcproj", "{2E50FDAF-430B-475B-AE6B-60B68F2875BA}"
+ ProjectSection(ProjectDependencies) = postProject
+ {A1B24907-E196-4826-B6AF-26723629B633} = {A1B24907-E196-4826-B6AF-26723629B633}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mesa", "mesa\mesa.vcproj", "{2120C974-2717-4709-B44F-D6E6D0A56448}"
EndProject
|