diff options
author | David Robillard <d@drobilla.net> | 2012-08-15 17:50:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-15 17:50:17 +0000 |
commit | 55603c281a49070bd941e79093cc20a144f9ee4a (patch) | |
tree | 33a532618678dfd8d2ab90848789bf5e74a60cee /wscript | |
parent | 2118d961d97a1e454ee5391785b700d70f22f387 (diff) | |
download | raul-55603c281a49070bd941e79093cc20a144f9ee4a.tar.gz raul-55603c281a49070bd941e79093cc20a144f9ee4a.tar.bz2 raul-55603c281a49070bd941e79093cc20a144f9ee4a.zip |
Rewrite Raul::Maid and eliminate Raul:List.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4702 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -85,7 +85,6 @@ tests = ''' test/atom_test test/atomic_test test/double_buffer_test - test/list_test test/path_test test/ptr_test test/queue_test @@ -111,7 +110,6 @@ def build(bld): lib_source = ''' src/Configuration.cpp - src/Maid.cpp src/Thread.cpp src/log.cpp ''' |