[Insight-developers] compile errors
Brad King
brad.king@kitware.com
Fri, 13 Apr 2001 17:42:01 -0400 (EDT)
> Is there a solution to the many compile-time dialog boxes during the
> build of ITK.dsw? It has to do with the code being changed. The
> dialog boxes really slow down the process and requires constant
> attention to the build.
If you do "batch build" instead of "rebuild all", this will not happen.
Rebuild-all will build everything that MS-Dev knows how to build. This
includes the project files themselves (from CMakeLists.txt files), so they
are changed during the build. A Batch-build will only build things that
are out-of-date. Unless a CMakeLists.txt file has changed, this will not
include the project files.
-Brad