aboutsummaryrefslogtreecommitdiff
path: root/opengl/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 01:20:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 01:20:14 +0000
commit921b949e82d9b140d69c4487b132fb4ac3185c2a (patch)
tree8343bd907682f0f73abd396727630ff7159ae412 /opengl/Makefile
parentb8ad6e7998f4ecbdee388f4ac3171f77e30964bb (diff)
quick fixup on Makefiles to get things building on Mac OS X
svn path=/trunk/externals/pdp/; revision=9891
Diffstat (limited to 'opengl/Makefile')
-rw-r--r--opengl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/Makefile b/opengl/Makefile
index b0b3027..719fa59 100644
--- a/opengl/Makefile
+++ b/opengl/Makefile
@@ -24,7 +24,7 @@ pdp_opengl.pd_linux: subdirs
pdp_opengl.pd_darwin: subdirs
rm -f pdp_opengl.pd_linux
- $(CC) -o pdp_opengl.pd_pd_darwin ../modules/*/*.o ../system/pdp.o ../system/*/*.o ../puredata/*.o modules/*.o system/*.o $(PDP_LIBS) -bundle -undefined error -twolevel_namespace -bundle_loader $(PD_EXECUTABLE)
+ $(CC) -o pdp_opengl.pd_pd_darwin ../modules/*/*.o ../system/pdp.o ../system/*/*.o ../puredata/*.o modules/*.o system/*.o $(PDP_LIBS) -bundle -undefined dynamic_lookup -bundle_loader $(PD_EXECUTABLE)
# $(CC) -o pdp_opengl.pd_pd_darwin modules/*.o system/*.o $(LDFLAGS) -g -dynamic -bundle -flat_namespace -undefined suppress