aboutsummaryrefslogtreecommitdiff
path: root/externals/build/darwin
AgeCommit message (Collapse)Author
2005-12-06fixed a number of minor bugs, including Frank's patches; added test_location ↵Hans-Christoph Steiner
target to check where everything will end up svn path=/trunk/; revision=4159
2005-11-26updated names to be more GNU-like and easier to readHans-Christoph Steiner
svn path=/trunk/; revision=4036
2005-11-21Lots of changes, got the first complete(-ish) build with the new extendedHans-Christoph Steiner
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=3994
2005-11-15minor compile fixes for Mac OS X and MinGW; added [mtx_inverse]Hans-Christoph Steiner
svn path=/trunk/; revision=3911
2005-11-07added iemmatrix as individual files. Not all of them work yet, but most of ↵Hans-Christoph Steiner
them do. I think its just a few of the binops that dont work, and some of the alias with special characters that filesystems usually dont like, like *, ^, /, etc. svn path=/trunk/; revision=3854
2005-04-26added more objects which don't compile on DarwinHans-Christoph Steiner
svn path=/trunk/; revision=2819
2005-04-12- added headers from 0.38-4 to externals/build/include and added README soHans-Christoph Steiner
people don't repeat the same mistake of removing/etc. - added Pd src to include search before externals/build/include so if the Pd src is in the standard dev layout, externals will be compiled with those headers instead of externals/build/include svn path=/trunk/; revision=2744
2004-05-28tested and tweaked optimizationsHans-Christoph Steiner
svn path=/trunk/; revision=1782
2004-05-27added CPU optimization suggestionsHans-Christoph Steiner
svn path=/trunk/; revision=1778
2004-04-08removed static files and created makefile to copy all help files to ↵Hans-Christoph Steiner
externals/build/doc/ svn path=/trunk/; revision=1574
2003-10-27updated makefiles to include beatpipeGerard van Dongen
renamed help patches for ff externals to foo-help.pd svn path=/trunk/; revision=1139
2003-10-27further refined the installer processHans-Christoph Steiner
svn path=/trunk/; revision=1135
2003-09-17makefile now copies the help files from the source rather than ../doc/Hans-Christoph Steiner
svn path=/trunk/; revision=988
2003-08-31fixed 'make darwin_pkg_clean' bugHans-Christoph Steiner
svn path=/trunk/; revision=919
2003-08-31removed */CVS from pkgHans-Christoph Steiner
svn path=/trunk/; revision=908
2003-08-31makefile now creates MacOS X pkgs; no need for GUI .pmsp filesHans-Christoph Steiner
svn path=/trunk/; revision=906
2003-04-01commented out rm vst.c to eliminate errorHans-Christoph Steiner
svn path=/trunk/; revision=523
2003-03-09added altpackage possibility for making a /Library/Pd installer targetAdam Lindsay
svn path=/trunk/; revision=462
2003-02-17First stab at a packaging system for darwin.Adam Lindsay
svn path=/trunk/; revision=414
2003-02-17First attempt at a working makefile for darwin.Adam Lindsay
svn path=/trunk/; revision=413
2003-02-17testGuenter Geiger
svn path=/trunk/; revision=402
2002-10-17dummies for irix and osxGuenter Geiger
svn path=/trunk/; revision=177