diff options
author | Ed Kelly <edkelly@users.sourceforge.net> | 2009-05-09 18:57:33 +0000 |
---|---|---|
committer | Ed Kelly <edkelly@users.sourceforge.net> | 2009-05-09 18:57:33 +0000 |
commit | ffa3604326aeb2dc99160f9dfc953ba7cb5179af (patch) | |
tree | 89ba8b68d3e90d975847f89cf16ca1557bd7c8ae /Makefile | |
parent | 0b01d1f59654931990a66f7a3730467186d9df4e (diff) |
New weightonset external
svn path=/trunk/externals/pdp/; revision=11309
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |