From cbe3f5a2dc05ee0d7fb7f94f0883365233fbeee4 Mon Sep 17 00:00:00 2001 From: beville Date: Mon, 25 Feb 2013 07:01:42 +0000 Subject: [PATCH] some commented out lines for building on 64-bit snow leopard git-svn-id: http://comictagger.googlecode.com/svn/trunk@533 6c5673fe-1810-88d6-992b-cd32ca31540c --- mac/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mac/Makefile b/mac/Makefile index 7ac7131..800eaab 100644 --- a/mac/Makefile +++ b/mac/Makefile @@ -1,3 +1,4 @@ +#PYINSTALLER_CMD := VERSIONER_PYTHON_PREFER_32_BIT=yes arch -i386 python $(HOME)/pyinstaller-2.0/pyinstaller.py PYINSTALLER_CMD := python $(HOME)/pyinstaller-2.0/pyinstaller.py TAGGER_BASE := $(HOME)/Dropbox/tagger/comictagger TAGGER_SRC := $(TAGGER_BASE)/comictaggerlib @@ -21,7 +22,15 @@ dist: cp $(MAC_BASE)/app.icns $(APP_BUNDLE)/Contents/Resources/icon-windowed.icns # fix the version string in the Info.plist sed -i -e 's/0\.0\.0/$(VERSION_STR)/' $(MAC_BASE)/dist/ComicTagger.app/Contents/Info.plist - + # strip out PPC/x64 + #./make_thin.sh dist/ComicTagger.app/Contents/MacOS + #./make_thin.sh dist/ComicTagger.app/Contents/MacOS/qt4_plugins/accessible + #./make_thin.sh dist/ComicTagger.app/Contents/MacOS/qt4_plugins/bearer + #./make_thin.sh dist/ComicTagger.app/Contents/MacOS/qt4_plugins/codecs + #./make_thin.sh dist/ComicTagger.app/Contents/MacOS/qt4_plugins/graphicssystems + #./make_thin.sh dist/ComicTagger.app/Contents/MacOS/qt4_plugins/iconengines + #./make_thin.sh dist/ComicTagger.app/Contents/MacOS/qt4_plugins/imageformats + clean: rm -rf $(DIST_DIR) $(MAC_BASE)/build rm -f $(MAC_BASE)/*.spec