This commit is contained in:
Thomas Nagy 2016-08-19 20:20:13 +02:00
parent 82d2b89426
commit c868c076f7
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ NEW IN WAF 1.9.3
* Enable individual output lines in conf.multicheck
* Updated examples for stripping executables
* More documentation
* Qt 5.7 detection
NEW IN WAF 1.9.2
----------------

View File

@ -29,7 +29,8 @@ def configure(conf):
def build(bld):
# first compile a few pyc and pyo files (set install_path=None to disable the installation...)
# first compile a few pyc and pyo files (set install_path=None to disable the installation,
# by default install_path is set to ${PYTHONDIR})
bld(features='py', source=bld.path.ant_glob('*.py'), install_from='.')
# then a c extension module