comparison Xcode/SDL/SDL.xcodeproj/project.pbxproj @ 3679:ce290de32f2a

Updated Mac OS X projects with new assertion code
author Sam Lantinga <slouken@libsdl.org>
date Mon, 18 Jan 2010 14:50:57 +0000
parents a10ad9826417
children 947201caa46e
comparison
equal deleted inserted replaced
3678:8e961ef35d4b 3679:ce290de32f2a
420 046B92140A11B8AD00FB151C /* SDL_dlcompat.c in Sources */ = {isa = PBXBuildFile; fileRef = 046B92100A11B8AD00FB151C /* SDL_dlcompat.c */; }; 420 046B92140A11B8AD00FB151C /* SDL_dlcompat.c in Sources */ = {isa = PBXBuildFile; fileRef = 046B92100A11B8AD00FB151C /* SDL_dlcompat.c */; };
421 04DB838C10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838A10FD8C81000519B5 /* SDL_blendfillrect.c */; }; 421 04DB838C10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838A10FD8C81000519B5 /* SDL_blendfillrect.c */; };
422 04DB838D10FD8C81000519B5 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838B10FD8C81000519B5 /* SDL_drawrect.c */; }; 422 04DB838D10FD8C81000519B5 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838B10FD8C81000519B5 /* SDL_drawrect.c */; };
423 04DB838E10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838A10FD8C81000519B5 /* SDL_blendfillrect.c */; }; 423 04DB838E10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838A10FD8C81000519B5 /* SDL_blendfillrect.c */; };
424 04DB838F10FD8C81000519B5 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838B10FD8C81000519B5 /* SDL_drawrect.c */; }; 424 04DB838F10FD8C81000519B5 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838B10FD8C81000519B5 /* SDL_drawrect.c */; };
425 04F2AF661104AC0800D6DDF7 /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F2AF651104AC0800D6DDF7 /* SDL_assert.c */; };
426 04F2AF671104AC0800D6DDF7 /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F2AF651104AC0800D6DDF7 /* SDL_assert.c */; };
427 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; };
428 04F2AF6A1104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; };
425 BECDF62E0761BA81005FE872 /* SDL_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538330006D78D67F000001 /* SDL_audio.c */; }; 429 BECDF62E0761BA81005FE872 /* SDL_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538330006D78D67F000001 /* SDL_audio.c */; };
426 BECDF62F0761BA81005FE872 /* SDL_audiocvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538331006D78D67F000001 /* SDL_audiocvt.c */; }; 430 BECDF62F0761BA81005FE872 /* SDL_audiocvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538331006D78D67F000001 /* SDL_audiocvt.c */; };
427 BECDF6300761BA81005FE872 /* SDL_audiodev.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538332006D78D67F000001 /* SDL_audiodev.c */; }; 431 BECDF6300761BA81005FE872 /* SDL_audiodev.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538332006D78D67F000001 /* SDL_audiodev.c */; };
428 BECDF6320761BA81005FE872 /* SDL_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538334006D78D67F000001 /* SDL_mixer.c */; }; 432 BECDF6320761BA81005FE872 /* SDL_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538334006D78D67F000001 /* SDL_mixer.c */; };
429 BECDF6330761BA81005FE872 /* SDL_wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538335006D78D67F000001 /* SDL_wave.c */; }; 433 BECDF6330761BA81005FE872 /* SDL_wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538335006D78D67F000001 /* SDL_wave.c */; };
699 01538445006D7EC67F000001 /* SDL_thread.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDL_thread.c; path = ../../src/thread/SDL_thread.c; sourceTree = SOURCE_ROOT; }; 703 01538445006D7EC67F000001 /* SDL_thread.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDL_thread.c; path = ../../src/thread/SDL_thread.c; sourceTree = SOURCE_ROOT; };
700 046B91E90A11B53500FB151C /* SDL_sysloadso.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_sysloadso.c; sourceTree = "<group>"; }; 704 046B91E90A11B53500FB151C /* SDL_sysloadso.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_sysloadso.c; sourceTree = "<group>"; };
701 046B92100A11B8AD00FB151C /* SDL_dlcompat.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_dlcompat.c; sourceTree = "<group>"; }; 705 046B92100A11B8AD00FB151C /* SDL_dlcompat.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_dlcompat.c; sourceTree = "<group>"; };
702 04DB838A10FD8C81000519B5 /* SDL_blendfillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendfillrect.c; sourceTree = "<group>"; }; 706 04DB838A10FD8C81000519B5 /* SDL_blendfillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendfillrect.c; sourceTree = "<group>"; };
703 04DB838B10FD8C81000519B5 /* SDL_drawrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawrect.c; sourceTree = "<group>"; }; 707 04DB838B10FD8C81000519B5 /* SDL_drawrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawrect.c; sourceTree = "<group>"; };
708 04F2AF651104AC0800D6DDF7 /* SDL_assert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_assert.c; path = ../../src/SDL_assert.c; sourceTree = SOURCE_ROOT; };
709 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_assert.h; path = ../../include/SDL_assert.h; sourceTree = SOURCE_ROOT; };
704 083E489D006D88D97F000001 /* SDL_joystick.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_joystick.c; sourceTree = "<group>"; }; 710 083E489D006D88D97F000001 /* SDL_joystick.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_joystick.c; sourceTree = "<group>"; };
705 0C5AF5E501191D2B7F000001 /* begin_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = begin_code.h; path = ../../include/begin_code.h; sourceTree = SOURCE_ROOT; }; 711 0C5AF5E501191D2B7F000001 /* begin_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = begin_code.h; path = ../../include/begin_code.h; sourceTree = SOURCE_ROOT; };
706 0C5AF5E601191D2B7F000001 /* close_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = close_code.h; path = ../../include/close_code.h; sourceTree = SOURCE_ROOT; }; 712 0C5AF5E601191D2B7F000001 /* close_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = close_code.h; path = ../../include/close_code.h; sourceTree = SOURCE_ROOT; };
707 0C5AF5E801191D2B7F000001 /* SDL_audio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_audio.h; path = ../../include/SDL_audio.h; sourceTree = SOURCE_ROOT; }; 713 0C5AF5E801191D2B7F000001 /* SDL_audio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_audio.h; path = ../../include/SDL_audio.h; sourceTree = SOURCE_ROOT; };
708 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_copying.h; path = ../../include/SDL_copying.h; sourceTree = SOURCE_ROOT; }; 714 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_copying.h; path = ../../include/SDL_copying.h; sourceTree = SOURCE_ROOT; };
1189 sourceTree = SOURCE_ROOT; 1195 sourceTree = SOURCE_ROOT;
1190 }; 1196 };
1191 0153844A006D81B07F000001 /* Public Headers */ = { 1197 0153844A006D81B07F000001 /* Public Headers */ = {
1192 isa = PBXGroup; 1198 isa = PBXGroup;
1193 children = ( 1199 children = (
1200 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */,
1194 0C5AF5E501191D2B7F000001 /* begin_code.h */, 1201 0C5AF5E501191D2B7F000001 /* begin_code.h */,
1195 0C5AF5E601191D2B7F000001 /* close_code.h */, 1202 0C5AF5E601191D2B7F000001 /* close_code.h */,
1196 0C5AF5FF01191D2B7F000001 /* SDL.h */, 1203 0C5AF5FF01191D2B7F000001 /* SDL.h */,
1197 00CFA67A106B44CE00758660 /* SDL_atomic.h */, 1204 00CFA67A106B44CE00758660 /* SDL_atomic.h */,
1198 0C5AF5E801191D2B7F000001 /* SDL_audio.h */, 1205 0C5AF5E801191D2B7F000001 /* SDL_audio.h */,
1288 sourceTree = "<group>"; 1295 sourceTree = "<group>";
1289 }; 1296 };
1290 08FB77ACFE841707C02AAC07 /* Library Source */ = { 1297 08FB77ACFE841707C02AAC07 /* Library Source */ = {
1291 isa = PBXGroup; 1298 isa = PBXGroup;
1292 children = ( 1299 children = (
1300 04F2AF651104AC0800D6DDF7 /* SDL_assert.c */,
1301 00CFA6FA106B493800758660 /* SDL_compat.c */,
1302 00CFA6FB106B493800758660 /* SDL_error_c.h */,
1303 01538438006D7D947F000001 /* SDL_error.c */,
1304 00CFA6FC106B493800758660 /* SDL_fatal.h */,
1305 01538439006D7D947F000001 /* SDL_fatal.c */,
1306 0153843C006D7D947F000001 /* SDL.c */,
1293 00CFA69B106B467B00758660 /* atomic */, 1307 00CFA69B106B467B00758660 /* atomic */,
1294 0153832C006D78D67F000001 /* audio */, 1308 0153832C006D78D67F000001 /* audio */,
1295 B24DA50105A88D52006B9F1C /* cpuinfo */, 1309 B24DA50105A88D52006B9F1C /* cpuinfo */,
1296 01538367006D79147F000001 /* events */, 1310 01538367006D79147F000001 /* events */,
1297 01538376006D79307F000001 /* file */, 1311 01538376006D79307F000001 /* file */,
1301 001798BE10743B9F00F5D044 /* power */, 1315 001798BE10743B9F00F5D044 /* power */,
1302 00162D6309BD214E0037C8D0 /* stdlib */, 1316 00162D6309BD214E0037C8D0 /* stdlib */,
1303 01538379006D79737F000001 /* thread */, 1317 01538379006D79737F000001 /* thread */,
1304 01538391006D79BC7F000001 /* timer */, 1318 01538391006D79BC7F000001 /* timer */,
1305 015383BE006D7A567F000001 /* video */, 1319 015383BE006D7A567F000001 /* video */,
1306 00CFA6FA106B493800758660 /* SDL_compat.c */,
1307 00CFA6FB106B493800758660 /* SDL_error_c.h */,
1308 01538438006D7D947F000001 /* SDL_error.c */,
1309 00CFA6FC106B493800758660 /* SDL_fatal.h */,
1310 01538439006D7D947F000001 /* SDL_fatal.c */,
1311 0153843C006D7D947F000001 /* SDL.c */,
1312 ); 1320 );
1313 name = "Library Source"; 1321 name = "Library Source";
1314 sourceTree = "<group>"; 1322 sourceTree = "<group>";
1315 }; 1323 };
1316 B24DA50105A88D52006B9F1C /* cpuinfo */ = { 1324 B24DA50105A88D52006B9F1C /* cpuinfo */ = {
1504 00CFA83C106B49B600758660 /* SDL_renderer_sw.h in Headers */, 1512 00CFA83C106B49B600758660 /* SDL_renderer_sw.h in Headers */,
1505 00CFA83D106B49B600758660 /* SDL_RLEaccel_c.h in Headers */, 1513 00CFA83D106B49B600758660 /* SDL_RLEaccel_c.h in Headers */,
1506 00CFA841106B49B600758660 /* SDL_sysvideo.h in Headers */, 1514 00CFA841106B49B600758660 /* SDL_sysvideo.h in Headers */,
1507 00CFA844106B49B600758660 /* SDL_yuv_sw_c.h in Headers */, 1515 00CFA844106B49B600758660 /* SDL_yuv_sw_c.h in Headers */,
1508 00A6EBDA1078D569001EEA06 /* SDL_revision.h in Headers */, 1516 00A6EBDA1078D569001EEA06 /* SDL_revision.h in Headers */,
1517 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */,
1509 ); 1518 );
1510 runOnlyForDeploymentPostprocessing = 0; 1519 runOnlyForDeploymentPostprocessing = 0;
1511 }; 1520 };
1512 BECDF66E0761BA81005FE872 /* Headers */ = { 1521 BECDF66E0761BA81005FE872 /* Headers */ = {
1513 isa = PBXHeadersBuildPhase; 1522 isa = PBXHeadersBuildPhase;
1602 00CFA86A106B49B600758660 /* SDL_renderer_sw.h in Headers */, 1611 00CFA86A106B49B600758660 /* SDL_renderer_sw.h in Headers */,
1603 00CFA86B106B49B600758660 /* SDL_RLEaccel_c.h in Headers */, 1612 00CFA86B106B49B600758660 /* SDL_RLEaccel_c.h in Headers */,
1604 00CFA86F106B49B600758660 /* SDL_sysvideo.h in Headers */, 1613 00CFA86F106B49B600758660 /* SDL_sysvideo.h in Headers */,
1605 00CFA872106B49B600758660 /* SDL_yuv_sw_c.h in Headers */, 1614 00CFA872106B49B600758660 /* SDL_yuv_sw_c.h in Headers */,
1606 00A6EBDB1078D569001EEA06 /* SDL_revision.h in Headers */, 1615 00A6EBDB1078D569001EEA06 /* SDL_revision.h in Headers */,
1616 04F2AF6A1104AC4500D6DDF7 /* SDL_assert.h in Headers */,
1607 ); 1617 );
1608 runOnlyForDeploymentPostprocessing = 0; 1618 runOnlyForDeploymentPostprocessing = 0;
1609 }; 1619 };
1610 /* End PBXHeadersBuildPhase section */ 1620 /* End PBXHeadersBuildPhase section */
1611 1621
1907 00CFA845106B49B600758660 /* SDL_yuv_sw.c in Sources */, 1917 00CFA845106B49B600758660 /* SDL_yuv_sw.c in Sources */,
1908 001798D210743B9F00F5D044 /* SDL_syspower.c in Sources */, 1918 001798D210743B9F00F5D044 /* SDL_syspower.c in Sources */,
1909 001798D410743B9F00F5D044 /* SDL_power.c in Sources */, 1919 001798D410743B9F00F5D044 /* SDL_power.c in Sources */,
1910 04DB838C10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */, 1920 04DB838C10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */,
1911 04DB838D10FD8C81000519B5 /* SDL_drawrect.c in Sources */, 1921 04DB838D10FD8C81000519B5 /* SDL_drawrect.c in Sources */,
1922 04F2AF661104AC0800D6DDF7 /* SDL_assert.c in Sources */,
1912 ); 1923 );
1913 runOnlyForDeploymentPostprocessing = 0; 1924 runOnlyForDeploymentPostprocessing = 0;
1914 }; 1925 };
1915 BECDF6790761BA81005FE872 /* Sources */ = { 1926 BECDF6790761BA81005FE872 /* Sources */ = {
1916 isa = PBXSourcesBuildPhase; 1927 isa = PBXSourcesBuildPhase;
2021 00CFA873106B49B600758660 /* SDL_yuv_sw.c in Sources */, 2032 00CFA873106B49B600758660 /* SDL_yuv_sw.c in Sources */,
2022 001798CC10743B9F00F5D044 /* SDL_syspower.c in Sources */, 2033 001798CC10743B9F00F5D044 /* SDL_syspower.c in Sources */,
2023 001798CE10743B9F00F5D044 /* SDL_power.c in Sources */, 2034 001798CE10743B9F00F5D044 /* SDL_power.c in Sources */,
2024 04DB838E10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */, 2035 04DB838E10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */,
2025 04DB838F10FD8C81000519B5 /* SDL_drawrect.c in Sources */, 2036 04DB838F10FD8C81000519B5 /* SDL_drawrect.c in Sources */,
2037 04F2AF671104AC0800D6DDF7 /* SDL_assert.c in Sources */,
2026 ); 2038 );
2027 runOnlyForDeploymentPostprocessing = 0; 2039 runOnlyForDeploymentPostprocessing = 0;
2028 }; 2040 };
2029 /* End PBXSourcesBuildPhase section */ 2041 /* End PBXSourcesBuildPhase section */
2030 2042