Beispiel #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'))
Beispiel #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'))
Beispiel #3
0
 def build(self):
     _install_lib.build(self)
Beispiel #4
0
 def build(self):
     _install_lib.build(self)
Beispiel #5
0
 def build(self):
     _install_lib.build(self)
     self.run_command('build_uml')
     self.run_command('build_mo')
Beispiel #6
0
 def build(self):
     _install_lib.build(self)
     self.run_command("build_uml")
     self.run_command("build_mo")
Beispiel #7
0
 def build(self):
     _install_lib.build(self)
     self.run_command('build_uml')
     self.run_command('build_mo')
Beispiel #8
0
 def build(self):
     _install_lib.build(self)
     if not self.skip_build:
         if self.distribution.has_executables():
             self.run_command('build_exe')