X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=Jamrules;h=e04828c497bc7db48e50be8c7d3c5f480f7ef7cc;hb=a507460ef65a0a88e2aab15fe3f1fd286aa0bff6;hp=9727c5cd1b1ee7af879d60072a9f562ad676c407;hpb=d4cf0cb9c6015e3f17867a62bde59aad9cb7a80e;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/Jamrules b/Jamrules index 9727c5cd..e04828c4 100644 --- a/Jamrules +++ b/Jamrules @@ -11,8 +11,8 @@ if ! $(DEFINES) Exit "Please run ./configure first." ; } -HB_VERSION = 0.7.1-cvs ; -HB_BUILD = 2005110400 ; +HB_VERSION = 0.9.0 ; +HB_BUILD = 2007081900 ; 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 && \