Browse Source

swtich from srcdir/blddir to top/out

tags/1.9.9.5
Nedko Arnaudov 13 years ago
parent
commit
306b359e2d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      wscript

+ 3
- 3
wscript View File

@@ -18,8 +18,8 @@ APPNAME='jack'
JACK_API_VERSION = '0.1.0' JACK_API_VERSION = '0.1.0'


# these variables are mandatory ('/' are converted automatically) # these variables are mandatory ('/' are converted automatically)
srcdir = '.'
blddir = 'build'
top = '.'
out = 'build'


def display_msg(msg, status = None, color = None): def display_msg(msg, status = None, color = None):
sr = msg sr = msg
@@ -294,7 +294,7 @@ def configure(conf):
print() print()


def build(bld): def build(bld):
print(("make[1]: Entering directory `" + os.getcwd() + "/" + blddir + "'" ))
print(("make[1]: Entering directory `" + os.getcwd() + "/" + out + "'" ))
if not os.access('svnversion.h', os.R_OK): if not os.access('svnversion.h', os.R_OK):
create_svnversion_task(bld) create_svnversion_task(bld)




Loading…
Cancel
Save