Parent Directory
|
Revision Log
|
Patch
trunk/thuban/setup.py revision 2729 by bernhard, Tue Feb 20 10:52:38 2007 UTC | branches/WIP-pyshapelib-bramz/setup.py revision 2737 by dpinte, Tue Mar 13 22:55:33 2007 UTC | |
---|---|---|
# | Line 269 extensions.append(wxproj_extension) | Line 269 extensions.append(wxproj_extension) |
269 | # shapelib wrappers are also distributed with thuban | # shapelib wrappers are also distributed with thuban |
270 | # | # |
271 | ||
272 | extensions.append(Extension("Lib.shapelibc", | extensions.append(Extension("Lib.shapelib", |
273 | [ext_dir + "/pyshapelib/shapelib_wrap.c", | [ext_dir + "/pyshapelib/shapelib.c", |
274 | shp_dir + "/shpopen.c", | shp_dir + "/shpopen.c", |
275 | shp_dir + "/shptree.c"], | shp_dir + "/shptree.c"], |
276 | include_dirs = [shp_dir])) | include_dirs = [shp_dir])) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |