summaryrefslogtreecommitdiffstats
path: root/Jamfile
diff options
context:
space:
mode:
authorritsuka <[email protected]>2008-01-11 17:57:44 +0000
committerritsuka <[email protected]>2008-01-11 17:57:44 +0000
commit934a5fd5990660575e644e656d4722f4606f18ef (patch)
treee1fdcb11cc7ec193296d29c45bb9a22fcf155719 /Jamfile
parent3caeaf135a8838fbc3f6a261bd7a66962a1bd5f5 (diff)
Fixed jam error caused by my previous commit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1186 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Jamfile b/Jamfile
index 5b9b77e98..68bee88e1 100644
--- a/Jamfile
+++ b/Jamfile
@@ -64,11 +64,7 @@ if $(OS) = MACOSX
macosx/HBImageAndTextCell.h macosx/HBImageAndTextCell.m
macosx/HBPreferencesController.h macosx/HBPreferencesController.m
macosx/HBPresets.h macosx/HBPresets.m
- macosx/English.lproj/InfoPlist.strings
- macosx/ExpressController.h macosx/ExpressController.m
- macosx/English.lproj/Express.nib/classes.nib
- macosx/English.lproj/Express.nib/info.nib
- macosx/English.lproj/Express.nib/keyedobjects.nib ;
+ macosx/English.lproj/InfoPlist.strings ;
OSXApp HandBrake.app : $(OSX_SRC) $(HANDBRAKE_LIBS) ;