|
From: Karl S. <k.w...@co...> - 2008-05-28 16:07:22
|
On Wed, May 28, 2008 at 10:01 AM, Brian Paul < bri...@tu...> wrote: > sdc395 wrote: > > Brian Paul wrote: > >>> Also, it would be nice to have the project dependencies configured in > the > >>> solution file. It would save me having to do it every time I download > a > >>> new > >>> version. > >> I'm not familiar with that. Maybe a Windows developer can contribute > >> what's needed. > >> > > I'd happily contribute. Could you point me in the direction of > instructions > > on how I go about this? > > I'm not a Windows developer so you probably know more about it than me. > Anyone else? > > I believe that the project dependencies are already in place. Brian, this was what the mesa.sln update was about that I sent you this week. It was missing ONE dependency. As it stands now, in the RC, mesa.sln has the following deps: osmesa -> gdi mesa -> <nothing> glu-> gdi (this is the one that was missing before Monday) gdi -> mesa There is also a defined project build order: mesa gdi glu osmesa which seems correct to me. Perhaps "sdc395" can explain what is missing? Karl |