Exemple #1
0
 def build(self):
    _install_lib.build(self)
    if system == 'Windows':
        copy(path.join(here, 'bin', 'zlib.dll'), path.join(self.build_dir, 'zlib.dll'))
Exemple #2
0
 def build(self):
     _install_lib.build(self)
     if system == 'Windows':
         copy(os.path.join(here, 'bin', 'zlib.dll'), os.path.join(self.build_dir, 'zlib.dll'))
Exemple #3
0
 def build(self):
     _install_lib.build(self)
Exemple #4
0
 def build(self):
     _install_lib.build(self)
Exemple #5
0
 def build(self):
     _install_lib.build(self)
     self.run_command('build_uml')
     self.run_command('build_mo')
Exemple #6
0
 def build(self):
     _install_lib.build(self)
     self.run_command("build_uml")
     self.run_command("build_mo")
Exemple #7
0
 def build(self):
     _install_lib.build(self)
     self.run_command('build_uml')
     self.run_command('build_mo')
Exemple #8
0
 def build(self):
     _install_lib.build(self)
     if not self.skip_build:
         if self.distribution.has_executables():
             self.run_command('build_exe')