+ corrected win32 dll name

This commit is contained in:
Artem Pavlenko 2010-01-20 10:04:32 +00:00
parent da72bfbecd
commit 0aa7c5ff57

View file

@ -27,7 +27,7 @@ Several things happen when you do:
1) Mapnik C++ objects are imported via the '__init__.py' from the '_mapnik.so' shared object
(_mapnik.pyd on win) which references libmapnik.so (linux), libmapnik.dylib (mac), or
mapnik.dll (win).
mapnik.dll (win32).
2) The paths to the input plugins and font directories are imported from the 'paths.py'
file which was constructed and installed during SCons installation.