X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=Jamrules;h=e0816a4a825d5a673c1d392e15b17d45844ee64d;hb=516553c65ad905dad51054dffb76fee8f217a1c9;hp=6b15be6a3ed6acca83c6ca33346dfa0266e05110;hpb=cdba71d1dca214142fdcca4c52f7672252752c2e;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/Jamrules b/Jamrules index 6b15be6a..e0816a4a 100644 --- a/Jamrules +++ b/Jamrules @@ -11,8 +11,8 @@ if ! $(DEFINES) Exit "Please run ./configure first." ; } -HB_VERSION = 0.7.0 ; -HB_BUILD = 2005110400 ; +HB_VERSION = 0.9.1 ; +HB_BUILD = 2007083100 ; DEFINES += HB_VERSION=\\\"$(HB_VERSION)\\\" HB_BUILD=$(HB_BUILD) ; LANGUAGES = fr de it pl ru nl es pt ja ; RM = rm -rf ; @@ -27,8 +27,7 @@ rule OSXApp actions OSXApp { $(RM) $(<) macosx/build/HandBrake.app && \ - ( cd macosx && xcodebuild ) && \ - mv macosx/build/Default/HandBrake.app $(<) && \ + ( cd macosx && xcodebuild -alltargets ) && \ for i in $(LANGUAGES) ; do \ ( cd $(<)/Contents/Resources && \ cp -r English.lproj $i.lproj && \