2
0
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:
Thomas Nagy 2014-01-26 01:27:02 +01:00
parent 38d6ae7d57
commit eb9bf12473
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
3 changed files with 6 additions and 4 deletions

4
README
View File

@ -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)

View File

@ -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):

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python
# encoding: utf-8
# Thomas Nagy, 2005-2010
# Thomas Nagy, 2005-2014
"""
to make a custom waf file use the option --tools