mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-25 03:09:30 +01:00
added a note regarding the branch waf-1.7
This commit is contained in:
parent
38d6ae7d57
commit
eb9bf12473
4
README
4
README
@ -1,7 +1,7 @@
|
||||
WHAT YOU WILL FIND HERE
|
||||
-----------------------
|
||||
|
||||
Waf (1.8)
|
||||
Waf 1.8 - for Waf 1.7 use the branch waf-1.7
|
||||
|
||||
For the manual: http://docs.waf.googlecode.com/git/book_16/single.html
|
||||
For the api docs: http://docs.waf.googlecode.com/git/apidocs_16/index.html
|
||||
@ -48,5 +48,5 @@ $ git remote add code https://code.google.com/p/waf.docs/
|
||||
$ git push code
|
||||
|
||||
---------------------------
|
||||
Thomas Nagy, 2013 (ita)
|
||||
Thomas Nagy, 2014 (ita)
|
||||
|
||||
|
@ -9,13 +9,15 @@ top = '.'
|
||||
out = 'build'
|
||||
|
||||
"""
|
||||
Variant system for waf 1.6
|
||||
General variant system
|
||||
|
||||
Call for example:
|
||||
$ waf configure build_debug build_release clean_debug clean_release
|
||||
|
||||
The builds will end in different build folders
|
||||
note how "bld.variant" is used to detect the current variant
|
||||
|
||||
See also playground/remote/wscript for a more specific example
|
||||
"""
|
||||
|
||||
def configure(conf):
|
||||
|
Loading…
Reference in New Issue
Block a user