Parent Directory
|
Revision Log
|
Patch
revision 2736 by bramz, Thu Mar 1 12:42:59 2007 UTC | 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 |