Just throwing this out there. I was messing around with openframeworks (
http://openframeworks.cc/) and they have a project generator that works on most major platforms and simplifies generating projects that use their SDK a lot. What this might look like for OGRE 2.0 would be that when you download an SDK for your platform it includes this project generator application that lets you pick the plugins, media, components (terrain, paging etc) in a simple GUI and spits out a project, ready to compile, at a user-picked location.
A super nice feature would be if it could spit out a project in such a way that it kept OS specific code for that project in one place and OS agnostic code in another place for those interested in using OGRE in cross platform situations.
Another possible feature this project generator could have would be that it could download the plugins automatically from sourceforge so we wouldn't have to bundle them in the SDK.
Couple images of the OpenFrameworks project generator UI:
