VTK 5.0.3
Some observations about VTK compilation
MD and MDd
First, we change the output library names to follow our format: suffixes: -MD and -MDd. This is mainly because VTK made no difference between release and debug libraries.
Code changes
Analizying the version 5.0.2 I notice several changes in several files
Wrapping/Python/vtk/qt/QVTKRenderWindowInteractor.pyWrapping/Tcl/vtkDetermineTkResources.cmakeOCommon/vtkStringArray.cxxGraphics/vtkClipDataSet.cxxGraphics/vtkCutter.cxx
The following files were not modified because the version 5.0.3 made changes in it:
Filtering/vtkOrderedTriangulator.cxxGraphics/vtkCountourGrid.cxx




Leave a comment