From 85ef07b8af9437e001af5fe09b9d7a4556364b26 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 29 Dec 2006 03:57:59 +0000 Subject: minor tweaks to turn of Fat building and disable some kludges svn path=/trunk/; revision=7097 --- packages/darwin_app/Makefile | 9 ++++----- packages/darwin_app/TODO | 8 +++----- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'packages') diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index 295f87ff..e47e54b4 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -29,7 +29,7 @@ TARGET_PLATFORM := $(shell uname -p) #OPT_CFLAGS = -Os -funroll-loops -fomit-frame-pointer # auto-vectorization in GCC 4.x for CPUs with SIMD -OPT_CFLAGS += -ftree-vectorize -ftree-vectorizer-verbose=3 +OPT_CFLAGS += -ftree-vectorize -ftree-vectorizer-verbose=2 ifeq ($(TARGET_PLATFORM),i386) OPT_CFLAGS += -march=pentium4 -msse -msse2 -mfpmath=sse @@ -186,15 +186,14 @@ readme_install: #------------------------------------------------------------------------------# darwin_app_core: darwin_app_wrapper - $(MAKE) -C $(packages_src) $(DEST_PATHS) PD_CONFIGURE_FLAGS=--enable-jack \ + $(MAKE) -C $(packages_src) $(DEST_PATHS) \ + PD_CONFIGURE_FLAGS="--enable-jack --disable-fat" \ pd_install cd "$(PD_APP_CONTENTS)/Resources/Scripts" && \ ln -s ../bin/pd.tk AppMain.tcl # support for Info Panel Plugins mgmt cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins -# run script to move help-*.pd files to *-help.pd according to the standard - cd $(pddocdir) && \ - $(scripts_src)/convert-help-to-standard.sh + #------------------------------------------------------------------------------# darwin_app_devel_core: darwin_app_devel_wrapper diff --git a/packages/darwin_app/TODO b/packages/darwin_app/TODO index 46378e7a..adc4b57d 100644 --- a/packages/darwin_app/TODO +++ b/packages/darwin_app/TODO @@ -1,17 +1,15 @@ -- try building against ActiveTcl 8.4.13 and 8.5 + +- check code to make it all use single-precision/libmx functions on Mac OSX. + - create background image for .dmg -- create /Applications link in .dmg - fix app permissions so that you can drop a new app on top of an old one to upgrade -- check code to make it all use single-precision/libmx functions on Mac OSX. - - - make sure that org.puredata.pd.plist is rw in the .dmg (possible?) -- cgit v1.2.1