Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
bdafa8f2
Commit
bdafa8f2
authored
Aug 08, 2007
by
Sean McBride
Browse files
BUG: 5445: tweaks to get 1.2.3 working with shared libs
parent
ef971c0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Utilities/vtkzlib/README.Kitware.txt
View file @
bdafa8f2
...
...
@@ -35,4 +35,5 @@ vs the original zlib code
zconf.h
-Include vtk_zlib_mangle.h (at the top)
-Include vtkzlib/zlibDllConfig.h (at the top)
-Suppress selected compiler warnings (at the bottom)
Utilities/vtkzlib/zconf.h
View file @
bdafa8f2
...
...
@@ -11,6 +11,9 @@
/* KITWARE_ZLIB_CHANGE - Added to mangle function names */
#include "vtk_zlib_mangle.h"
/* KITWARE_ZLIB_CHANGE - Added to get the correct definition of ZLIB_DLL */
#include "vtkzlib/zlibDllConfig.h"
/*
* If you *really* need a unique prefix for all types and library functions,
* compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment