]> granicus.if.org Git - handbrake/commitdiff
Mac OSX 10.5 Leopard / Xcode 3 Compatibility
authordynaflash <dynaflashtech@gmail.com>
Mon, 26 Nov 2007 16:19:28 +0000 (16:19 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Mon, 26 Nov 2007 16:19:28 +0000 (16:19 +0000)
- Builds using jam on Leopard with Xcode 3 using the 10.5 sdk
- Will NOT build on Tiger. Leopard only.
- Contrib packs are not updated. Jam build only for now.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1077 b64f7644-9d1e-0410-96f1-a4d463321fa5

Jamrules

index 787ec533eb9e19478707b95aa52d2d979a84d5bc..1e698ba2aca7a196148d2edb4ffeb5ee54430688 100644 (file)
--- a/Jamrules
+++ b/Jamrules
@@ -27,7 +27,7 @@ rule OSXApp
 actions OSXApp
 {
     $(RM) $(<) macosx/build/HandBrake.app && \
-      ( cd macosx && xcodebuild -alltargets ) && \
+      ( cd macosx && xcodebuild -target libhb -target HandBrake -target HandBrakeCLI ) && \
       for i in $(LANGUAGES) ; do \
         ( cd $(<)/Contents/Resources && \
           cp -r English.lproj $i.lproj && \