X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=Jamrules;h=e0816a4a825d5a673c1d392e15b17d45844ee64d;hb=afc907c10e36c431f10ab6164f329698ea247e00;hp=6fcca524965cb60f213865b7cdf760be27bd877d;hpb=a775aeef7e49026725fe0ffde51cae7bbc4f3b9b;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/Jamrules b/Jamrules index 6fcca524..e0816a4a 100644 --- a/Jamrules +++ b/Jamrules @@ -11,8 +11,8 @@ if ! $(DEFINES) Exit "Please run ./configure first." ; } -HB_VERSION = 0.7.1a2 ; -HB_BUILD = 20060923 ; +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 ; @@ -28,7 +28,6 @@ actions OSXApp { $(RM) $(<) macosx/build/HandBrake.app && \ ( cd macosx && xcodebuild -alltargets ) && \ - mv macosx/build/Default/HandBrake.app $(<) && \ for i in $(LANGUAGES) ; do \ ( cd $(<)/Contents/Resources && \ cp -r English.lproj $i.lproj && \