blob: 204e24ac31bfe963559cda3b9bfa29de9769979b (
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
30
31
32
|
- fix scripts/checkout...sh. It doesn't cvs co into the newly created pure-data folder
- add packages/win32_inno/Makefile to cvs on winky
- menu_openhtml on Win32 with rundll should be able to open other filetypes like open on MACOSX.
- rename "applications" to "examples"
- downcase *_DEST and *_SRC to be more readable
- On GNU/Linux, figure out how to deal with build/extra vs. build/lib/pd/extra
- make loaderHEX functions follow Pd standart of object_setup() rather than
setup_object()
- 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.
- document libdir format
- add GRIPD for Anders
- add reg keys for Martin Dupras
- mDNS objects!
- make standard targets: distclean (*~, etc.), installdirs (make just the
dirs), uninstall instead of install_clean
|