diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-28 06:46:18 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-28 06:46:18 +0000 |
commit | 030d2eec4fd115d8fa54c32873095420ce30ccad (patch) | |
tree | aaf158eb959a1e1e8f641e2e324d238d3fb04c3f /packages/TODO | |
parent | 450695869e334f4626e08c53e429501d61b11e18 (diff) |
- finally got a Linux Pd-extended release out, RC5
- built a tar.bz2 package maker with a generated Makefile for installing and
uninstalling
- switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards
svn path=/trunk/; revision=4064
Diffstat (limited to 'packages/TODO')
-rw-r--r-- | packages/TODO | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/packages/TODO b/packages/TODO index cca144d0..7fe8857c 100644 --- a/packages/TODO +++ b/packages/TODO @@ -4,20 +4,8 @@ - fix scripts/checkout...sh. It doesn't cvs co into the newly created pure-data folder -- rename "applications" to "examples" - -- downcase *_DEST and *_SRC to be more readable - -- change CWD to packages_src where appropriate - -- add DESTDIR to the top of each Makefile - - test for configure before running autoconf/clean configure on distclean -- try including packages/Makefile in darwin_app/Makefile to see if I can run pacakges/makefile targets tehn - -- On GNU/Linux, figure out how to deal with build/extra vs. build/lib/pd/extra - - global optimization flags ideally, you would use a version of Pd that is fully optimized for your CPU. In order to do this, a system of optimization flags needs to be @@ -30,18 +18,11 @@ - mDNS objects! -- make standard targets: distclean (*~, etc.), installdirs (make just the - dirs), uninstall instead of install_clean +- make standard targets: distclean (*~, etc.), uninstall instead of install_clean - help menu - check up on this bug: Opening Help patches from "Pure Documentation" - - - make help menu function check if item exists before trying to make a - menu item so that it doesn't break pd.tk<->pd interaction (i.e. windows - titled x50bf90). (the recursive function might have fixed this) - - - port to Linux/Windows - Preferences |