Hi, On Mon, 2009-02-09 at 09:58 +0100, Christoph Schäfer wrote: > Hi, > > Gerrit Voss schrieb: > > Hi, > > > > On Mon, 2009-02-09 at 07:57 +0100, Christoph Schäfer wrote: > > > >> Hi Gerrit, > >> > >> Gerrit Voss schrieb: > >> > >>> Hi, > >>> > > > > So I'm looking for a way to force a full rebuild so that I get the > > whole thing back in a consistent state without having to rely on a > > manual rebuild. > > > > kind regards, > > gerrit > > > > From my experience I would say automatic rebuilding is an odd topic > when it comes to Visual Studio. I think the best thing you can do is > clean the build to make sure, everything gets rebuild on the next run. > You can do this by using the command line (yay!): > > MSBuild OpenSG.sln /t:Clean /p:Configuration=Debug >
After looking around a little bit it seems the only solution suggested is to create a dummy file that gets modified if any of the compiler command line options change and that everything else depends on it so the rebuild is triggered correctly. kind regards, gerrit ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Opensg-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-core
