X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=Jamrules;h=e0816a4a825d5a673c1d392e15b17d45844ee64d;hb=4d2d1618cd95f650c757e5254df11e4a0afe5b62;hp=7fff8881ab43d3b0153cff8d87741d281510ac21;hpb=db27e0f2df5e2a09a9a664aa35dfe9a6f5cdcff2;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/Jamrules b/Jamrules index 7fff8881..e0816a4a 100644 --- a/Jamrules +++ b/Jamrules @@ -11,8 +11,8 @@ if ! $(DEFINES) Exit "Please run ./configure first." ; } -HB_VERSION = 0.7.1a1 ; -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 && \