diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-17 05:00:54 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-17 05:00:54 +0000 |
commit | cc82691ffa52ed04f98bf6828ab9d87845c7c31b (patch) | |
tree | dfe4c066f08816088ee99ce41b98790f590ab500 /externals/TODO | |
parent | 095050b0bae15deaf485a25f340673edb62bbfc5 (diff) |
added mapping and tweaked hardware and markex to get it working smoothly with Pd-extended
svn path=/trunk/; revision=4726
Diffstat (limited to 'externals/TODO')
-rw-r--r-- | externals/TODO | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/externals/TODO b/externals/TODO new file mode 100644 index 00000000..6d45af77 --- /dev/null +++ b/externals/TODO @@ -0,0 +1,28 @@ + +- make iemlibs into libdir for backwards compatibility + +- make C++ compile targets (packages/darwin_app/Makefile has some) + +- add version number getters from packages/Makefile + +- document externals building following the smlib example + +- add "test lib" functionality to binary building in externals/Makefile + +- 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 + functionality + +- put objects with conflicting names into a directory namespace + + Gem/scale + iem/prepend + flext/prepend + +- add these to the build system: + PDContainer + ann + grh + iemstream + iemxmlrpc |