INNER CODE UNIT · Python
buildAll
ecere/ecere-sdk · setup.py:91
def buildAll():
print('buildAll')
call(['echo', 'buildAll'], shell=True)
if buildEcereSDK():
if buildBindingsC():
if buildPrepInstall():
if buildPyPrepInstall():
if buildBindingsGenPy():
return True
return False
#class BuildCommand(distutils.command.build.build):
# """Customized setuptools build command."""
# def run(self):
#os.chdir(rwd)
#proc = subprocess.Popen(['make', 'ECERE_AUDIO=y', '-j8'], shell=False)
#proc.communicate()
#if proc.returncode == 0: