Added compile:dup-src attribute.
commit64a83aa73b1d601f314c6c4ba66f4f69e3b28e11
authorThomas Leonard <talex5@gmail.com>
Sat, 19 Apr 2008 16:06:00 +0000 (19 17:06 +0100)
committerThomas Leonard <talex5@gmail.com>
Sat, 19 Apr 2008 16:13:09 +0000 (19 17:13 +0100)
treef6217bcd7c0781072433aee89a0fc8572cd45002
parentb5ba1ae7f5d7d38cddcee6bdb0d30c81fbd231ed
Added compile:dup-src attribute.

Some programs insist on creating files in their src directory. In this case,
set compile:dup-src='true' and 0compile will copy everything in $SRCDIR into
'build' before building.

Requested by Mildred Ki'lya.
build.py
setup.py
tests/cprog/Makefile [new file with mode: 0644]
tests/cprog/cprog.xml [new file with mode: 0644]
tests/cprog/main.c [new file with mode: 0644]
tests/testcompile.py