diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-16 19:33:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-16 19:33:02 +0100 |
| commit | d2149e1d5f1acf35fd96081c36a2f7ff6ca2f095 (patch) | |
| tree | 3b1d35a1e6dcdb134e25fe20091a39f4eb58a5fd /asdcplib/wscript | |
| parent | ec1097e8426461b854b38e7b14bc73995c365e0a (diff) | |
ASDCPLib builds.
Diffstat (limited to 'asdcplib/wscript')
| -rw-r--r-- | asdcplib/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/asdcplib/wscript b/asdcplib/wscript new file mode 100644 index 00000000..7d669b7f --- /dev/null +++ b/asdcplib/wscript @@ -0,0 +1,5 @@ +def configure(conf): + conf.recurse('src') + +def build(bld): + bld.recurse('src') |
