[Thuban-commits] r2737 - branches/WIP-pyshapelib-bramz
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Mar 13 23:55:34 CET 2007
Author: dpinte
Date: 2007-03-13 23:55:33 +0100 (Tue, 13 Mar 2007)
New Revision: 2737
Modified:
branches/WIP-pyshapelib-bramz/ChangeLog
branches/WIP-pyshapelib-bramz/setup.py
Log:
2007-03-12 Didrik Pinte <dpinte at itae.be>
* setup.py : updated in order to use the new pyshapelib C module in place
of the old SWIG one
Modified: branches/WIP-pyshapelib-bramz/ChangeLog
===================================================================
--- branches/WIP-pyshapelib-bramz/ChangeLog 2007-03-13 22:21:51 UTC (rev 2736)
+++ branches/WIP-pyshapelib-bramz/ChangeLog 2007-03-13 22:55:33 UTC (rev 2737)
@@ -1,5 +1,10 @@
-007-02-26 Bernhard Reiter <bernhard at intevation.de>
+2007-03-12 Didrik Pinte <dpinte at itae.be>
+ * setup.py : updated in order to use the new pyshapelib C module in place
+ of the old SWIG one
+
+2007-02-26 Bernhard Reiter <bernhard at intevation.de>
+
* MANIFEST.in: Added *.xmi to Doc so that ThubanModel.xmi is included.
* Extensions/svgexport/TODO: Added findings about how to write raster
Modified: branches/WIP-pyshapelib-bramz/setup.py
===================================================================
--- branches/WIP-pyshapelib-bramz/setup.py 2007-03-13 22:21:51 UTC (rev 2736)
+++ branches/WIP-pyshapelib-bramz/setup.py 2007-03-13 22:55:33 UTC (rev 2737)
@@ -269,8 +269,8 @@
# shapelib wrappers are also distributed with thuban
#
-extensions.append(Extension("Lib.shapelibc",
- [ext_dir + "/pyshapelib/shapelib_wrap.c",
+extensions.append(Extension("Lib.shapelib",
+ [ext_dir + "/pyshapelib/shapelib.c",
shp_dir + "/shpopen.c",
shp_dir + "/shptree.c"],
include_dirs = [shp_dir]))
More information about the Thuban-commits
mailing list