- eg. results in 780/156 KB filesystem/dmg savings for x86_64 .
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2564
b64f7644-9d1e-0410-96f1-
a4d463321fa5
$(MKDIR.exe) -p $@
ifeq (1-darwin,$(FEATURE.xcode)-$(BUILD.system))
$(CP.exe) -R $(BUILD/)HandBrake.app $(STAGE.gui/)
+ $(LIPO.exe) -thin $(BUILD.arch) \
+ $(SRC/)macosx/Growl.framework/Versions/A/Growl \
+ -output $(STAGE.gui/)HandBrake.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
+ $(LIPO.exe) -thin $(BUILD.arch) \
+ $(SRC/)macosx/Sparkle.framework/Versions/A/Sparkle \
+ -output $(STAGE.gui/)HandBrake.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
$(call STAGE.doc,$(STAGE.gui/))
endif