diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-18 18:05:53 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-18 18:05:53 +0000 |
commit | 896b5803cf1de70175c44bb4bdb11d5749bb5007 (patch) | |
tree | c356d5ac56b26bc139c95bc48786569504a7f49c /packages/TODO | |
parent | 518cfd25c5e6d58e6eb0bfc25c59c3488723d6d5 (diff) |
clean targets sorted and tested. There are now standard clean targets based on the destinations which are part of Makefile.buildlayout
svn path=/trunk/; revision=3964
Diffstat (limited to 'packages/TODO')
-rw-r--r-- | packages/TODO | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/TODO b/packages/TODO index 10b85331..45d83e5d 100644 --- a/packages/TODO +++ b/packages/TODO @@ -1,4 +1,19 @@ +- make abstraction -lib loader. when a -lib mylibrary name is tried and fails + in the path, then fails with IO's altname, then try to load as a path on top + of extra: i.e. extra/mylibrary. If found, add to path, and add + doc/5.reference/mylibrary to helppath. + + - call it sys_load_lib_folder();, + + - insert it after if (!sys_load_lib()) in s_main.c + +- make pd section since I can't easily modify the pd tree + +- add notes.txt to manuals + +- create patch system and incorporate IO's hex patch + - hex convertor for setup function names, and object file names - merge in tigital's Makefile++ |