From 09d851783de56a10d435dbe4a7878b0d993ab702 Mon Sep 17 00:00:00 2001 From: superdump Date: Mon, 27 Aug 2007 17:16:44 +0000 Subject: Add lang.c to the libhb dlib target so that it is linked when the target is built. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@878 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HandBrake.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macosx/HandBrake.xcodeproj') diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj index ab01f1125..8b48aef8d 100644 --- a/macosx/HandBrake.xcodeproj/project.pbxproj +++ b/macosx/HandBrake.xcodeproj/project.pbxproj @@ -127,6 +127,7 @@ A2DFC6750C6197C600E66E89 /* MVMenuButton.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DFC6740C6197C600E66E89 /* MVMenuButton.h */; }; A2DFC6770C61980700E66E89 /* MVMenuButton.m in Sources */ = {isa = PBXBuildFile; fileRef = A2DFC6760C61980700E66E89 /* MVMenuButton.m */; }; B48359A80C82960500E04440 /* lang.c in Sources */ = {isa = PBXBuildFile; fileRef = B48359A70C82960500E04440 /* lang.c */; }; + D4D49FED0C83355600F01215 /* lang.c in Sources */ = {isa = PBXBuildFile; fileRef = B48359A70C82960500E04440 /* lang.c */; }; EAA526930C3B25D200944FF2 /* stream.c in Sources */ = {isa = PBXBuildFile; fileRef = EAA526920C3B25D200944FF2 /* stream.c */; }; EAA526940C3B25D200944FF2 /* stream.c in Sources */ = {isa = PBXBuildFile; fileRef = EAA526920C3B25D200944FF2 /* stream.c */; }; FC8519500C59A02C0073812C /* denoise.c in Sources */ = {isa = PBXBuildFile; fileRef = FC85194C0C59A02C0073812C /* denoise.c */; }; @@ -685,6 +686,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + D4D49FED0C83355600F01215 /* lang.c in Sources */, 0DFA5CD90B8DD4210020BC09 /* declpcm.c in Sources */, 0DFA5CDA0B8DD4210020BC09 /* decmpeg2.c in Sources */, 0DFA5CDB0B8DD4210020BC09 /* decsub.c in Sources */, -- cgit v1.2.3