git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/MediaFork_0.8.0@257
b64f7644-9d1e-0410-96f1-
a4d463321fa5
# Special case for Mac OS X: everything is handled from the Xcode project
ifeq ($(SYSTEM),Darwin)
-all:
+all: clean app release
+
+app:
(./DownloadMacOsXContribBinaries.sh ; cd macosx ; xcodebuild -alltargets -configuration UB build | sed '/^$$/d' ; cd .. ; ./macosx/localize.sh MediaFork.app)
clean: