Age | Commit message (Collapse) | Author |
|
svn path=/trunk/; revision=4086
|
|
svn path=/trunk/; revision=4074
|
|
- 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
|
|
binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5
svn path=/trunk/; revision=4051
|
|
svn path=/trunk/; revision=4036
|
|
bugs reported on the list; added platform-specific noncvs handling
svn path=/trunk/; revision=4035
|
|
svn path=/trunk/; revision=4026
|
|
compilation works for the most part
svn path=/trunk/; revision=4019
|
|
Compiling Pd on win is a massive pain in the butt. Some bug fixes
svn path=/trunk/; revision=4017
|
|
build system. I left as much of the old functionality in place as possible,
definitely were it was being used. But there are some changes that break
backwards compatibility, thought they should be noticed by few, and be easy to
fix going forward.
Some highlights:
- centralized patch system (packages/patches with targets patch_pd and
unpatch_pd)
- easily redirected builds, using INSTALL_PREFIX and all of the *_DEST
variables. This makes building packages like Pd.app, .deb, .rpm,
etc. much easier.
- libdir format: basically a libdir is a directory that has both the objects
and the help files together in one folder. It can be added using -lib or
the StartUp preferences, or you can access them via geiger namespaces,
i.e. [mylibrary/myobject].
- special characters allow in setup function/file names for objects. This
makes objects like [||~] possible without having to be in a library. Now
they can be either .pd files or individual .pd_darwin files (thanks
IOhannes for the patch).
svn path=/trunk/; revision=3993
|
|
svn path=/trunk/; revision=1501
|
|
downloaded from the web
svn path=/trunk/; revision=1472
|
|
svn path=/trunk/; revision=1421
|
|
svn path=/trunk/; revision=1420
|
|
files via right-click help.
svn path=/trunk/; revision=1397
|
|
svn path=/trunk/; revision=1393
|
|
svn path=/trunk/; revision=1391
|
|
svn path=/trunk/; revision=1137
|
|
svn path=/trunk/; revision=1117
|
|
svn path=/trunk/; revision=1116
|
|
on Start Menu; start of a makefile to compile everything
svn path=/trunk/; revision=1114
|
|
svn path=/trunk/; revision=1094
|
|
svn path=/trunk/; revision=1093
|
|
binaries, it needs a Makefile to compile everything first; its based on the Inno free installer maker
svn path=/trunk/; revision=1092
|