Skip to content

Commit

Permalink
[ios] fixed build breakage from final python removal
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Apr 8, 2011
1 parent 2226f3a commit 5ffdd64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions XBMC-ATV2.xcodeproj/project.pbxproj
Expand Up @@ -107,7 +107,6 @@
F56C78D6131EC154000AD0F6 /* emu_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7235131EC151000AD0F6 /* emu_dummy.cpp */; };
F56C78D7131EC154000AD0F6 /* emu_kernel32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7237131EC151000AD0F6 /* emu_kernel32.cpp */; };
F56C78D8131EC154000AD0F6 /* emu_msvcrt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C7239131EC151000AD0F6 /* emu_msvcrt.cpp */; };
F56C78D9131EC154000AD0F6 /* exports_python_linux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C723B131EC151000AD0F6 /* exports_python_linux.cpp */; };
F56C78DA131EC154000AD0F6 /* EmuFileWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C723D131EC151000AD0F6 /* EmuFileWrapper.cpp */; };
F56C78DB131EC154000AD0F6 /* wrapper.c in Sources */ = {isa = PBXBuildFile; fileRef = F56C723F131EC151000AD0F6 /* wrapper.c */; };
F56C78DC131EC154000AD0F6 /* ldt_keeper.c in Sources */ = {isa = PBXBuildFile; fileRef = F56C7240131EC151000AD0F6 /* ldt_keeper.c */; };
Expand Down Expand Up @@ -1195,7 +1194,6 @@
F56C7238131EC151000AD0F6 /* emu_kernel32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = emu_kernel32.h; sourceTree = "<group>"; };
F56C7239131EC151000AD0F6 /* emu_msvcrt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = emu_msvcrt.cpp; sourceTree = "<group>"; };
F56C723A131EC151000AD0F6 /* emu_msvcrt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = emu_msvcrt.h; sourceTree = "<group>"; };
F56C723B131EC151000AD0F6 /* exports_python_linux.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = exports_python_linux.cpp; sourceTree = "<group>"; };
F56C723D131EC151000AD0F6 /* EmuFileWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EmuFileWrapper.cpp; sourceTree = "<group>"; };
F56C723E131EC151000AD0F6 /* EmuFileWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EmuFileWrapper.h; sourceTree = "<group>"; };
F56C723F131EC151000AD0F6 /* wrapper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wrapper.c; sourceTree = "<group>"; };
Expand Down Expand Up @@ -3473,7 +3471,6 @@
F56C7238131EC151000AD0F6 /* emu_kernel32.h */,
F56C7239131EC151000AD0F6 /* emu_msvcrt.cpp */,
F56C723A131EC151000AD0F6 /* emu_msvcrt.h */,
F56C723B131EC151000AD0F6 /* exports_python_linux.cpp */,
F56C723C131EC151000AD0F6 /* util */,
F56C723F131EC151000AD0F6 /* wrapper.c */,
);
Expand Down Expand Up @@ -5956,7 +5953,6 @@
F56C78D6131EC154000AD0F6 /* emu_dummy.cpp in Sources */,
F56C78D7131EC154000AD0F6 /* emu_kernel32.cpp in Sources */,
F56C78D8131EC154000AD0F6 /* emu_msvcrt.cpp in Sources */,
F56C78D9131EC154000AD0F6 /* exports_python_linux.cpp in Sources */,
F56C78DA131EC154000AD0F6 /* EmuFileWrapper.cpp in Sources */,
F56C78DB131EC154000AD0F6 /* wrapper.c in Sources */,
F56C78DC131EC154000AD0F6 /* ldt_keeper.c in Sources */,
Expand Down
4 changes: 0 additions & 4 deletions XBMC-IOS.xcodeproj/project.pbxproj
Expand Up @@ -195,7 +195,6 @@
F56C88C2131F42ED000AD0F6 /* emu_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C8219131F42E6000AD0F6 /* emu_dummy.cpp */; };
F56C88C3131F42ED000AD0F6 /* emu_kernel32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C821B131F42E6000AD0F6 /* emu_kernel32.cpp */; };
F56C88C4131F42ED000AD0F6 /* emu_msvcrt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C821D131F42E6000AD0F6 /* emu_msvcrt.cpp */; };
F56C88C5131F42ED000AD0F6 /* exports_python_linux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C821F131F42E6000AD0F6 /* exports_python_linux.cpp */; };
F56C88C6131F42ED000AD0F6 /* EmuFileWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C8221131F42E6000AD0F6 /* EmuFileWrapper.cpp */; };
F56C88C7131F42ED000AD0F6 /* wrapper.c in Sources */ = {isa = PBXBuildFile; fileRef = F56C8223131F42E6000AD0F6 /* wrapper.c */; };
F56C88C8131F42ED000AD0F6 /* ldt_keeper.c in Sources */ = {isa = PBXBuildFile; fileRef = F56C8224131F42E6000AD0F6 /* ldt_keeper.c */; };
Expand Down Expand Up @@ -1388,7 +1387,6 @@
F56C821C131F42E6000AD0F6 /* emu_kernel32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = emu_kernel32.h; sourceTree = "<group>"; };
F56C821D131F42E6000AD0F6 /* emu_msvcrt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = emu_msvcrt.cpp; sourceTree = "<group>"; };
F56C821E131F42E6000AD0F6 /* emu_msvcrt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = emu_msvcrt.h; sourceTree = "<group>"; };
F56C821F131F42E6000AD0F6 /* exports_python_linux.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = exports_python_linux.cpp; sourceTree = "<group>"; };
F56C8221131F42E6000AD0F6 /* EmuFileWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EmuFileWrapper.cpp; sourceTree = "<group>"; };
F56C8222131F42E6000AD0F6 /* EmuFileWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EmuFileWrapper.h; sourceTree = "<group>"; };
F56C8223131F42E6000AD0F6 /* wrapper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wrapper.c; sourceTree = "<group>"; };
Expand Down Expand Up @@ -3834,7 +3832,6 @@
F56C821C131F42E6000AD0F6 /* emu_kernel32.h */,
F56C821D131F42E6000AD0F6 /* emu_msvcrt.cpp */,
F56C821E131F42E6000AD0F6 /* emu_msvcrt.h */,
F56C821F131F42E6000AD0F6 /* exports_python_linux.cpp */,
F56C8220131F42E6000AD0F6 /* util */,
F56C8223131F42E6000AD0F6 /* wrapper.c */,
);
Expand Down Expand Up @@ -6060,7 +6057,6 @@
F56C88C2131F42ED000AD0F6 /* emu_dummy.cpp in Sources */,
F56C88C3131F42ED000AD0F6 /* emu_kernel32.cpp in Sources */,
F56C88C4131F42ED000AD0F6 /* emu_msvcrt.cpp in Sources */,
F56C88C5131F42ED000AD0F6 /* exports_python_linux.cpp in Sources */,
F56C88C6131F42ED000AD0F6 /* EmuFileWrapper.cpp in Sources */,
F56C88C7131F42ED000AD0F6 /* wrapper.c in Sources */,
F56C88C8131F42ED000AD0F6 /* ldt_keeper.c in Sources */,
Expand Down

0 comments on commit 5ffdd64

Please sign in to comment.