summaryrefslogtreecommitdiffstats
path: root/Jamrules
diff options
context:
space:
mode:
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules5
1 files changed, 3 insertions, 2 deletions
diff --git a/Jamrules b/Jamrules
index 6e4da0b78..0eb0cac77 100644
--- a/Jamrules
+++ b/Jamrules
@@ -8,7 +8,7 @@ LINK = g++ ;
OPTIM = -O3 -funroll-loops ;
# HandBrake defines
-HB_VERSION = 0.6.0-test2 ;
+HB_VERSION = 0.6.0-test3 ;
DEFINES = HB_$(OS) HB_VERSION=\\\"$(HB_VERSION)\\\" ;
#DEFINES += HB_NOMMX ;
@@ -24,6 +24,7 @@ else if $(OS) = LINUX
}
else if $(OS) = MACOSX
{
+ # To clean HandBrake.app
RM = rm -rf ;
}
@@ -103,7 +104,7 @@ actions BuildOSXApp
$(RM) $(1) && \
( cd macosx && xcodebuild ) && \
cp -r macosx/build/HandBrake.app $(1) && \
- for i in French German it pl ru; do \
+ for i in French German it pl ru nl; do \
( cd $(1)/Contents/Resources && \
cp -r English.lproj $i.lproj && \
cp ../../../macosx/i18n/$i.strings \