diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-09 06:26:57 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-09 06:26:57 +0000 |
commit | 2a9c0cd56bce31d2dd7a4bc96f3ea8df9251665c (patch) | |
tree | e3e9a69d6fed8d8cb2233d583f08bd06274d9706 /externals/build | |
parent | 8312d939f510cab2c4c0b1ab55c4d57a381da90d (diff) |
fixed the bugs carmen reported and added unauthorized
svn path=/trunk/; revision=4174
Diffstat (limited to 'externals/build')
-rw-r--r-- | externals/build/TODO | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/externals/build/TODO b/externals/build/TODO index 934f50e5..653eb9a9 100644 --- a/externals/build/TODO +++ b/externals/build/TODO @@ -1,4 +1,6 @@ +- add version number getters from packages/Makefile + - document externals building following the smlib example - add "test lib" functionality to binary building in externals/Makefile @@ -6,11 +8,6 @@ - simplify Makefile, making just "all" and "install" with subsections for each subdir. -- get externals/build/src/prepend.c to compile in Pd mode, which means it will - have a right inlet when created without an argument (because of cyclone's - buld system, its quite difficult to do. I think it should just be removed - from default) - - add in mtx_ objects with special characters using setup functions and filenames with 0x escapes (mtx_/ and mtx_./ for example). Make sure to have the objects call the correct setup function since it can change the |