[vtk-developers] vtksqlite always static on Windows

clinton at elemtech.com clinton at elemtech.com
Thu Jul 10 13:59:15 EDT 2008


I see this in VTK/Utilities/vtksqlite


# You really, really want this library to be statically linked on
# Windows.

IF (WIN32)
  ADD_LIBRARY( vtksqlite STATIC ${SQLite_SRCS} )
ELSE (WIN32)


I don't find myself really wanting that to be static when I build VTK as shared libraries :) 
Is there any real reason why?

Clint



More information about the vtk-developers mailing list