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-IOS.xcodeproj | |
parent | a0c03e49865adcdf70be9bb7c0e9a0331d928eb5 (diff) |
[ios] fixed, not sure why ios was even compiling these
Diffstat (limited to 'XBMC-IOS.xcodeproj')
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj index c003a46a87..15f02aeba1 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -713,7 +713,6 @@ F56C8ABB131F42ED000AD0F6 /* AutoPool.mm in Sources */ = {isa = PBXBuildFile; fileRef = F56C865A131F42EB000AD0F6 /* AutoPool.mm */; }; F56C8AC2131F42ED000AD0F6 /* IOSCoreAudio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C8669131F42EB000AD0F6 /* IOSCoreAudio.cpp */; }; F56C8AC3131F42ED000AD0F6 /* OSXGNUReplacements.c in Sources */ = {isa = PBXBuildFile; fileRef = F56C866B131F42EB000AD0F6 /* OSXGNUReplacements.c */; }; - F56C8AC4131F42ED000AD0F6 /* posix-realtime-stub.c in Sources */ = {isa = PBXBuildFile; fileRef = F56C866D131F42EB000AD0F6 /* posix-realtime-stub.c */; }; F56C8AC5131F42ED000AD0F6 /* eprintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C866F131F42EB000AD0F6 /* eprintf.cpp */; }; F56C8AC6131F42ED000AD0F6 /* GUIDialogPictureInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C8673131F42EB000AD0F6 /* GUIDialogPictureInfo.cpp */; }; F56C8AC7131F42ED000AD0F6 /* GUIViewStatePictures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C8675131F42EB000AD0F6 /* GUIViewStatePictures.cpp */; }; @@ -2458,8 +2457,6 @@ F56C866A131F42EB000AD0F6 /* IOSCoreAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOSCoreAudio.h; sourceTree = "<group>"; }; F56C866B131F42EB000AD0F6 /* OSXGNUReplacements.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = OSXGNUReplacements.c; sourceTree = "<group>"; }; F56C866C131F42EB000AD0F6 /* OSXGNUReplacements.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSXGNUReplacements.h; sourceTree = "<group>"; }; - F56C866D131F42EB000AD0F6 /* posix-realtime-stub.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "posix-realtime-stub.c"; sourceTree = "<group>"; }; - F56C866E131F42EB000AD0F6 /* posix-realtime-stub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "posix-realtime-stub.h"; sourceTree = "<group>"; }; F56C866F131F42EB000AD0F6 /* eprintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eprintf.cpp; sourceTree = "<group>"; }; F56C8671131F42EB000AD0F6 /* DllImageLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllImageLib.h; sourceTree = "<group>"; }; F56C8672131F42EB000AD0F6 /* DllLibExif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DllLibExif.h; sourceTree = "<group>"; }; @@ -5209,8 +5206,6 @@ F56C866A131F42EB000AD0F6 /* IOSCoreAudio.h */, F56C866B131F42EB000AD0F6 /* OSXGNUReplacements.c */, F56C866C131F42EB000AD0F6 /* OSXGNUReplacements.h */, - F56C866D131F42EB000AD0F6 /* posix-realtime-stub.c */, - F56C866E131F42EB000AD0F6 /* posix-realtime-stub.h */, F56C866F131F42EB000AD0F6 /* eprintf.cpp */, ); path = osx; @@ -6561,7 +6556,6 @@ F56C8ABB131F42ED000AD0F6 /* AutoPool.mm in Sources */, F56C8AC2131F42ED000AD0F6 /* IOSCoreAudio.cpp in Sources */, F56C8AC3131F42ED000AD0F6 /* OSXGNUReplacements.c in Sources */, - F56C8AC4131F42ED000AD0F6 /* posix-realtime-stub.c in Sources */, F56C8AC5131F42ED000AD0F6 /* eprintf.cpp in Sources */, F56C8AC6131F42ED000AD0F6 /* GUIDialogPictureInfo.cpp in Sources */, F56C8AC7131F42ED000AD0F6 /* GUIViewStatePictures.cpp in Sources */, |