/[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 532 by jonathan, Fri Mar 14 11:31:24 2003 UTC revision 533 by jonathan, Fri Mar 14 16:18:48 2003 UTC
# Line 873  class bdist_inno(Command): Line 873  class bdist_inno(Command):
873          """Execute the command. install_options if given, should be a          """Execute the command. install_options if given, should be a
874          directory of additional options to set in the install step"""          directory of additional options to set in the install step"""
875          # Obviously have to build before we can install          # Obviously have to build before we can install
876    
877          if not self.skip_build:          if not self.skip_build:
878              self.run_command('build')              self.run_command('build')
879    
# Line 985  class thuban_bdist_inno(bdist_inno): Line 986  class thuban_bdist_inno(bdist_inno):
986      def run(self):      def run(self):
987          install_options = {          install_options = {
988              "prefix": ".",              "prefix": ".",
989                "install_lib": "$base",
990                "install_data": "$base",
991              "install_scripts": "$base",              "install_scripts": "$base",
992              "warn_dir": 0,              "warn_dir": 0,
993              "extra_files": ["COPYING", "Lib/proj.dll"],              "extra_files": ["COPYING", "Lib/proj.dll"],
# Line 992  class thuban_bdist_inno(bdist_inno): Line 995  class thuban_bdist_inno(bdist_inno):
995          # don't make a symlink because we're simulating windows, so          # don't make a symlink because we're simulating windows, so
996          # that we can generate the iss-file even on Linux          # that we can generate the iss-file even on Linux
997          install_options["do_symlink"] = 0          install_options["do_symlink"] = 0
998    
999          bdist_inno.run(self, install_options)          bdist_inno.run(self, install_options)
1000    
1001    

Legend:
Removed from v.532  
changed lines
  Added in v.533

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26