wscript
changeset 4070 c2ad9c39fa06
parent 4069 430a6edb0fa0
child 4075 bc8a646b1338
equal deleted inserted replaced
4069:430a6edb0fa0 4070:c2ad9c39fa06
    28 
    28 
    29 # local modules
    29 # local modules
    30 import wutils
    30 import wutils
    31 import regression
    31 import regression
    32 
    32 
    33 Options.autoconfig = 1
    33 Configure.autoconfig = 1
    34 
    34 
    35 # the following two variables are used by the target "waf dist"
    35 # the following two variables are used by the target "waf dist"
    36 VERSION = file("VERSION", "rt").read().strip()
    36 VERSION = file("VERSION", "rt").read().strip()
    37 APPNAME = 'ns'
    37 APPNAME = 'ns'
    38 
    38