aboutsummaryrefslogtreecommitdiff
path: root/opengl/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-27 22:27:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-27 22:27:30 +0000
commit3964e2714e9672fb4a45c8a16a96153ab7cae05b (patch)
tree907e694cfd92f92d4b8987137a34c053cededfed /opengl/Makefile
parent6726719d723f2f816827739aa59187848746f64f (diff)
merged in relevant changes from the v0-40 pd-extended release branch
svn path=/trunk/externals/pdp/; revision=10266
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 719fa59..ac10380 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 dynamic_lookup -bundle_loader $(PD_EXECUTABLE)
+ $(CC) $(LDFLAGS) -o pdp_opengl.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