do not load the compat15 tool by default in waf 1.7

This commit is contained in:
Thomas Nagy 2012-02-04 19:34:19 +01:00
parent 4b108e2f95
commit 8fb1de97d8
4 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
NEW IN WAF 1.7.0
----------------
* Do not load the compat15 tool by default
NEW IN WAF 1.6.11
-----------------
* Enable custom variables for the boost detection #1089

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys
VERSION="1.6.11"
VERSION="1.7.0"
REVISION="x"
INSTALL="x"
C1='x'

View File

@ -11,10 +11,10 @@ from waflib import Utils, Errors, Logs
import waflib.Node
# the following 3 constants are updated on each new release (do not touch)
HEXVERSION=0x1060b00
HEXVERSION=0x1070000
"""Constant updated on new releases"""
WAFVERSION="1.6.11"
WAFVERSION="1.7.0"
"""Constant updated on new releases"""
WAFREVISION="a7e69d6b81b04729804754c4d5214da063779a65"

View File

@ -10,7 +10,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path:
"""
VERSION="1.6.11"
VERSION="1.7.0"
APPNAME='waf'
REVISION=''
@ -20,7 +20,7 @@ out = 'build'
demos = ['cpp', 'qt4', 'tex', 'ocaml', 'kde3', 'adv', 'cc', 'idl', 'docbook', 'xmlwaf', 'gnome']
zip_types = ['bz2', 'gz']
PRELUDE = '\timport waflib.extras.compat15'
PRELUDE = ''
#from tokenize import *
import tokenize