mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-25 11:19:52 +01:00
docs
This commit is contained in:
parent
82d2b89426
commit
c868c076f7
@ -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
|
||||
----------------
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user