Skip to content

Remove the .rc file, fix SOVERSION of vtkzlib.

David Gobbi requested to merge dgobbi/vtk:zlib-soversion into master

The windres compiler for mingw is broken (it cannot handle paths with spaces), so the best solution is to remove the .rc file completely since it wasn't used before the recent update to zlib-1.2.8.

Merge request reports