comparison Xcode/SDL/SDL.xcodeproj/project.pbxproj @ 4827:5660aac926e9

Got basic, pre-actually-writing-anything Cocoa to build.
author egottlieb
date Tue, 03 Aug 2010 00:47:33 -0400
parents 4011619aab7e
children 7b1d35d98294
comparison
equal deleted inserted replaced
4826:d532a5a114cd 4827:5660aac926e9
448 04DB838F10FD8C81000519B5 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838B10FD8C81000519B5 /* SDL_drawrect.c */; }; 448 04DB838F10FD8C81000519B5 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838B10FD8C81000519B5 /* SDL_drawrect.c */; };
449 04F2AF661104AC0800D6DDF7 /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F2AF651104AC0800D6DDF7 /* SDL_assert.c */; }; 449 04F2AF661104AC0800D6DDF7 /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F2AF651104AC0800D6DDF7 /* SDL_assert.c */; };
450 04F2AF671104AC0800D6DDF7 /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F2AF651104AC0800D6DDF7 /* SDL_assert.c */; }; 450 04F2AF671104AC0800D6DDF7 /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F2AF651104AC0800D6DDF7 /* SDL_assert.c */; };
451 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; }; 451 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; };
452 04F2AF6A1104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; }; 452 04F2AF6A1104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; };
453 4537737D1207C4CE002F0F45 /* SDL_shape_internals.h in Headers */ = {isa = PBXBuildFile; fileRef = 4537737B1207C4CE002F0F45 /* SDL_shape_internals.h */; };
454 4537737E1207C4CE002F0F45 /* SDL_shape.c in Sources */ = {isa = PBXBuildFile; fileRef = 4537737C1207C4CE002F0F45 /* SDL_shape.c */; };
455 453773821207C518002F0F45 /* SDL_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = 453773811207C518002F0F45 /* SDL_shape.h */; };
456 453773891207C5A2002F0F45 /* SDL_cocoashape.h in Headers */ = {isa = PBXBuildFile; fileRef = 453773871207C5A2002F0F45 /* SDL_cocoashape.h */; };
457 4537738A1207C5A2002F0F45 /* SDL_cocoashape.m in Sources */ = {isa = PBXBuildFile; fileRef = 453773881207C5A2002F0F45 /* SDL_cocoashape.m */; };
458 453773921207C6E9002F0F45 /* SDL_x11shape.c in Sources */ = {isa = PBXBuildFile; fileRef = 453773901207C6E9002F0F45 /* SDL_x11shape.c */; };
459 453773931207C6E9002F0F45 /* SDL_x11shape.h in Headers */ = {isa = PBXBuildFile; fileRef = 453773911207C6E9002F0F45 /* SDL_x11shape.h */; };
453 BECDF62E0761BA81005FE872 /* SDL_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538330006D78D67F000001 /* SDL_audio.c */; }; 460 BECDF62E0761BA81005FE872 /* SDL_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538330006D78D67F000001 /* SDL_audio.c */; };
454 BECDF62F0761BA81005FE872 /* SDL_audiocvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538331006D78D67F000001 /* SDL_audiocvt.c */; }; 461 BECDF62F0761BA81005FE872 /* SDL_audiocvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538331006D78D67F000001 /* SDL_audiocvt.c */; };
455 BECDF6300761BA81005FE872 /* SDL_audiodev.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538332006D78D67F000001 /* SDL_audiodev.c */; }; 462 BECDF6300761BA81005FE872 /* SDL_audiodev.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538332006D78D67F000001 /* SDL_audiodev.c */; };
456 BECDF6320761BA81005FE872 /* SDL_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538334006D78D67F000001 /* SDL_mixer.c */; }; 463 BECDF6320761BA81005FE872 /* SDL_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538334006D78D67F000001 /* SDL_mixer.c */; };
457 BECDF6330761BA81005FE872 /* SDL_wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538335006D78D67F000001 /* SDL_wave.c */; }; 464 BECDF6330761BA81005FE872 /* SDL_wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538335006D78D67F000001 /* SDL_wave.c */; };
823 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_timer.h; path = ../../include/SDL_timer.h; sourceTree = SOURCE_ROOT; }; 830 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_timer.h; path = ../../include/SDL_timer.h; sourceTree = SOURCE_ROOT; };
824 0C5AF5FC01191D2B7F000001 /* SDL_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_types.h; path = ../../include/SDL_types.h; sourceTree = SOURCE_ROOT; }; 831 0C5AF5FC01191D2B7F000001 /* SDL_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_types.h; path = ../../include/SDL_types.h; sourceTree = SOURCE_ROOT; };
825 0C5AF5FD01191D2B7F000001 /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_version.h; path = ../../include/SDL_version.h; sourceTree = SOURCE_ROOT; }; 832 0C5AF5FD01191D2B7F000001 /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_version.h; path = ../../include/SDL_version.h; sourceTree = SOURCE_ROOT; };
826 0C5AF5FE01191D2B7F000001 /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_video.h; path = ../../include/SDL_video.h; sourceTree = SOURCE_ROOT; }; 833 0C5AF5FE01191D2B7F000001 /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_video.h; path = ../../include/SDL_video.h; sourceTree = SOURCE_ROOT; };
827 0C5AF5FF01191D2B7F000001 /* SDL.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL.h; path = ../../include/SDL.h; sourceTree = SOURCE_ROOT; }; 834 0C5AF5FF01191D2B7F000001 /* SDL.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL.h; path = ../../include/SDL.h; sourceTree = SOURCE_ROOT; };
835 4537737B1207C4CE002F0F45 /* SDL_shape_internals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_shape_internals.h; sourceTree = "<group>"; };
836 4537737C1207C4CE002F0F45 /* SDL_shape.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_shape.c; sourceTree = "<group>"; };
837 453773811207C518002F0F45 /* SDL_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_shape.h; path = ../../include/SDL_shape.h; sourceTree = SOURCE_ROOT; };
838 453773871207C5A2002F0F45 /* SDL_cocoashape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoashape.h; sourceTree = "<group>"; };
839 453773881207C5A2002F0F45 /* SDL_cocoashape.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoashape.m; sourceTree = "<group>"; };
840 453773901207C6E9002F0F45 /* SDL_x11shape.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11shape.c; sourceTree = "<group>"; };
841 453773911207C6E9002F0F45 /* SDL_x11shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11shape.h; sourceTree = "<group>"; };
828 B24DA50405A88D52006B9F1C /* SDL_cpuinfo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_cpuinfo.c; sourceTree = "<group>"; }; 842 B24DA50405A88D52006B9F1C /* SDL_cpuinfo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_cpuinfo.c; sourceTree = "<group>"; };
829 B29A290D04E5B28700A80002 /* SDL_loadso.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_loadso.h; path = ../../include/SDL_loadso.h; sourceTree = "<group>"; }; 843 B29A290D04E5B28700A80002 /* SDL_loadso.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_loadso.h; path = ../../include/SDL_loadso.h; sourceTree = "<group>"; };
830 B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_cpuinfo.h; path = ../../include/SDL_cpuinfo.h; sourceTree = SOURCE_ROOT; }; 844 B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_cpuinfo.h; path = ../../include/SDL_cpuinfo.h; sourceTree = SOURCE_ROOT; };
831 B2CF8DC705C4450500E5DC7F /* SDL_name.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_name.h; path = ../../include/SDL_name.h; sourceTree = SOURCE_ROOT; }; 845 B2CF8DC705C4450500E5DC7F /* SDL_name.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_name.h; path = ../../include/SDL_name.h; sourceTree = SOURCE_ROOT; };
832 BECDF5D50761B759005FE872 /* SDL_coreaudio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_coreaudio.c; sourceTree = "<group>"; }; 846 BECDF5D50761B759005FE872 /* SDL_coreaudio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_coreaudio.c; sourceTree = "<group>"; };
1041 00CFA709106B498A00758660 /* SDL_cocoamodes.m */, 1055 00CFA709106B498A00758660 /* SDL_cocoamodes.m */,
1042 00CFA70A106B498A00758660 /* SDL_cocoamouse.h */, 1056 00CFA70A106B498A00758660 /* SDL_cocoamouse.h */,
1043 00CFA70B106B498A00758660 /* SDL_cocoamouse.m */, 1057 00CFA70B106B498A00758660 /* SDL_cocoamouse.m */,
1044 00CFA70C106B498A00758660 /* SDL_cocoaopengl.h */, 1058 00CFA70C106B498A00758660 /* SDL_cocoaopengl.h */,
1045 00CFA70D106B498A00758660 /* SDL_cocoaopengl.m */, 1059 00CFA70D106B498A00758660 /* SDL_cocoaopengl.m */,
1060 453773871207C5A2002F0F45 /* SDL_cocoashape.h */,
1061 453773881207C5A2002F0F45 /* SDL_cocoashape.m */,
1046 00CFA70E106B498A00758660 /* SDL_cocoavideo.h */, 1062 00CFA70E106B498A00758660 /* SDL_cocoavideo.h */,
1047 00CFA70F106B498A00758660 /* SDL_cocoavideo.m */, 1063 00CFA70F106B498A00758660 /* SDL_cocoavideo.m */,
1048 00CFA710106B498A00758660 /* SDL_cocoawindow.h */, 1064 00CFA710106B498A00758660 /* SDL_cocoawindow.h */,
1049 00CFA711106B498A00758660 /* SDL_cocoawindow.m */, 1065 00CFA711106B498A00758660 /* SDL_cocoawindow.m */,
1050 ); 1066 );
1085 00CFA729106B498B00758660 /* SDL_x11opengl.h */, 1101 00CFA729106B498B00758660 /* SDL_x11opengl.h */,
1086 00CFA72A106B498B00758660 /* SDL_x11opengles.c */, 1102 00CFA72A106B498B00758660 /* SDL_x11opengles.c */,
1087 00CFA72B106B498B00758660 /* SDL_x11opengles.h */, 1103 00CFA72B106B498B00758660 /* SDL_x11opengles.h */,
1088 00CFA72C106B498B00758660 /* SDL_x11render.c */, 1104 00CFA72C106B498B00758660 /* SDL_x11render.c */,
1089 00CFA72D106B498B00758660 /* SDL_x11render.h */, 1105 00CFA72D106B498B00758660 /* SDL_x11render.h */,
1106 453773901207C6E9002F0F45 /* SDL_x11shape.c */,
1107 453773911207C6E9002F0F45 /* SDL_x11shape.h */,
1090 00CFA72E106B498B00758660 /* SDL_x11sym.h */, 1108 00CFA72E106B498B00758660 /* SDL_x11sym.h */,
1091 00CFA72F106B498B00758660 /* SDL_x11video.c */, 1109 00CFA72F106B498B00758660 /* SDL_x11video.c */,
1092 00CFA730106B498B00758660 /* SDL_x11video.h */, 1110 00CFA730106B498B00758660 /* SDL_x11video.h */,
1093 00CFA731106B498B00758660 /* SDL_x11window.c */, 1111 00CFA731106B498B00758660 /* SDL_x11window.c */,
1094 00CFA732106B498B00758660 /* SDL_x11window.h */, 1112 00CFA732106B498B00758660 /* SDL_x11window.h */,
1399 00CFA80C106B49B600758660 /* SDL_renderer_gles.h */, 1417 00CFA80C106B49B600758660 /* SDL_renderer_gles.h */,
1400 00CFA80D106B49B600758660 /* SDL_renderer_sw.c */, 1418 00CFA80D106B49B600758660 /* SDL_renderer_sw.c */,
1401 00CFA80E106B49B600758660 /* SDL_renderer_sw.h */, 1419 00CFA80E106B49B600758660 /* SDL_renderer_sw.h */,
1402 00CFA80F106B49B600758660 /* SDL_RLEaccel_c.h */, 1420 00CFA80F106B49B600758660 /* SDL_RLEaccel_c.h */,
1403 00CFA810106B49B600758660 /* SDL_RLEaccel.c */, 1421 00CFA810106B49B600758660 /* SDL_RLEaccel.c */,
1422 4537737C1207C4CE002F0F45 /* SDL_shape.c */,
1423 4537737B1207C4CE002F0F45 /* SDL_shape_internals.h */,
1404 00CFA811106B49B600758660 /* SDL_stretch.c */, 1424 00CFA811106B49B600758660 /* SDL_stretch.c */,
1405 00CFA812106B49B600758660 /* SDL_surface.c */, 1425 00CFA812106B49B600758660 /* SDL_surface.c */,
1406 00CFA813106B49B600758660 /* SDL_sysvideo.h */, 1426 00CFA813106B49B600758660 /* SDL_sysvideo.h */,
1407 00CFA814106B49B600758660 /* SDL_video.c */, 1427 00CFA814106B49B600758660 /* SDL_video.c */,
1408 00CFA815106B49B600758660 /* SDL_yuv_mmx.c */, 1428 00CFA815106B49B600758660 /* SDL_yuv_mmx.c */,
1450 0C5AF5F701191D2B7F000001 /* SDL_quit.h */, 1470 0C5AF5F701191D2B7F000001 /* SDL_quit.h */,
1451 00CFA67F106B44CE00758660 /* SDL_rect.h */, 1471 00CFA67F106B44CE00758660 /* SDL_rect.h */,
1452 00A6EBD91078D569001EEA06 /* SDL_revision.h */, 1472 00A6EBD91078D569001EEA06 /* SDL_revision.h */,
1453 0C5AF5F801191D2B7F000001 /* SDL_rwops.h */, 1473 0C5AF5F801191D2B7F000001 /* SDL_rwops.h */,
1454 00CFA680106B44CE00758660 /* SDL_scancode.h */, 1474 00CFA680106B44CE00758660 /* SDL_scancode.h */,
1475 453773811207C518002F0F45 /* SDL_shape.h */,
1455 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */, 1476 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */,
1456 00CFA681106B44CE00758660 /* SDL_surface.h */, 1477 00CFA681106B44CE00758660 /* SDL_surface.h */,
1457 0C5AF5F901191D2B7F000001 /* SDL_syswm.h */, 1478 0C5AF5F901191D2B7F000001 /* SDL_syswm.h */,
1458 0C5AF5FA01191D2B7F000001 /* SDL_thread.h */, 1479 0C5AF5FA01191D2B7F000001 /* SDL_thread.h */,
1459 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */, 1480 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */,
1741 00CFA841106B49B600758660 /* SDL_sysvideo.h in Headers */, 1762 00CFA841106B49B600758660 /* SDL_sysvideo.h in Headers */,
1742 00CFA844106B49B600758660 /* SDL_yuv_sw_c.h in Headers */, 1763 00CFA844106B49B600758660 /* SDL_yuv_sw_c.h in Headers */,
1743 00A6EBDA1078D569001EEA06 /* SDL_revision.h in Headers */, 1764 00A6EBDA1078D569001EEA06 /* SDL_revision.h in Headers */,
1744 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */, 1765 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */,
1745 006E95B011952992001DE610 /* SDL_rwopsbundlesupport.h in Headers */, 1766 006E95B011952992001DE610 /* SDL_rwopsbundlesupport.h in Headers */,
1767 4537737D1207C4CE002F0F45 /* SDL_shape_internals.h in Headers */,
1768 453773821207C518002F0F45 /* SDL_shape.h in Headers */,
1769 453773891207C5A2002F0F45 /* SDL_cocoashape.h in Headers */,
1770 453773931207C6E9002F0F45 /* SDL_x11shape.h in Headers */,
1746 ); 1771 );
1747 runOnlyForDeploymentPostprocessing = 0; 1772 runOnlyForDeploymentPostprocessing = 0;
1748 }; 1773 };
1749 BECDF66E0761BA81005FE872 /* Headers */ = { 1774 BECDF66E0761BA81005FE872 /* Headers */ = {
1750 isa = PBXHeadersBuildPhase; 1775 isa = PBXHeadersBuildPhase;
2200 001798D410743B9F00F5D044 /* SDL_power.c in Sources */, 2225 001798D410743B9F00F5D044 /* SDL_power.c in Sources */,
2201 04DB838C10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */, 2226 04DB838C10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */,
2202 04DB838D10FD8C81000519B5 /* SDL_drawrect.c in Sources */, 2227 04DB838D10FD8C81000519B5 /* SDL_drawrect.c in Sources */,
2203 04F2AF661104AC0800D6DDF7 /* SDL_assert.c in Sources */, 2228 04F2AF661104AC0800D6DDF7 /* SDL_assert.c in Sources */,
2204 006E95B111952992001DE610 /* SDL_rwopsbundlesupport.m in Sources */, 2229 006E95B111952992001DE610 /* SDL_rwopsbundlesupport.m in Sources */,
2230 4537737E1207C4CE002F0F45 /* SDL_shape.c in Sources */,
2231 4537738A1207C5A2002F0F45 /* SDL_cocoashape.m in Sources */,
2232 453773921207C6E9002F0F45 /* SDL_x11shape.c in Sources */,
2205 ); 2233 );
2206 runOnlyForDeploymentPostprocessing = 0; 2234 runOnlyForDeploymentPostprocessing = 0;
2207 }; 2235 };
2208 BECDF6790761BA81005FE872 /* Sources */ = { 2236 BECDF6790761BA81005FE872 /* Sources */ = {
2209 isa = PBXSourcesBuildPhase; 2237 isa = PBXSourcesBuildPhase;