/[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 86 by bh, Wed Apr 3 19:02:24 2002 UTC revision 97 by bh, Thu Apr 11 09:53:02 2002 UTC
# Line 200  py_modules = [] Line 200  py_modules = []
200  #  #
201    
202  extensions.append(Extension("Lib.wxproj",  extensions.append(Extension("Lib.wxproj",
203                              [ext_dir + "/thuban/wxproj.cpp",                              [ext_dir + "/thuban/wxproj.cpp"],
204                               shp_dir + "/shpopen.c"],                              include_dirs = ([shp_dir, proj4_incdir,
205                              include_dirs = [shp_dir, proj4_incdir] +wx_incdirs,                                               ext_dir + "/pyshapelib/"]
206                                                + wx_incdirs),
207                              define_macros = wx_defs,                              define_macros = wx_defs,
208                              library_dirs = [proj4_libdir] + wx_libdirs,                              library_dirs = [proj4_libdir] + wx_libdirs,
209                              libraries = [proj4_lib] + wx_libs))                              libraries = [proj4_lib] + wx_libs))
# Line 602  class thuban_bdist_rpm(bdist_rpm): Line 603  class thuban_bdist_rpm(bdist_rpm):
603    
604      """Thuban specific RPM distribution command"""      """Thuban specific RPM distribution command"""
605    
606      def run(self):      def initialize_options(self):
607          # create the prep script for the spec-file          # create the prep script for the spec-file
608          open("bdist_rpm_prep", "w").write(bdist_rpm_prep_script)          open("bdist_rpm_prep", "w").write(bdist_rpm_prep_script)
609    
610          bdist_rpm.run(self)          bdist_rpm.initialize_options(self)
611    
612    
613  class bdist_inno(Command):  class bdist_inno(Command):

Legend:
Removed from v.86  
changed lines
  Added in v.97

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26