[vtkusers] How to build vtk4.x into one dll just like vtk3.2?
Roland Schwarz
roland.schwarz at chello.at
Fri Mar 15 00:57:49 EST 2002
> But how can I like all the vtk libraries staticly? It seems that all the
> libaries output
> by VC6 with the vtk.dsw generated by CMake are import libraries. How can I
> get static libraries? Need to revise CMakeLists.txt for all the projects?
Simply set the flag BUILD_SHARED_LIBS in CMake to OFF and rebuild the
library.
Roland
More information about the vtkusers
mailing list