<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2995" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=237321623-20022007>We're currently 
using CMake to build a very modular project.&nbsp; We have lots of little 
projects that generate little libraries that end up getting linked together into 
one application.&nbsp; It's really nice on UNIX when you change a 
CMakeLists.txt, CMake rebuilds everything and it just works.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=237321623-20022007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=237321623-20022007>We also build the 
same application under Widnows using Visual Studio 2005. The Visual Studio 
Generator does the same thing that UNIX one does when a CMakeLists.txt changes: 
it re-generates all the VS project files.&nbsp; The problem is if you do this 
while Visual Studio is open, you'll get a dialog box prompting you to reload 
every project in your solution.&nbsp; We have close to 50 projects and this is a 
lot of reloading.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=237321623-20022007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=237321623-20022007>Currently, our 
process is to close the solution in Visual Studio and force CMake to run.&nbsp; 
But of course you don't always remember to do that...&nbsp;</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=237321623-20022007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=237321623-20022007>So my (kind of 
off-topic) question is: How can I make this process less painful?&nbsp; Does 
anyone know of any MSVC plugins that will auto-reload changed projects?&nbsp; Or 
is there a configuration option I'm missing somewhere?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=237321623-20022007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=237321623-20022007>Thanks,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=237321623-20022007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=237321623-20022007>Bill 
Napier</SPAN></FONT></DIV></BODY></HTML>