aboutsummaryrefslogtreecommitdiff
path: root/makefile
AgeCommit message (Collapse)Author
2015-10-14converted maxlib to use libdir template, in preparations for debianizing itHans-Christoph Steiner
svn path=/trunk/externals/maxlib/; revision=13476
2015-10-14replaced -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/externals/maxlib/; revision=11724
2004-03-09Checked in Olaf's 1.5.2 sources. Here are the changes:Hans-Christoph Steiner
v 1.5.2 (17. december 2003): - modified netclient for not to drop received data: use of syspollfn instead of clock to poll for incoming data, circular recv buffer v 1.5 (18. october 2003): - added some usefull features to arraycopy (i.e. copying just parts of an array and copying to specified position in destination array) - new object: nchange - IRIX 6.5 port (for GCC 3.3) - OS X binary (Jaguar 10.2.6) v 1.4 (22. may 2003): - updated sources to compile with Pd0.37-test4 - new object: arraycopy v 1.3 (12. april 2003): - new objects: sync listfifo - all setup routines renamed to maxlib_<object>_setup() to avoid name clashes, old names still work via class_addcreator() - some improvements for the help files svn path=/trunk/externals/maxlib/; revision=1394
2004-01-26catch emtpy arrays in arbran_bang and arbran_pdfscalejdl
svn path=/trunk/externals/maxlib/; revision=1295
2003-03-10darwin_package targets added (with PackageMaker files)Adam Lindsay
svn path=/trunk/externals/maxlib/; revision=464
2003-03-09fixed a couple typos in the darwin build rules.Adam Lindsay
svn path=/trunk/externals/maxlib/; revision=461
2003-03-03added changed from Olaf's version 1.2Hans-Christoph Steiner
svn path=/trunk/externals/maxlib/; revision=450
2002-11-20This commit was generated by cvs2svn to compensate for changes in r224,svn2git-rootHans-Christoph Steiner
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/maxlib/; revision=225