aboutsummaryrefslogtreecommitdiff
path: root/externals/build
AgeCommit message (Collapse)Author
2010-06-09enable build on Windows, merged from pd-extended/0.42Hans-Christoph Steiner
svn path=/trunk/; revision=13636
2010-06-09manually set HAVE_LOCALE_H for the flatspace sh!tIOhannes m zmölnig
svn path=/trunk/; revision=13628
2010-05-14sorted out all the objectclasses in cxc, more or less, now let's try debianizingHans-Christoph Steiner
svn path=/trunk/; revision=13541
2010-05-14first steps towards porting to template Makefile and debianizing, split up ↵Hans-Christoph Steiner
randomix.c into separete files for each objectclass, much left to do svn path=/trunk/; revision=13540
2010-04-26updated for new maxlib layoutHans-Christoph Steiner
svn path=/trunk/; revision=13481
2010-04-07removed cruftHans-Christoph Steiner
svn path=/trunk/; revision=13397
2010-04-03removed pmpd objects from 'flatspace' since pmdp is now a libdirHans-Christoph Steiner
svn path=/trunk/; revision=13370
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-Christoph Steiner
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/; revision=11724
2009-02-02add pbank to the build systemCyrille Henry
svn path=/trunk/; revision=10715
2008-08-27merged in relevant changes from the v0-40 pd-extended release branchHans-Christoph Steiner
svn path=/trunk/; revision=10266
2008-08-13removed any2string, string2any, sprinkler: see ../../moocow/ for current ↵Bryan Jurish
versions svn path=/trunk/; revision=10240
2008-05-25fixed the original file so that the classname is also the filename and the ↵Hans-Christoph Steiner
setup function name, so this build hack isn't needed anymore svn path=/trunk/; revision=9904
2007-10-30removed left-over zexy-aliasesIOhannes m zmölnig
svn path=/trunk/; revision=8905
2007-07-30added PACKAGE_VERSION to allow compilationIOhannes m zmölnig
svn path=/trunk/; revision=8273
2007-04-03missed a few flatspace aliases in the cxc cleanupHans-Christoph Steiner
svn path=/trunk/; revision=7547
2007-04-03cleaned up cxc so that it passes the automated test in ↵Hans-Christoph Steiner
scripts/load_every_help.sh: renamed help files to standard name; made each file named after the class; removed non-functional aliases in flatspace svn path=/trunk/; revision=7542
2007-04-02cleaned up cxc so that it passes the automated test in ↵Hans-Christoph Steiner
scripts/load_every_help.sh: renamed help files to standard name; made each file named after the class; removed non-functional aliases in flatspace svn path=/trunk/; revision=7538
2007-02-02WARNING: this is a kludge to get this object building on Windows. Currently, ↵Hans-Christoph Steiner
the linker fails on the symbol"sys_noloadbang". svn path=/trunk/; revision=7400
2007-01-14doubled filesGeorg Holzmann
svn path=/trunk/; revision=7336
2007-01-13pique now in libdir formatGeorg Holzmann
svn path=/trunk/; revision=7331
2007-01-13pdogg in libdir formatGeorg Holzmann
svn path=/trunk/; revision=7330
2007-01-13lrshift now in libdir formatGeorg Holzmann
svn path=/trunk/; revision=7329
2007-01-13loop~ now in libdir formatGeorg Holzmann
svn path=/trunk/; revision=7328
2007-01-13vbap now in libdir formatGeorg Holzmann
svn path=/trunk/; revision=7327
2007-01-12motex now in libdir formatGeorg Holzmann
svn path=/trunk/; revision=7326
2007-01-12ekext now in libdir formatGeorg Holzmann
svn path=/trunk/; revision=7325
2007-01-12mjlib now in libdir formatGeorg Holzmann
svn path=/trunk/; revision=7324
2007-01-12ext13 now in libdir formatGeorg Holzmann
svn path=/trunk/; revision=7323
2007-01-12maxlib is now in the libdir formatGeorg Holzmann
svn path=/trunk/; revision=7321
2007-01-12creb is now in libdir formatGeorg Holzmann
svn path=/trunk/; revision=7320
2007-01-12these files are now in the ggee libdirGeorg Holzmann
svn path=/trunk/; revision=7319
2007-01-12these files are now in the cxc libdirGeorg Holzmann
svn path=/trunk/; revision=7318
2007-01-12fix for the matrix filesGeorg Holzmann
svn path=/trunk/; revision=7316
2007-01-12helper script to search for doubled externalsGeorg Holzmann
svn path=/trunk/; revision=7310
2007-01-12removed doubled files (from zexy, iemlib and iemmatrix - now in libdir format)Georg Holzmann
svn path=/trunk/; revision=7309
2007-01-05oops, I just found that Olaf posted much more recent binaries on his page, ↵Hans-Christoph Steiner
so I am removed this version from the auto-build svn path=/trunk/; revision=7206
2007-01-05added flashserver; made hidio default on all platforms; fixed freeverb clean ↵Hans-Christoph Steiner
target svn path=/trunk/; revision=7205
2006-12-29fixed windows kludge that pointed to file that got renamedHans-Christoph Steiner
svn path=/trunk/; revision=7099
2006-12-28oops, that was a mistakeHans-Christoph Steiner
svn path=/trunk/; revision=7083
2006-12-28added common alias as a kludgeHans-Christoph Steiner
svn path=/trunk/; revision=7080
2006-12-12fixed to use new central locationHans-Christoph Steiner
svn path=/trunk/; revision=6819
2006-12-11fixed to point to other locationHans-Christoph Steiner
svn path=/trunk/; revision=6798
2006-12-11added moocow's pdstring objectsIOhannes m zmölnig
svn path=/trunk/; revision=6796
2006-12-11removed duplicate sources, this stuff is also in externals/bsaylorHans-Christoph Steiner
svn path=/trunk/; revision=6775
2006-12-11- updated pd-extended build system for iemlib changesHans-Christoph Steiner
svn path=/trunk/; revision=6773
2006-12-05enabled for Mac OS X since it buildsHans-Christoph Steiner
svn path=/trunk/; revision=6630
2006-11-12added "-fno-strict-aliasing" to the CFLAGS to make the use ofIOhannes m zmölnig
anti-denormal-macros produce proper results svn path=/trunk/; revision=6272
2006-11-11removed old unused m_pd.h and updated the flatspace build system with m_pd.h ↵Hans-Christoph Steiner
from 0.40.1 svn path=/trunk/; revision=6265
2006-11-11- fixed up iemlib includes to accomidate recent iemlib source changes, andHans-Christoph Steiner
removed objects that were obsoleted. - perhaps its time to remove iemlib from this flatspace library since iemlib can built separately in its entirety. But others still want this, so I'll leave it be. svn path=/trunk/; revision=6264
2006-08-09cleaned up buildsrc and unfiltered sections and turned them into libdirs; ↵Hans-Christoph Steiner
made 'pan' libdir and cleaned up source dir for easy makefile install rules; created 'deprecated' libdir and moved cruft there svn path=/trunk/; revision=5529