some tweaks to mac makefile
git-svn-id: http://comictagger.googlecode.com/svn/trunk@71 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
parent
2594a85783
commit
85d1eaa18a
@ -16,7 +16,7 @@ DMG_FILE := $(VOLUME_NAME).dmg
|
||||
all: clean dist diskimage
|
||||
|
||||
dist:
|
||||
$(PY2INSTALLER_CMD) tagger.py -o $(MAC_BASE) -w -n $(APP_NAME) -s
|
||||
$(PY2INSTALLER_CMD) $(TAGGER_BASE)/tagger.py -o $(MAC_BASE) -c -n $(APP_NAME) -s
|
||||
cp $(TAGGER_BASE)/*.ui $(APP_BUNDLE)/Contents/MacOS
|
||||
cp -a $(TAGGER_BASE)/graphics $(APP_BUNDLE)/Contents/MacOS
|
||||
cp $(MAC_BASE)/app.icns $(APP_BUNDLE)/Contents/Resources/icon-windowed.icns
|
||||
@ -25,7 +25,7 @@ clean:
|
||||
rm -rf $(DIST_DIR) $(MAC_BASE)/build
|
||||
rm -f $(MAC_BASE)/*.spec
|
||||
rm -f /logdict*.log
|
||||
rm -f "*~" *.pyc *.pyo
|
||||
rm -f *~ *.pyc *.pyo
|
||||
echo $(VERSION_STR)
|
||||
diskimage:
|
||||
#Set up disk image staging folder
|
||||
|
Loading…
x
Reference in New Issue
Block a user