diff options
author | davilla <davilla@4pi.com> | 2011-09-19 23:42:03 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-09-19 23:42:24 -0400 |
commit | 8af9b111f433d9ffcfc49b5cedc6e9d7576e7457 (patch) | |
tree | 3c7c87fe9d2dd58c743f9a93e9743fd2fe37983f /XBMC.xcodeproj | |
parent | 1d0c129c8a05f531b3db1cc0b475fee2a6ae32ab (diff) |
[osx] fixed, broken ppc build. remember to check both intel AND ppc check boxes when adding files to the project
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index ab79b5ad9f..ca8f06d0b4 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -1840,6 +1840,7 @@ F5DC8802110A46C700EE1B15 /* ModplugCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DC8800110A46C700EE1B15 /* ModplugCodec.cpp */; }; F5DC888B110A654000EE1B15 /* libapetag.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5DC888A110A654000EE1B15 /* libapetag.a */; }; F5DC888C110A654000EE1B15 /* libapetag.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5DC888A110A654000EE1B15 /* libapetag.a */; }; + F5E10D381428426B00175026 /* JpegIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32C631261423A90F00F18420 /* JpegIO.cpp */; }; F5E55B5D10741272006E788A /* DVDPlayerTeletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B5B10741272006E788A /* DVDPlayerTeletext.cpp */; }; F5E55B5E10741272006E788A /* DVDPlayerTeletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B5B10741272006E788A /* DVDPlayerTeletext.cpp */; }; F5E55B66107412DE006E788A /* GUIDialogTeletext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5E55B65107412DE006E788A /* GUIDialogTeletext.cpp */; }; @@ -4037,8 +4038,6 @@ 18B7C3AA1294219F009E7A26 /* guilib */ = { isa = PBXGroup; children = ( - 32C631261423A90F00F18420 /* JpegIO.cpp */, - 32C631271423A90F00F18420 /* JpegIO.h */, 18B7C6F61294222D009E7A26 /* AnimatedGif.h */, 18B7C6F71294222D009E7A26 /* AudioContext.h */, 18B7C6F81294222D009E7A26 /* D3DResource.h */, @@ -4119,6 +4118,8 @@ 18B7C7401294222D009E7A26 /* IAudioDeviceChangedCallback.h */, 18B7C7411294222D009E7A26 /* IMsgTargetCallback.h */, 18B7C7421294222D009E7A26 /* IWindowManagerCallback.h */, + 32C631261423A90F00F18420 /* JpegIO.cpp */, + 32C631271423A90F00F18420 /* JpegIO.h */, 18B7C7431294222D009E7A26 /* Key.h */, 18B7C7441294222D009E7A26 /* LocalizeStrings.h */, 18B7C7451294222E009E7A26 /* MatrixGLES.h */, @@ -9005,6 +9006,7 @@ 18968DC914155D7C005BA742 /* ApplicationOperations.cpp in Sources */, DF24A6B61406C7C500C7721E /* AFPDirectory.cpp in Sources */, DF24A6B71406C7C500C7721E /* FileAFP.cpp in Sources */, + F5E10D381428426B00175026 /* JpegIO.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |