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