/[thuban]/branches/WIP-pyshapelib-bramz/setup.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/setup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2571 by jonathan, Wed Feb 16 21:14:47 2005 UTC revision 2572 by jonathan, Fri Feb 18 14:56:42 2005 UTC
# Line 1093  class thuban_build_ext(build_ext): Line 1093  class thuban_build_ext(build_ext):
1093              self.extensions.append(Extension("Lib.gdalwarp",              self.extensions.append(Extension("Lib.gdalwarp",
1094                                  [ext_dir + "/thuban/gdalwarp.cpp"],                                  [ext_dir + "/thuban/gdalwarp.cpp"],
1095                                  include_dirs = gdal_cs_params[CS_INCDIRS] +                                  include_dirs = gdal_cs_params[CS_INCDIRS] +
1096                                                 [ext_dir + "/thuban/"] +                                                 [ext_dir + "/thuban/"],
1097                                                 wx_cs_params[CS_INCDIRS],                                  define_macros = gdal_cs_params[CS_DEFS],
                                 define_macros = gdal_cs_params[CS_DEFS] +  
                                                 wx_cs_params[CS_DEFS],  
1098                                  library_dirs = gdal_cs_params[CS_LIBDIRS],                                  library_dirs = gdal_cs_params[CS_LIBDIRS],
1099                                  libraries = gdal_cs_params[CS_LIBS]))                                  libraries = gdal_cs_params[CS_LIBS]))
1100    

Legend:
Removed from v.2571  
changed lines
  Added in v.2572

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26