mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-12-23 09:45:13 +01:00
do not load the compat15 tool by default in waf 1.7
This commit is contained in:
parent
4b108e2f95
commit
8fb1de97d8
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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"
|
||||
|
4
wscript
4
wscript
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user