[vtkusers] Building VTK on WIN7 using all static libs

Kischell, Eric R. Kischell.Eric at mayo.edu
Mon Oct 24 12:03:25 EDT 2011


Hello VTK Lurkers,

When building VTK 5.8 as a static library under WIN7 using C-Make
2.8.6...
I un-check BUILD_SHARED_LIBS under the C-Make GUI.
The generated VC++ 2005 solution contains projects with 
C / C++ | Code Generation set to  
/MD instead of the correct /MT (Multi-threaded (/MT)).
I must then manually change all of the /MD's to /MT's under the C-Make
GUI's advanced settings.

It would be more convenient to have C-Make automatically set to /MT and
/MTd
if BUILD_SHARED_LIBS  is un-checked.

thx

keesh
Work Life Plan:
To improve the quality of life for all mankind through better pattern
recognition techniques.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20111024/89c02995/attachment.htm>


More information about the vtkusers mailing list