From 33529a0531ab008ddd08af56024e7425a0bd1a86 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 19 Apr 2007 04:28:45 +0000 Subject: added some padding to the dylib link names so that they can be rewritten by install_name_tool. This is used in the Pd-extended build system to include all needed dylibs in the Pd.app. See https://pow.idmi.poly.edu/weblog/hans/MacOSX/2007/04/18/install_name_toolchangingins.html for more details svn path=/trunk/externals/pidip/; revision=7578 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index bc1e272..567d3bf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,7 +42,7 @@ pdp_pidip_all: pidip.pd_darwin: pdp_pidip_all rm -f pidip.pd_darwin - g++ -bundle -undefined dynamic_lookup -o pidip.pd_darwin modules/*.o system/*.o -L/sw/lib $(THEORA_LIBS) $(PDP_PIDIP_LIBS) $(IMLIB_LIBS) $(MAGICK_LIBS) + g++ -bundle -undefined dynamic_lookup -headerpad_max_install_names -o pidip.pd_darwin modules/*.o system/*.o -L/sw/lib $(THEORA_LIBS) $(PDP_PIDIP_LIBS) $(IMLIB_LIBS) $(MAGICK_LIBS) strip -x pidip.pd_darwin pidip.pd_linux: pdp_pidip_all -- cgit v1.2.1