blob: 7fe8857c8da6e88f49bb49966fb72fb9d03ccd57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
- move darwin_app_perms to here and make generic prerelease_clean target which
is called separately
- fix scripts/checkout...sh. It doesn't cvs co into the newly created pure-data folder
- test for configure before running autoconf/clean configure on distclean
- 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
developed so that you can specific the target CPU in one place and have
everything compile for that CPU.
- add GRIPD for Anders
- add reg keys for Martin Dupras
- mDNS objects!
- make standard targets: distclean (*~, etc.), uninstall instead of install_clean
- help menu
- check up on this bug: Opening Help patches from "Pure Documentation"
- Preferences
- look at BBogart's LML http://www.ekran.org/ben/research/lml/lml-v0.1-TEST8-osx.tgz
|