Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24500
Modified Files: Makefile Log Message: oops, the libquicktime plugins also need to be fixed by the embed script, so switch the order
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** Makefile 31 May 2007 22:36:43 -0000 1.73 --- Makefile 13 Jun 2007 19:14:54 -0000 1.74 *************** *** 183,190 ****
darwin_app_embed_libs: - ./embed-MacOSX-dependencies.sh $(PD_APP_CONTENTS) # embed libquicktime plugins install -d $(PD_APP_CONTENTS)/lib/libquicktime install -p /sw/lib/libquicktime/*.so $(PD_APP_CONTENTS)/lib/libquicktime
# shortcut to install the readme on non-Extended builds --- 183,190 ----
darwin_app_embed_libs: # embed libquicktime plugins install -d $(PD_APP_CONTENTS)/lib/libquicktime install -p /sw/lib/libquicktime/*.so $(PD_APP_CONTENTS)/lib/libquicktime + ./embed-MacOSX-dependencies.sh $(PD_APP_CONTENTS)
# shortcut to install the readme on non-Extended builds