env = Environment(TMPBUILD = '/tmp/builddir')
env.Command('foo.out', 'foo.in',
[Mkdir('$TMPBUILD'),
- Copy('${SOURCE.dir}', '$TMPBUILD')
+ Copy('$TMPBUILD', '${SOURCE.dir}')
"cd $TMPBUILD && make",
Delete('$TMPBUILD')])
.EE
- Make ParseConfig() recognize and add -mno-cygwin to $LINKFLAGS and
$CCFLAGS, and -mwindows to $LINKFLAGS.
+ From Sanjoy Mahajan:
+
+ - Fix a bad use of Copy() in an example in the man page.
+
From Michael McCracken:
- Add a new "applelink" tool to handle the things like Frameworks and