summaryrefslogtreecommitdiffstats
path: root/Jamrules
diff options
context:
space:
mode:
authorhandbrake <[email protected]>2006-01-14 13:30:07 +0000
committerhandbrake <[email protected]>2006-01-14 13:30:07 +0000
commit755fee5744c3704666a875fc09dc982aded7f783 (patch)
tree6dcb37dc59f66e20ca7ea0b22752b40533e69ad0 /Jamrules
parentb69e82fd960103c41979e00beb9b1c9fac78083b (diff)
HandBrake 0.6.0
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@13 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules6
1 files changed, 4 insertions, 2 deletions
diff --git a/Jamrules b/Jamrules
index 0eb0cac77..4debdea9e 100644
--- a/Jamrules
+++ b/Jamrules
@@ -8,10 +8,12 @@ LINK = g++ ;
OPTIM = -O3 -funroll-loops ;
# HandBrake defines
-HB_VERSION = 0.6.0-test3 ;
+HB_VERSION = 0.6.0 ;
DEFINES = HB_$(OS) HB_VERSION=\\\"$(HB_VERSION)\\\" ;
#DEFINES += HB_NOMMX ;
+LANGUAGES = fr de it pl ru nl es pt ;
+
# OS-specific
if $(OS) = BEOS
{
@@ -104,7 +106,7 @@ actions BuildOSXApp
$(RM) $(1) && \
( cd macosx && xcodebuild ) && \
cp -r macosx/build/HandBrake.app $(1) && \
- for i in French German it pl ru nl; do \
+ for i in $(LANGUAGES) ; do \
( cd $(1)/Contents/Resources && \
cp -r English.lproj $i.lproj && \
cp ../../../macosx/i18n/$i.strings \