diff options
author | davilla <davilla@4pi.com> | 2011-07-20 19:43:40 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-07-20 19:43:40 -0400 |
commit | e48b66938c3788c8ed8a64db84c3ebb06a223fad (patch) | |
tree | 32f80561dfe415414b5fc478305be061248d61e9 /XBMC-ATV2.xcodeproj | |
parent | a0c03e49865adcdf70be9bb7c0e9a0331d928eb5 (diff) |
[ios] fixed, not sure why ios was even compiling these
Diffstat (limited to 'XBMC-ATV2.xcodeproj')
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index 2fd473e5e7..f5046f15b9 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -619,7 +619,6 @@ F56C7ACF131EC155000AD0F6 /* ZeroconfBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7671131EC153000AD0F6 /* ZeroconfBrowser.cpp */; }; F56C7AD0131EC155000AD0F6 /* cddb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7673131EC153000AD0F6 /* cddb.cpp */; }; F56C7AD5131EC155000AD0F6 /* OSXGNUReplacements.c in Sources */ = {isa = PBXBuildFile; fileRef = F56C767E131EC153000AD0F6 /* OSXGNUReplacements.c */; }; - F56C7AD6131EC155000AD0F6 /* posix-realtime-stub.c in Sources */ = {isa = PBXBuildFile; fileRef = F56C7680131EC153000AD0F6 /* posix-realtime-stub.c */; }; F56C7AD7131EC155000AD0F6 /* eprintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7682131EC153000AD0F6 /* eprintf.cpp */; }; F56C7AD8131EC155000AD0F6 /* GUIDialogPictureInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7686131EC153000AD0F6 /* GUIDialogPictureInfo.cpp */; }; F56C7AD9131EC155000AD0F6 /* GUIViewStatePictures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7688131EC153000AD0F6 /* GUIViewStatePictures.cpp */; }; @@ -2255,8 +2254,6 @@ F56C7674131EC153000AD0F6 /* cddb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cddb.h; sourceTree = "<group>"; }; F56C767E131EC153000AD0F6 /* OSXGNUReplacements.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = OSXGNUReplacements.c; sourceTree = "<group>"; }; F56C767F131EC153000AD0F6 /* OSXGNUReplacements.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSXGNUReplacements.h; sourceTree = "<group>"; }; - F56C7680131EC153000AD0F6 /* posix-realtime-stub.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "posix-realtime-stub.c"; sourceTree = "<group>"; }; - F56C7681131EC153000AD0F6 /* posix-realtime-stub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "posix-realtime-stub.h"; sourceTree = "<group>"; }; F56C7682131EC153000AD0F6 /* eprintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eprintf.cpp; sourceTree = "<group>"; }; F56C7684131EC153000AD0F6 /* DllImageLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllImageLib.h; sourceTree = "<group>"; }; F56C7685131EC153000AD0F6 /* DllLibExif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllLibExif.h; sourceTree = "<group>"; }; @@ -4850,8 +4847,6 @@ F56C7BD3131EC332000AD0F6 /* IOSCoreAudio.h */, F56C767E131EC153000AD0F6 /* OSXGNUReplacements.c */, F56C767F131EC153000AD0F6 /* OSXGNUReplacements.h */, - F56C7680131EC153000AD0F6 /* posix-realtime-stub.c */, - F56C7681131EC153000AD0F6 /* posix-realtime-stub.h */, F56C7682131EC153000AD0F6 /* eprintf.cpp */, ); path = osx; @@ -6452,7 +6447,6 @@ F56C7ACF131EC155000AD0F6 /* ZeroconfBrowser.cpp in Sources */, F56C7AD0131EC155000AD0F6 /* cddb.cpp in Sources */, F56C7AD5131EC155000AD0F6 /* OSXGNUReplacements.c in Sources */, - F56C7AD6131EC155000AD0F6 /* posix-realtime-stub.c in Sources */, F56C7AD7131EC155000AD0F6 /* eprintf.cpp in Sources */, F56C7AD8131EC155000AD0F6 /* GUIDialogPictureInfo.cpp in Sources */, F56C7AD9131EC155000AD0F6 /* GUIViewStatePictures.cpp in Sources */, |