[Cmake] Autological Makefiles (+ VTK new build is *slow*)

Bill Hoffman bill . hoffman at kitware . com
Mon, 04 Jun 2001 18:15:38 -0400


Here are some examples with VTK builds using msdev from the cygwin command line using
time:


bash-2.04$ time msdev VTK.dsw /MAKE "vtkCommon - Win32 Release"
--------------------Configuration: vtkCommon - Win32 Release--------------------
vtkCommon.dll - 0 error(s), 0 warning(s)
real    0m3.055s
user    0m0.010s
sys     0m0.020s
bash-2.04$ 
bash-2.04$ touch ../vtknew/Common/vtkTimerLog.cxx 
bash-2.04$ time msdev VTK.dsw /MAKE "vtkCommon - Win32 Release"
--------------------Configuration: vtkCommon - Win32 Release--------------------
Compiling...
vtkTimerLog.cxx
Linking...
   Creating library c:/hoffman/vtknew-vc/lib/Release/vtkCommon.lib and object c:/hoffman/vtknew-vc/lib/Release/vtkCommon.exp
vtkCommon.dll - 0 error(s), 0 warning(s)
real    0m12.168s
user    0m0.020s
sys     0m0.010s