aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Kelly <edkelly@users.sourceforge.net>2009-05-09 18:57:33 +0000
committerEd Kelly <edkelly@users.sourceforge.net>2009-05-09 18:57:33 +0000
commitffa3604326aeb2dc99160f9dfc953ba7cb5179af (patch)
tree89ba8b68d3e90d975847f89cf16ca1557bd7c8ae
parent0b01d1f59654931990a66f7a3730467186d9df4e (diff)
New weightonset external
svn path=/trunk/externals/pdp/; revision=11309
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ac01491..f908bfb 100644
--- a/Makefile
+++ b/Makefile
@@ -26,11 +26,11 @@ darwin: pdp_all
linux: pdp_all
rm -f pdp.pd_linux
- $(CC) -export_dynamic -shared -o pdp.pd_linux modules/*/*.o system/pdp.o system/*/*.o puredata/*.o $(PDP_LIBS)
+ $(CC) --export_dynamic -shared -o pdp.pd_linux modules/*/*.o system/pdp.o system/*/*.o puredata/*.o $(PDP_LIBS)
linux_mmx: pdp_all
rm -f pdp.pd_linux
- $(CC) -export_dynamic -shared -o pdp.pd_linux modules/*/*.o system/pdp.o system/*/*.o puredata/*.o $(PDP_LIBS)
+ $(CC) --export_dynamic -shared -o pdp.pd_linux modules/*/*.o system/pdp.o system/*/*.o puredata/*.o $(PDP_LIBS)
buildclean:
make -C include clean