From: jbrjake Date: Fri, 8 Jun 2007 02:24:05 +0000 (+0000) Subject: Should fix jam building of the MacGui, which broke when the preferences were moved... X-Git-Tag: 0.9.0~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30a46e682033b71c85be38b799f837c359d27090;p=handbrake Should fix jam building of the MacGui, which broke when the preferences were moved to separate source code/nib giles. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@604 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/Jamfile b/Jamfile index 4f3fb0471..a3fa8f447 100644 --- a/Jamfile +++ b/Jamfile @@ -60,7 +60,7 @@ if $(OS) = MACOSX macosx/PictureController.h macosx/PictureController.mm macosx/PictureGLView.h macosx/PictureGLView.mm macosx/QueueController.h macosx/QueueController.mm - macosx/PrefsController.h macosx/PrefsController.m + macosx/HBPreferencesController.h macosx/HBPreferencesController.m macosx/English.lproj/InfoPlist.strings macosx/English.lproj/MainMenu.nib/classes.nib macosx/English.lproj/MainMenu.nib/info.nib @@ -68,7 +68,11 @@ if $(OS) = MACOSX 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/Express.nib/keyedobjects.nib + macosx/English.lproj/Preferences.nib + macosx/English.lproj/Preferences.nib/classes.nib + macosx/English.lproj/Preferences.nib/info.nib + macosx/English.lproj/Preferences.nib/keyedobjects.nib ; OSXApp HandBrake.app : $(OSX_SRC) $(HANDBRAKE_LIBS) ;