Mercurial > sdl-ios-xcode
comparison Xcode/SDL/SDL.xcodeproj/project.pbxproj @ 5169:4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
The software renderer has been re-routed to use the framebuffer interface, which makes it possible to have software rendering available even on simple ports.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 03 Feb 2011 15:49:37 -0800 |
parents | 307ccc9c135e |
children | 7c3422025c35 |
comparison
equal
deleted
inserted
replaced
5168:2b1989f59674 | 5169:4d39eeaad00b |
---|---|
250 04BD010412E6671800899322 /* SDL_cocoawindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFED312E6671800899322 /* SDL_cocoawindow.m */; }; | 250 04BD010412E6671800899322 /* SDL_cocoawindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFED312E6671800899322 /* SDL_cocoawindow.m */; }; |
251 04BD011712E6671800899322 /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEE812E6671800899322 /* SDL_nullevents.c */; }; | 251 04BD011712E6671800899322 /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEE812E6671800899322 /* SDL_nullevents.c */; }; |
252 04BD011812E6671800899322 /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEE912E6671800899322 /* SDL_nullevents_c.h */; }; | 252 04BD011812E6671800899322 /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEE912E6671800899322 /* SDL_nullevents_c.h */; }; |
253 04BD011B12E6671800899322 /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEEC12E6671800899322 /* SDL_nullvideo.c */; }; | 253 04BD011B12E6671800899322 /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEEC12E6671800899322 /* SDL_nullvideo.c */; }; |
254 04BD011C12E6671800899322 /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEED12E6671800899322 /* SDL_nullvideo.h */; }; | 254 04BD011C12E6671800899322 /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEED12E6671800899322 /* SDL_nullvideo.h */; }; |
255 04BD016F12E6671800899322 /* SDL_alphamult.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4812E6671800899322 /* SDL_alphamult.c */; }; | |
256 04BD017012E6671800899322 /* SDL_alphamult.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF4912E6671800899322 /* SDL_alphamult.h */; }; | |
257 04BD017112E6671800899322 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4A12E6671800899322 /* SDL_blendfillrect.c */; }; | |
258 04BD017212E6671800899322 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4B12E6671800899322 /* SDL_blendline.c */; }; | |
259 04BD017312E6671800899322 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4C12E6671800899322 /* SDL_blendpoint.c */; }; | |
260 04BD017412E6671800899322 /* SDL_blendrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4D12E6671800899322 /* SDL_blendrect.c */; }; | |
261 04BD017512E6671800899322 /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4E12E6671800899322 /* SDL_blit.c */; }; | 255 04BD017512E6671800899322 /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4E12E6671800899322 /* SDL_blit.c */; }; |
262 04BD017612E6671800899322 /* SDL_blit.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF4F12E6671800899322 /* SDL_blit.h */; }; | 256 04BD017612E6671800899322 /* SDL_blit.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF4F12E6671800899322 /* SDL_blit.h */; }; |
263 04BD017712E6671800899322 /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5012E6671800899322 /* SDL_blit_0.c */; }; | 257 04BD017712E6671800899322 /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5012E6671800899322 /* SDL_blit_0.c */; }; |
264 04BD017812E6671800899322 /* SDL_blit_1.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5112E6671800899322 /* SDL_blit_1.c */; }; | 258 04BD017812E6671800899322 /* SDL_blit_1.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5112E6671800899322 /* SDL_blit_1.c */; }; |
265 04BD017912E6671800899322 /* SDL_blit_A.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5212E6671800899322 /* SDL_blit_A.c */; }; | 259 04BD017912E6671800899322 /* SDL_blit_A.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5212E6671800899322 /* SDL_blit_A.c */; }; |
270 04BD017E12E6671800899322 /* SDL_blit_N.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5712E6671800899322 /* SDL_blit_N.c */; }; | 264 04BD017E12E6671800899322 /* SDL_blit_N.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5712E6671800899322 /* SDL_blit_N.c */; }; |
271 04BD017F12E6671800899322 /* SDL_blit_slow.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5812E6671800899322 /* SDL_blit_slow.c */; }; | 265 04BD017F12E6671800899322 /* SDL_blit_slow.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5812E6671800899322 /* SDL_blit_slow.c */; }; |
272 04BD018012E6671800899322 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF5912E6671800899322 /* SDL_blit_slow.h */; }; | 266 04BD018012E6671800899322 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF5912E6671800899322 /* SDL_blit_slow.h */; }; |
273 04BD018112E6671800899322 /* SDL_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5A12E6671800899322 /* SDL_bmp.c */; }; | 267 04BD018112E6671800899322 /* SDL_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5A12E6671800899322 /* SDL_bmp.c */; }; |
274 04BD018212E6671800899322 /* SDL_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5B12E6671800899322 /* SDL_clipboard.c */; }; | 268 04BD018212E6671800899322 /* SDL_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5B12E6671800899322 /* SDL_clipboard.c */; }; |
275 04BD018312E6671800899322 /* SDL_draw.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF5C12E6671800899322 /* SDL_draw.h */; }; | |
276 04BD018412E6671800899322 /* SDL_drawline.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5D12E6671800899322 /* SDL_drawline.c */; }; | |
277 04BD018512E6671800899322 /* SDL_drawpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5E12E6671800899322 /* SDL_drawpoint.c */; }; | |
278 04BD018612E6671800899322 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5F12E6671800899322 /* SDL_drawrect.c */; }; | |
279 04BD018712E6671800899322 /* SDL_fillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6012E6671800899322 /* SDL_fillrect.c */; }; | 269 04BD018712E6671800899322 /* SDL_fillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6012E6671800899322 /* SDL_fillrect.c */; }; |
280 04BD018812E6671800899322 /* SDL_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6112E6671800899322 /* SDL_gamma.c */; }; | 270 04BD018812E6671800899322 /* SDL_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6112E6671800899322 /* SDL_gamma.c */; }; |
281 04BD018912E6671800899322 /* SDL_glesfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6212E6671800899322 /* SDL_glesfuncs.h */; }; | 271 04BD018912E6671800899322 /* SDL_glesfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6212E6671800899322 /* SDL_glesfuncs.h */; }; |
282 04BD018A12E6671800899322 /* SDL_glfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6312E6671800899322 /* SDL_glfuncs.h */; }; | 272 04BD018A12E6671800899322 /* SDL_glfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6312E6671800899322 /* SDL_glfuncs.h */; }; |
283 04BD018B12E6671800899322 /* SDL_leaks.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6412E6671800899322 /* SDL_leaks.h */; }; | 273 04BD018B12E6671800899322 /* SDL_leaks.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6412E6671800899322 /* SDL_leaks.h */; }; |
459 04BD031E12E6671800899322 /* SDL_cocoawindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFED312E6671800899322 /* SDL_cocoawindow.m */; }; | 449 04BD031E12E6671800899322 /* SDL_cocoawindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFED312E6671800899322 /* SDL_cocoawindow.m */; }; |
460 04BD033112E6671800899322 /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEE812E6671800899322 /* SDL_nullevents.c */; }; | 450 04BD033112E6671800899322 /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEE812E6671800899322 /* SDL_nullevents.c */; }; |
461 04BD033212E6671800899322 /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEE912E6671800899322 /* SDL_nullevents_c.h */; }; | 451 04BD033212E6671800899322 /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEE912E6671800899322 /* SDL_nullevents_c.h */; }; |
462 04BD033512E6671800899322 /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEEC12E6671800899322 /* SDL_nullvideo.c */; }; | 452 04BD033512E6671800899322 /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEEC12E6671800899322 /* SDL_nullvideo.c */; }; |
463 04BD033612E6671800899322 /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEED12E6671800899322 /* SDL_nullvideo.h */; }; | 453 04BD033612E6671800899322 /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEED12E6671800899322 /* SDL_nullvideo.h */; }; |
464 04BD038912E6671800899322 /* SDL_alphamult.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4812E6671800899322 /* SDL_alphamult.c */; }; | |
465 04BD038A12E6671800899322 /* SDL_alphamult.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF4912E6671800899322 /* SDL_alphamult.h */; }; | |
466 04BD038B12E6671800899322 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4A12E6671800899322 /* SDL_blendfillrect.c */; }; | |
467 04BD038C12E6671800899322 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4B12E6671800899322 /* SDL_blendline.c */; }; | |
468 04BD038D12E6671800899322 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4C12E6671800899322 /* SDL_blendpoint.c */; }; | |
469 04BD038E12E6671800899322 /* SDL_blendrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4D12E6671800899322 /* SDL_blendrect.c */; }; | |
470 04BD038F12E6671800899322 /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4E12E6671800899322 /* SDL_blit.c */; }; | 454 04BD038F12E6671800899322 /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4E12E6671800899322 /* SDL_blit.c */; }; |
471 04BD039012E6671800899322 /* SDL_blit.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF4F12E6671800899322 /* SDL_blit.h */; }; | 455 04BD039012E6671800899322 /* SDL_blit.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF4F12E6671800899322 /* SDL_blit.h */; }; |
472 04BD039112E6671800899322 /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5012E6671800899322 /* SDL_blit_0.c */; }; | 456 04BD039112E6671800899322 /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5012E6671800899322 /* SDL_blit_0.c */; }; |
473 04BD039212E6671800899322 /* SDL_blit_1.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5112E6671800899322 /* SDL_blit_1.c */; }; | 457 04BD039212E6671800899322 /* SDL_blit_1.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5112E6671800899322 /* SDL_blit_1.c */; }; |
474 04BD039312E6671800899322 /* SDL_blit_A.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5212E6671800899322 /* SDL_blit_A.c */; }; | 458 04BD039312E6671800899322 /* SDL_blit_A.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5212E6671800899322 /* SDL_blit_A.c */; }; |
479 04BD039812E6671800899322 /* SDL_blit_N.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5712E6671800899322 /* SDL_blit_N.c */; }; | 463 04BD039812E6671800899322 /* SDL_blit_N.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5712E6671800899322 /* SDL_blit_N.c */; }; |
480 04BD039912E6671800899322 /* SDL_blit_slow.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5812E6671800899322 /* SDL_blit_slow.c */; }; | 464 04BD039912E6671800899322 /* SDL_blit_slow.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5812E6671800899322 /* SDL_blit_slow.c */; }; |
481 04BD039A12E6671800899322 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF5912E6671800899322 /* SDL_blit_slow.h */; }; | 465 04BD039A12E6671800899322 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF5912E6671800899322 /* SDL_blit_slow.h */; }; |
482 04BD039B12E6671800899322 /* SDL_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5A12E6671800899322 /* SDL_bmp.c */; }; | 466 04BD039B12E6671800899322 /* SDL_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5A12E6671800899322 /* SDL_bmp.c */; }; |
483 04BD039C12E6671800899322 /* SDL_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5B12E6671800899322 /* SDL_clipboard.c */; }; | 467 04BD039C12E6671800899322 /* SDL_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5B12E6671800899322 /* SDL_clipboard.c */; }; |
484 04BD039D12E6671800899322 /* SDL_draw.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF5C12E6671800899322 /* SDL_draw.h */; }; | |
485 04BD039E12E6671800899322 /* SDL_drawline.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5D12E6671800899322 /* SDL_drawline.c */; }; | |
486 04BD039F12E6671800899322 /* SDL_drawpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5E12E6671800899322 /* SDL_drawpoint.c */; }; | |
487 04BD03A012E6671800899322 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5F12E6671800899322 /* SDL_drawrect.c */; }; | |
488 04BD03A112E6671800899322 /* SDL_fillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6012E6671800899322 /* SDL_fillrect.c */; }; | 468 04BD03A112E6671800899322 /* SDL_fillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6012E6671800899322 /* SDL_fillrect.c */; }; |
489 04BD03A212E6671800899322 /* SDL_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6112E6671800899322 /* SDL_gamma.c */; }; | 469 04BD03A212E6671800899322 /* SDL_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6112E6671800899322 /* SDL_gamma.c */; }; |
490 04BD03A312E6671800899322 /* SDL_glesfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6212E6671800899322 /* SDL_glesfuncs.h */; }; | 470 04BD03A312E6671800899322 /* SDL_glesfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6212E6671800899322 /* SDL_glesfuncs.h */; }; |
491 04BD03A412E6671800899322 /* SDL_glfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6312E6671800899322 /* SDL_glfuncs.h */; }; | 471 04BD03A412E6671800899322 /* SDL_glfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6312E6671800899322 /* SDL_glfuncs.h */; }; |
492 04BD03A512E6671800899322 /* SDL_leaks.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6412E6671800899322 /* SDL_leaks.h */; }; | 472 04BD03A512E6671800899322 /* SDL_leaks.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6412E6671800899322 /* SDL_leaks.h */; }; |
562 04BDFFFC12E6671800899322 /* SDL_spinlock.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD7512E6671700899322 /* SDL_spinlock.c */; }; | 542 04BDFFFC12E6671800899322 /* SDL_spinlock.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD7512E6671700899322 /* SDL_spinlock.c */; }; |
563 04DEA57111E6006A00386CAC /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 04DEA56F11E6006A00386CAC /* SDL_input.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 543 04DEA57111E6006A00386CAC /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 04DEA56F11E6006A00386CAC /* SDL_input.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
564 04DEA57311E6006A00386CAC /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 04DEA56F11E6006A00386CAC /* SDL_input.h */; }; | 544 04DEA57311E6006A00386CAC /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 04DEA56F11E6006A00386CAC /* SDL_input.h */; }; |
565 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 545 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
566 04F2AF6A1104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; }; | 546 04F2AF6A1104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; }; |
547 04F7803912FB748500FC43C0 /* SDL_nullframebuffer_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7803712FB748500FC43C0 /* SDL_nullframebuffer_c.h */; }; | |
548 04F7803A12FB748500FC43C0 /* SDL_nullframebuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7803812FB748500FC43C0 /* SDL_nullframebuffer.c */; }; | |
549 04F7803B12FB748500FC43C0 /* SDL_nullframebuffer_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7803712FB748500FC43C0 /* SDL_nullframebuffer_c.h */; }; | |
550 04F7803C12FB748500FC43C0 /* SDL_nullframebuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7803812FB748500FC43C0 /* SDL_nullframebuffer.c */; }; | |
551 04F7804912FB74A200FC43C0 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7803D12FB74A200FC43C0 /* SDL_blendfillrect.c */; }; | |
552 04F7804A12FB74A200FC43C0 /* SDL_blendfillrect.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7803E12FB74A200FC43C0 /* SDL_blendfillrect.h */; }; | |
553 04F7804B12FB74A200FC43C0 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7803F12FB74A200FC43C0 /* SDL_blendline.c */; }; | |
554 04F7804C12FB74A200FC43C0 /* SDL_blendline.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804012FB74A200FC43C0 /* SDL_blendline.h */; }; | |
555 04F7804D12FB74A200FC43C0 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7804112FB74A200FC43C0 /* SDL_blendpoint.c */; }; | |
556 04F7804E12FB74A200FC43C0 /* SDL_blendpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804212FB74A200FC43C0 /* SDL_blendpoint.h */; }; | |
557 04F7804F12FB74A200FC43C0 /* SDL_draw.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804312FB74A200FC43C0 /* SDL_draw.h */; }; | |
558 04F7805012FB74A200FC43C0 /* SDL_drawline.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7804412FB74A200FC43C0 /* SDL_drawline.c */; }; | |
559 04F7805112FB74A200FC43C0 /* SDL_drawline.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804512FB74A200FC43C0 /* SDL_drawline.h */; }; | |
560 04F7805212FB74A200FC43C0 /* SDL_drawpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7804612FB74A200FC43C0 /* SDL_drawpoint.c */; }; | |
561 04F7805312FB74A200FC43C0 /* SDL_drawpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804712FB74A200FC43C0 /* SDL_drawpoint.h */; }; | |
562 04F7805412FB74A200FC43C0 /* SDL_renderer_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804812FB74A200FC43C0 /* SDL_renderer_sw_c.h */; }; | |
563 04F7805512FB74A200FC43C0 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7803D12FB74A200FC43C0 /* SDL_blendfillrect.c */; }; | |
564 04F7805612FB74A200FC43C0 /* SDL_blendfillrect.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7803E12FB74A200FC43C0 /* SDL_blendfillrect.h */; }; | |
565 04F7805712FB74A200FC43C0 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7803F12FB74A200FC43C0 /* SDL_blendline.c */; }; | |
566 04F7805812FB74A200FC43C0 /* SDL_blendline.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804012FB74A200FC43C0 /* SDL_blendline.h */; }; | |
567 04F7805912FB74A200FC43C0 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7804112FB74A200FC43C0 /* SDL_blendpoint.c */; }; | |
568 04F7805A12FB74A200FC43C0 /* SDL_blendpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804212FB74A200FC43C0 /* SDL_blendpoint.h */; }; | |
569 04F7805B12FB74A200FC43C0 /* SDL_draw.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804312FB74A200FC43C0 /* SDL_draw.h */; }; | |
570 04F7805C12FB74A200FC43C0 /* SDL_drawline.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7804412FB74A200FC43C0 /* SDL_drawline.c */; }; | |
571 04F7805D12FB74A200FC43C0 /* SDL_drawline.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804512FB74A200FC43C0 /* SDL_drawline.h */; }; | |
572 04F7805E12FB74A200FC43C0 /* SDL_drawpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7804612FB74A200FC43C0 /* SDL_drawpoint.c */; }; | |
573 04F7805F12FB74A200FC43C0 /* SDL_drawpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804712FB74A200FC43C0 /* SDL_drawpoint.h */; }; | |
574 04F7806012FB74A200FC43C0 /* SDL_renderer_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804812FB74A200FC43C0 /* SDL_renderer_sw_c.h */; }; | |
567 453773821207C518002F0F45 /* SDL_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = 453773811207C518002F0F45 /* SDL_shape.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 575 453773821207C518002F0F45 /* SDL_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = 453773811207C518002F0F45 /* SDL_shape.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
568 8CB0A77811F6A87F00CBA2DE /* SDL_gesture.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CB0A77611F6A87F00CBA2DE /* SDL_gesture.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 576 8CB0A77811F6A87F00CBA2DE /* SDL_gesture.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CB0A77611F6A87F00CBA2DE /* SDL_gesture.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
569 8CB0A77911F6A87F00CBA2DE /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CB0A77711F6A87F00CBA2DE /* SDL_touch.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 577 8CB0A77911F6A87F00CBA2DE /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CB0A77711F6A87F00CBA2DE /* SDL_touch.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
570 BECDF6760761BA81005FE872 /* SDL_cpuinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */; }; | 578 BECDF6760761BA81005FE872 /* SDL_cpuinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */; }; |
571 BECDF6770761BA81005FE872 /* SDL_name.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC705C4450500E5DC7F /* SDL_name.h */; }; | 579 BECDF6770761BA81005FE872 /* SDL_name.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC705C4450500E5DC7F /* SDL_name.h */; }; |
816 04BDFED312E6671800899322 /* SDL_cocoawindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoawindow.m; sourceTree = "<group>"; }; | 824 04BDFED312E6671800899322 /* SDL_cocoawindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoawindow.m; sourceTree = "<group>"; }; |
817 04BDFEE812E6671800899322 /* SDL_nullevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullevents.c; sourceTree = "<group>"; }; | 825 04BDFEE812E6671800899322 /* SDL_nullevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullevents.c; sourceTree = "<group>"; }; |
818 04BDFEE912E6671800899322 /* SDL_nullevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullevents_c.h; sourceTree = "<group>"; }; | 826 04BDFEE912E6671800899322 /* SDL_nullevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullevents_c.h; sourceTree = "<group>"; }; |
819 04BDFEEC12E6671800899322 /* SDL_nullvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullvideo.c; sourceTree = "<group>"; }; | 827 04BDFEEC12E6671800899322 /* SDL_nullvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullvideo.c; sourceTree = "<group>"; }; |
820 04BDFEED12E6671800899322 /* SDL_nullvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullvideo.h; sourceTree = "<group>"; }; | 828 04BDFEED12E6671800899322 /* SDL_nullvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullvideo.h; sourceTree = "<group>"; }; |
821 04BDFF4812E6671800899322 /* SDL_alphamult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_alphamult.c; sourceTree = "<group>"; }; | |
822 04BDFF4912E6671800899322 /* SDL_alphamult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_alphamult.h; sourceTree = "<group>"; }; | |
823 04BDFF4A12E6671800899322 /* SDL_blendfillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendfillrect.c; sourceTree = "<group>"; }; | |
824 04BDFF4B12E6671800899322 /* SDL_blendline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendline.c; sourceTree = "<group>"; }; | |
825 04BDFF4C12E6671800899322 /* SDL_blendpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendpoint.c; sourceTree = "<group>"; }; | |
826 04BDFF4D12E6671800899322 /* SDL_blendrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendrect.c; sourceTree = "<group>"; }; | |
827 04BDFF4E12E6671800899322 /* SDL_blit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit.c; sourceTree = "<group>"; }; | 829 04BDFF4E12E6671800899322 /* SDL_blit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit.c; sourceTree = "<group>"; }; |
828 04BDFF4F12E6671800899322 /* SDL_blit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit.h; sourceTree = "<group>"; }; | 830 04BDFF4F12E6671800899322 /* SDL_blit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit.h; sourceTree = "<group>"; }; |
829 04BDFF5012E6671800899322 /* SDL_blit_0.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_0.c; sourceTree = "<group>"; }; | 831 04BDFF5012E6671800899322 /* SDL_blit_0.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_0.c; sourceTree = "<group>"; }; |
830 04BDFF5112E6671800899322 /* SDL_blit_1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_1.c; sourceTree = "<group>"; }; | 832 04BDFF5112E6671800899322 /* SDL_blit_1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_1.c; sourceTree = "<group>"; }; |
831 04BDFF5212E6671800899322 /* SDL_blit_A.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_A.c; sourceTree = "<group>"; }; | 833 04BDFF5212E6671800899322 /* SDL_blit_A.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_A.c; sourceTree = "<group>"; }; |
836 04BDFF5712E6671800899322 /* SDL_blit_N.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_N.c; sourceTree = "<group>"; }; | 838 04BDFF5712E6671800899322 /* SDL_blit_N.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_N.c; sourceTree = "<group>"; }; |
837 04BDFF5812E6671800899322 /* SDL_blit_slow.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_slow.c; sourceTree = "<group>"; }; | 839 04BDFF5812E6671800899322 /* SDL_blit_slow.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_slow.c; sourceTree = "<group>"; }; |
838 04BDFF5912E6671800899322 /* SDL_blit_slow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit_slow.h; sourceTree = "<group>"; }; | 840 04BDFF5912E6671800899322 /* SDL_blit_slow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit_slow.h; sourceTree = "<group>"; }; |
839 04BDFF5A12E6671800899322 /* SDL_bmp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_bmp.c; sourceTree = "<group>"; }; | 841 04BDFF5A12E6671800899322 /* SDL_bmp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_bmp.c; sourceTree = "<group>"; }; |
840 04BDFF5B12E6671800899322 /* SDL_clipboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_clipboard.c; sourceTree = "<group>"; }; | 842 04BDFF5B12E6671800899322 /* SDL_clipboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_clipboard.c; sourceTree = "<group>"; }; |
841 04BDFF5C12E6671800899322 /* SDL_draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_draw.h; sourceTree = "<group>"; }; | |
842 04BDFF5D12E6671800899322 /* SDL_drawline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawline.c; sourceTree = "<group>"; }; | |
843 04BDFF5E12E6671800899322 /* SDL_drawpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawpoint.c; sourceTree = "<group>"; }; | |
844 04BDFF5F12E6671800899322 /* SDL_drawrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawrect.c; sourceTree = "<group>"; }; | |
845 04BDFF6012E6671800899322 /* SDL_fillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_fillrect.c; sourceTree = "<group>"; }; | 843 04BDFF6012E6671800899322 /* SDL_fillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_fillrect.c; sourceTree = "<group>"; }; |
846 04BDFF6112E6671800899322 /* SDL_gamma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_gamma.c; sourceTree = "<group>"; }; | 844 04BDFF6112E6671800899322 /* SDL_gamma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_gamma.c; sourceTree = "<group>"; }; |
847 04BDFF6212E6671800899322 /* SDL_glesfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glesfuncs.h; sourceTree = "<group>"; }; | 845 04BDFF6212E6671800899322 /* SDL_glesfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glesfuncs.h; sourceTree = "<group>"; }; |
848 04BDFF6312E6671800899322 /* SDL_glfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glfuncs.h; sourceTree = "<group>"; }; | 846 04BDFF6312E6671800899322 /* SDL_glfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glfuncs.h; sourceTree = "<group>"; }; |
849 04BDFF6412E6671800899322 /* SDL_leaks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_leaks.h; sourceTree = "<group>"; }; | 847 04BDFF6412E6671800899322 /* SDL_leaks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_leaks.h; sourceTree = "<group>"; }; |
916 04BDFFF712E6671800899322 /* Xv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Xv.c; sourceTree = "<group>"; }; | 914 04BDFFF712E6671800899322 /* Xv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Xv.c; sourceTree = "<group>"; }; |
917 04BDFFF812E6671800899322 /* Xvlibint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xvlibint.h; sourceTree = "<group>"; }; | 915 04BDFFF812E6671800899322 /* Xvlibint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xvlibint.h; sourceTree = "<group>"; }; |
918 04BDFFFA12E6671800899322 /* XF86VMode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = XF86VMode.c; sourceTree = "<group>"; }; | 916 04BDFFFA12E6671800899322 /* XF86VMode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = XF86VMode.c; sourceTree = "<group>"; }; |
919 04DEA56F11E6006A00386CAC /* SDL_input.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_input.h; path = ../../include/SDL_input.h; sourceTree = SOURCE_ROOT; }; | 917 04DEA56F11E6006A00386CAC /* SDL_input.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_input.h; path = ../../include/SDL_input.h; sourceTree = SOURCE_ROOT; }; |
920 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_assert.h; path = ../../include/SDL_assert.h; sourceTree = SOURCE_ROOT; }; | 918 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_assert.h; path = ../../include/SDL_assert.h; sourceTree = SOURCE_ROOT; }; |
919 04F7803712FB748500FC43C0 /* SDL_nullframebuffer_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullframebuffer_c.h; sourceTree = "<group>"; }; | |
920 04F7803812FB748500FC43C0 /* SDL_nullframebuffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullframebuffer.c; sourceTree = "<group>"; }; | |
921 04F7803D12FB74A200FC43C0 /* SDL_blendfillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendfillrect.c; sourceTree = "<group>"; }; | |
922 04F7803E12FB74A200FC43C0 /* SDL_blendfillrect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blendfillrect.h; sourceTree = "<group>"; }; | |
923 04F7803F12FB74A200FC43C0 /* SDL_blendline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendline.c; sourceTree = "<group>"; }; | |
924 04F7804012FB74A200FC43C0 /* SDL_blendline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blendline.h; sourceTree = "<group>"; }; | |
925 04F7804112FB74A200FC43C0 /* SDL_blendpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendpoint.c; sourceTree = "<group>"; }; | |
926 04F7804212FB74A200FC43C0 /* SDL_blendpoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blendpoint.h; sourceTree = "<group>"; }; | |
927 04F7804312FB74A200FC43C0 /* SDL_draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_draw.h; sourceTree = "<group>"; }; | |
928 04F7804412FB74A200FC43C0 /* SDL_drawline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawline.c; sourceTree = "<group>"; }; | |
929 04F7804512FB74A200FC43C0 /* SDL_drawline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_drawline.h; sourceTree = "<group>"; }; | |
930 04F7804612FB74A200FC43C0 /* SDL_drawpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawpoint.c; sourceTree = "<group>"; }; | |
931 04F7804712FB74A200FC43C0 /* SDL_drawpoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_drawpoint.h; sourceTree = "<group>"; }; | |
932 04F7804812FB74A200FC43C0 /* SDL_renderer_sw_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_renderer_sw_c.h; sourceTree = "<group>"; }; | |
921 0C5AF5E501191D2B7F000001 /* begin_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = begin_code.h; path = ../../include/begin_code.h; sourceTree = SOURCE_ROOT; }; | 933 0C5AF5E501191D2B7F000001 /* begin_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = begin_code.h; path = ../../include/begin_code.h; sourceTree = SOURCE_ROOT; }; |
922 0C5AF5E601191D2B7F000001 /* close_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = close_code.h; path = ../../include/close_code.h; sourceTree = SOURCE_ROOT; }; | 934 0C5AF5E601191D2B7F000001 /* close_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = close_code.h; path = ../../include/close_code.h; sourceTree = SOURCE_ROOT; }; |
923 0C5AF5E801191D2B7F000001 /* SDL_audio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_audio.h; path = ../../include/SDL_audio.h; sourceTree = SOURCE_ROOT; }; | 935 0C5AF5E801191D2B7F000001 /* SDL_audio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_audio.h; path = ../../include/SDL_audio.h; sourceTree = SOURCE_ROOT; }; |
924 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_copying.h; path = ../../include/SDL_copying.h; sourceTree = SOURCE_ROOT; }; | 936 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_copying.h; path = ../../include/SDL_copying.h; sourceTree = SOURCE_ROOT; }; |
925 0C5AF5EC01191D2B7F000001 /* SDL_endian.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_endian.h; path = ../../include/SDL_endian.h; sourceTree = SOURCE_ROOT; }; | 937 0C5AF5EC01191D2B7F000001 /* SDL_endian.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_endian.h; path = ../../include/SDL_endian.h; sourceTree = SOURCE_ROOT; }; |
1208 sourceTree = "<group>"; | 1220 sourceTree = "<group>"; |
1209 }; | 1221 }; |
1210 041B2CA012FA0D680087D585 /* software */ = { | 1222 041B2CA012FA0D680087D585 /* software */ = { |
1211 isa = PBXGroup; | 1223 isa = PBXGroup; |
1212 children = ( | 1224 children = ( |
1225 04F7803D12FB74A200FC43C0 /* SDL_blendfillrect.c */, | |
1226 04F7803E12FB74A200FC43C0 /* SDL_blendfillrect.h */, | |
1227 04F7803F12FB74A200FC43C0 /* SDL_blendline.c */, | |
1228 04F7804012FB74A200FC43C0 /* SDL_blendline.h */, | |
1229 04F7804112FB74A200FC43C0 /* SDL_blendpoint.c */, | |
1230 04F7804212FB74A200FC43C0 /* SDL_blendpoint.h */, | |
1231 04F7804312FB74A200FC43C0 /* SDL_draw.h */, | |
1232 04F7804412FB74A200FC43C0 /* SDL_drawline.c */, | |
1233 04F7804512FB74A200FC43C0 /* SDL_drawline.h */, | |
1234 04F7804612FB74A200FC43C0 /* SDL_drawpoint.c */, | |
1235 04F7804712FB74A200FC43C0 /* SDL_drawpoint.h */, | |
1236 04F7804812FB74A200FC43C0 /* SDL_renderer_sw_c.h */, | |
1213 041B2CA112FA0D680087D585 /* SDL_renderer_sw.c */, | 1237 041B2CA112FA0D680087D585 /* SDL_renderer_sw.c */, |
1214 ); | 1238 ); |
1215 path = software; | 1239 path = software; |
1216 sourceTree = "<group>"; | 1240 sourceTree = "<group>"; |
1217 }; | 1241 }; |
1485 children = ( | 1509 children = ( |
1486 04BDFEC112E6671800899322 /* cocoa */, | 1510 04BDFEC112E6671800899322 /* cocoa */, |
1487 04BDFEE712E6671800899322 /* dummy */, | 1511 04BDFEE712E6671800899322 /* dummy */, |
1488 04BDFFB712E6671800899322 /* x11 */, | 1512 04BDFFB712E6671800899322 /* x11 */, |
1489 04BDFFD712E6671800899322 /* Xext */, | 1513 04BDFFD712E6671800899322 /* Xext */, |
1490 04BDFF4812E6671800899322 /* SDL_alphamult.c */, | |
1491 04BDFF4912E6671800899322 /* SDL_alphamult.h */, | |
1492 04BDFF4A12E6671800899322 /* SDL_blendfillrect.c */, | |
1493 04BDFF4B12E6671800899322 /* SDL_blendline.c */, | |
1494 04BDFF4C12E6671800899322 /* SDL_blendpoint.c */, | |
1495 04BDFF4D12E6671800899322 /* SDL_blendrect.c */, | |
1496 04BDFF4E12E6671800899322 /* SDL_blit.c */, | 1514 04BDFF4E12E6671800899322 /* SDL_blit.c */, |
1497 04BDFF4F12E6671800899322 /* SDL_blit.h */, | 1515 04BDFF4F12E6671800899322 /* SDL_blit.h */, |
1498 04BDFF5012E6671800899322 /* SDL_blit_0.c */, | 1516 04BDFF5012E6671800899322 /* SDL_blit_0.c */, |
1499 04BDFF5112E6671800899322 /* SDL_blit_1.c */, | 1517 04BDFF5112E6671800899322 /* SDL_blit_1.c */, |
1500 04BDFF5212E6671800899322 /* SDL_blit_A.c */, | 1518 04BDFF5212E6671800899322 /* SDL_blit_A.c */, |
1505 04BDFF5712E6671800899322 /* SDL_blit_N.c */, | 1523 04BDFF5712E6671800899322 /* SDL_blit_N.c */, |
1506 04BDFF5812E6671800899322 /* SDL_blit_slow.c */, | 1524 04BDFF5812E6671800899322 /* SDL_blit_slow.c */, |
1507 04BDFF5912E6671800899322 /* SDL_blit_slow.h */, | 1525 04BDFF5912E6671800899322 /* SDL_blit_slow.h */, |
1508 04BDFF5A12E6671800899322 /* SDL_bmp.c */, | 1526 04BDFF5A12E6671800899322 /* SDL_bmp.c */, |
1509 04BDFF5B12E6671800899322 /* SDL_clipboard.c */, | 1527 04BDFF5B12E6671800899322 /* SDL_clipboard.c */, |
1510 04BDFF5C12E6671800899322 /* SDL_draw.h */, | |
1511 04BDFF5D12E6671800899322 /* SDL_drawline.c */, | |
1512 04BDFF5E12E6671800899322 /* SDL_drawpoint.c */, | |
1513 04BDFF5F12E6671800899322 /* SDL_drawrect.c */, | |
1514 04BDFF6012E6671800899322 /* SDL_fillrect.c */, | 1528 04BDFF6012E6671800899322 /* SDL_fillrect.c */, |
1515 04BDFF6112E6671800899322 /* SDL_gamma.c */, | 1529 04BDFF6112E6671800899322 /* SDL_gamma.c */, |
1516 04BDFF6212E6671800899322 /* SDL_glesfuncs.h */, | 1530 04BDFF6212E6671800899322 /* SDL_glesfuncs.h */, |
1517 04BDFF6312E6671800899322 /* SDL_glfuncs.h */, | 1531 04BDFF6312E6671800899322 /* SDL_glfuncs.h */, |
1518 04BDFF6412E6671800899322 /* SDL_leaks.h */, | 1532 04BDFF6412E6671800899322 /* SDL_leaks.h */, |
1560 04BDFEE712E6671800899322 /* dummy */ = { | 1574 04BDFEE712E6671800899322 /* dummy */ = { |
1561 isa = PBXGroup; | 1575 isa = PBXGroup; |
1562 children = ( | 1576 children = ( |
1563 04BDFEE812E6671800899322 /* SDL_nullevents.c */, | 1577 04BDFEE812E6671800899322 /* SDL_nullevents.c */, |
1564 04BDFEE912E6671800899322 /* SDL_nullevents_c.h */, | 1578 04BDFEE912E6671800899322 /* SDL_nullevents_c.h */, |
1579 04F7803712FB748500FC43C0 /* SDL_nullframebuffer_c.h */, | |
1580 04F7803812FB748500FC43C0 /* SDL_nullframebuffer.c */, | |
1565 04BDFEEC12E6671800899322 /* SDL_nullvideo.c */, | 1581 04BDFEEC12E6671800899322 /* SDL_nullvideo.c */, |
1566 04BDFEED12E6671800899322 /* SDL_nullvideo.h */, | 1582 04BDFEED12E6671800899322 /* SDL_nullvideo.h */, |
1567 ); | 1583 ); |
1568 path = dummy; | 1584 path = dummy; |
1569 sourceTree = "<group>"; | 1585 sourceTree = "<group>"; |
1891 04BD00FF12E6671800899322 /* SDL_cocoashape.h in Headers */, | 1907 04BD00FF12E6671800899322 /* SDL_cocoashape.h in Headers */, |
1892 04BD010112E6671800899322 /* SDL_cocoavideo.h in Headers */, | 1908 04BD010112E6671800899322 /* SDL_cocoavideo.h in Headers */, |
1893 04BD010312E6671800899322 /* SDL_cocoawindow.h in Headers */, | 1909 04BD010312E6671800899322 /* SDL_cocoawindow.h in Headers */, |
1894 04BD011812E6671800899322 /* SDL_nullevents_c.h in Headers */, | 1910 04BD011812E6671800899322 /* SDL_nullevents_c.h in Headers */, |
1895 04BD011C12E6671800899322 /* SDL_nullvideo.h in Headers */, | 1911 04BD011C12E6671800899322 /* SDL_nullvideo.h in Headers */, |
1896 04BD017012E6671800899322 /* SDL_alphamult.h in Headers */, | |
1897 04BD017612E6671800899322 /* SDL_blit.h in Headers */, | 1912 04BD017612E6671800899322 /* SDL_blit.h in Headers */, |
1898 04BD017B12E6671800899322 /* SDL_blit_auto.h in Headers */, | 1913 04BD017B12E6671800899322 /* SDL_blit_auto.h in Headers */, |
1899 04BD017D12E6671800899322 /* SDL_blit_copy.h in Headers */, | 1914 04BD017D12E6671800899322 /* SDL_blit_copy.h in Headers */, |
1900 04BD018012E6671800899322 /* SDL_blit_slow.h in Headers */, | 1915 04BD018012E6671800899322 /* SDL_blit_slow.h in Headers */, |
1901 04BD018312E6671800899322 /* SDL_draw.h in Headers */, | |
1902 04BD018912E6671800899322 /* SDL_glesfuncs.h in Headers */, | 1916 04BD018912E6671800899322 /* SDL_glesfuncs.h in Headers */, |
1903 04BD018A12E6671800899322 /* SDL_glfuncs.h in Headers */, | 1917 04BD018A12E6671800899322 /* SDL_glfuncs.h in Headers */, |
1904 04BD018B12E6671800899322 /* SDL_leaks.h in Headers */, | 1918 04BD018B12E6671800899322 /* SDL_leaks.h in Headers */, |
1905 04BD018D12E6671800899322 /* SDL_pixels_c.h in Headers */, | 1919 04BD018D12E6671800899322 /* SDL_pixels_c.h in Headers */, |
1906 04BD019712E6671800899322 /* SDL_RLEaccel_c.h in Headers */, | 1920 04BD019712E6671800899322 /* SDL_RLEaccel_c.h in Headers */, |
1940 0469A10B12EE4BF100B846D6 /* SDL_blendmode.h in Headers */, | 1954 0469A10B12EE4BF100B846D6 /* SDL_blendmode.h in Headers */, |
1941 041B2C9512FA0D2A0087D585 /* SDL_render.h in Headers */, | 1955 041B2C9512FA0D2A0087D585 /* SDL_render.h in Headers */, |
1942 041B2CA612FA0D680087D585 /* SDL_sysrender.h in Headers */, | 1956 041B2CA612FA0D680087D585 /* SDL_sysrender.h in Headers */, |
1943 04409B9112FA97ED00FB9AA8 /* mmx.h in Headers */, | 1957 04409B9112FA97ED00FB9AA8 /* mmx.h in Headers */, |
1944 04409B9312FA97ED00FB9AA8 /* SDL_yuv_sw_c.h in Headers */, | 1958 04409B9312FA97ED00FB9AA8 /* SDL_yuv_sw_c.h in Headers */, |
1959 04F7803912FB748500FC43C0 /* SDL_nullframebuffer_c.h in Headers */, | |
1960 04F7804A12FB74A200FC43C0 /* SDL_blendfillrect.h in Headers */, | |
1961 04F7804C12FB74A200FC43C0 /* SDL_blendline.h in Headers */, | |
1962 04F7804E12FB74A200FC43C0 /* SDL_blendpoint.h in Headers */, | |
1963 04F7804F12FB74A200FC43C0 /* SDL_draw.h in Headers */, | |
1964 04F7805112FB74A200FC43C0 /* SDL_drawline.h in Headers */, | |
1965 04F7805312FB74A200FC43C0 /* SDL_drawpoint.h in Headers */, | |
1966 04F7805412FB74A200FC43C0 /* SDL_renderer_sw_c.h in Headers */, | |
1945 ); | 1967 ); |
1946 runOnlyForDeploymentPostprocessing = 0; | 1968 runOnlyForDeploymentPostprocessing = 0; |
1947 }; | 1969 }; |
1948 BECDF66E0761BA81005FE872 /* Headers */ = { | 1970 BECDF66E0761BA81005FE872 /* Headers */ = { |
1949 isa = PBXHeadersBuildPhase; | 1971 isa = PBXHeadersBuildPhase; |
2014 04BD031912E6671800899322 /* SDL_cocoashape.h in Headers */, | 2036 04BD031912E6671800899322 /* SDL_cocoashape.h in Headers */, |
2015 04BD031B12E6671800899322 /* SDL_cocoavideo.h in Headers */, | 2037 04BD031B12E6671800899322 /* SDL_cocoavideo.h in Headers */, |
2016 04BD031D12E6671800899322 /* SDL_cocoawindow.h in Headers */, | 2038 04BD031D12E6671800899322 /* SDL_cocoawindow.h in Headers */, |
2017 04BD033212E6671800899322 /* SDL_nullevents_c.h in Headers */, | 2039 04BD033212E6671800899322 /* SDL_nullevents_c.h in Headers */, |
2018 04BD033612E6671800899322 /* SDL_nullvideo.h in Headers */, | 2040 04BD033612E6671800899322 /* SDL_nullvideo.h in Headers */, |
2019 04BD038A12E6671800899322 /* SDL_alphamult.h in Headers */, | |
2020 04BD039012E6671800899322 /* SDL_blit.h in Headers */, | 2041 04BD039012E6671800899322 /* SDL_blit.h in Headers */, |
2021 04BD039512E6671800899322 /* SDL_blit_auto.h in Headers */, | 2042 04BD039512E6671800899322 /* SDL_blit_auto.h in Headers */, |
2022 04BD039712E6671800899322 /* SDL_blit_copy.h in Headers */, | 2043 04BD039712E6671800899322 /* SDL_blit_copy.h in Headers */, |
2023 04BD039A12E6671800899322 /* SDL_blit_slow.h in Headers */, | 2044 04BD039A12E6671800899322 /* SDL_blit_slow.h in Headers */, |
2024 04BD039D12E6671800899322 /* SDL_draw.h in Headers */, | |
2025 04BD03A312E6671800899322 /* SDL_glesfuncs.h in Headers */, | 2045 04BD03A312E6671800899322 /* SDL_glesfuncs.h in Headers */, |
2026 04BD03A412E6671800899322 /* SDL_glfuncs.h in Headers */, | 2046 04BD03A412E6671800899322 /* SDL_glfuncs.h in Headers */, |
2027 04BD03A512E6671800899322 /* SDL_leaks.h in Headers */, | 2047 04BD03A512E6671800899322 /* SDL_leaks.h in Headers */, |
2028 04BD03A712E6671800899322 /* SDL_pixels_c.h in Headers */, | 2048 04BD03A712E6671800899322 /* SDL_pixels_c.h in Headers */, |
2029 04BD03B112E6671800899322 /* SDL_RLEaccel_c.h in Headers */, | 2049 04BD03B112E6671800899322 /* SDL_RLEaccel_c.h in Headers */, |
2063 0469A10D12EE4BF100B846D6 /* SDL_blendmode.h in Headers */, | 2083 0469A10D12EE4BF100B846D6 /* SDL_blendmode.h in Headers */, |
2064 041B2C9612FA0D2A0087D585 /* SDL_render.h in Headers */, | 2084 041B2C9612FA0D2A0087D585 /* SDL_render.h in Headers */, |
2065 041B2CAC12FA0D680087D585 /* SDL_sysrender.h in Headers */, | 2085 041B2CAC12FA0D680087D585 /* SDL_sysrender.h in Headers */, |
2066 04409B9512FA97ED00FB9AA8 /* mmx.h in Headers */, | 2086 04409B9512FA97ED00FB9AA8 /* mmx.h in Headers */, |
2067 04409B9712FA97ED00FB9AA8 /* SDL_yuv_sw_c.h in Headers */, | 2087 04409B9712FA97ED00FB9AA8 /* SDL_yuv_sw_c.h in Headers */, |
2088 04F7803B12FB748500FC43C0 /* SDL_nullframebuffer_c.h in Headers */, | |
2089 04F7805612FB74A200FC43C0 /* SDL_blendfillrect.h in Headers */, | |
2090 04F7805812FB74A200FC43C0 /* SDL_blendline.h in Headers */, | |
2091 04F7805A12FB74A200FC43C0 /* SDL_blendpoint.h in Headers */, | |
2092 04F7805B12FB74A200FC43C0 /* SDL_draw.h in Headers */, | |
2093 04F7805D12FB74A200FC43C0 /* SDL_drawline.h in Headers */, | |
2094 04F7805F12FB74A200FC43C0 /* SDL_drawpoint.h in Headers */, | |
2095 04F7806012FB74A200FC43C0 /* SDL_renderer_sw_c.h in Headers */, | |
2068 ); | 2096 ); |
2069 runOnlyForDeploymentPostprocessing = 0; | 2097 runOnlyForDeploymentPostprocessing = 0; |
2070 }; | 2098 }; |
2071 /* End PBXHeadersBuildPhase section */ | 2099 /* End PBXHeadersBuildPhase section */ |
2072 | 2100 |
2383 04BD010012E6671800899322 /* SDL_cocoashape.m in Sources */, | 2411 04BD010012E6671800899322 /* SDL_cocoashape.m in Sources */, |
2384 04BD010212E6671800899322 /* SDL_cocoavideo.m in Sources */, | 2412 04BD010212E6671800899322 /* SDL_cocoavideo.m in Sources */, |
2385 04BD010412E6671800899322 /* SDL_cocoawindow.m in Sources */, | 2413 04BD010412E6671800899322 /* SDL_cocoawindow.m in Sources */, |
2386 04BD011712E6671800899322 /* SDL_nullevents.c in Sources */, | 2414 04BD011712E6671800899322 /* SDL_nullevents.c in Sources */, |
2387 04BD011B12E6671800899322 /* SDL_nullvideo.c in Sources */, | 2415 04BD011B12E6671800899322 /* SDL_nullvideo.c in Sources */, |
2388 04BD016F12E6671800899322 /* SDL_alphamult.c in Sources */, | |
2389 04BD017112E6671800899322 /* SDL_blendfillrect.c in Sources */, | |
2390 04BD017212E6671800899322 /* SDL_blendline.c in Sources */, | |
2391 04BD017312E6671800899322 /* SDL_blendpoint.c in Sources */, | |
2392 04BD017412E6671800899322 /* SDL_blendrect.c in Sources */, | |
2393 04BD017512E6671800899322 /* SDL_blit.c in Sources */, | 2416 04BD017512E6671800899322 /* SDL_blit.c in Sources */, |
2394 04BD017712E6671800899322 /* SDL_blit_0.c in Sources */, | 2417 04BD017712E6671800899322 /* SDL_blit_0.c in Sources */, |
2395 04BD017812E6671800899322 /* SDL_blit_1.c in Sources */, | 2418 04BD017812E6671800899322 /* SDL_blit_1.c in Sources */, |
2396 04BD017912E6671800899322 /* SDL_blit_A.c in Sources */, | 2419 04BD017912E6671800899322 /* SDL_blit_A.c in Sources */, |
2397 04BD017A12E6671800899322 /* SDL_blit_auto.c in Sources */, | 2420 04BD017A12E6671800899322 /* SDL_blit_auto.c in Sources */, |
2398 04BD017C12E6671800899322 /* SDL_blit_copy.c in Sources */, | 2421 04BD017C12E6671800899322 /* SDL_blit_copy.c in Sources */, |
2399 04BD017E12E6671800899322 /* SDL_blit_N.c in Sources */, | 2422 04BD017E12E6671800899322 /* SDL_blit_N.c in Sources */, |
2400 04BD017F12E6671800899322 /* SDL_blit_slow.c in Sources */, | 2423 04BD017F12E6671800899322 /* SDL_blit_slow.c in Sources */, |
2401 04BD018112E6671800899322 /* SDL_bmp.c in Sources */, | 2424 04BD018112E6671800899322 /* SDL_bmp.c in Sources */, |
2402 04BD018212E6671800899322 /* SDL_clipboard.c in Sources */, | 2425 04BD018212E6671800899322 /* SDL_clipboard.c in Sources */, |
2403 04BD018412E6671800899322 /* SDL_drawline.c in Sources */, | |
2404 04BD018512E6671800899322 /* SDL_drawpoint.c in Sources */, | |
2405 04BD018612E6671800899322 /* SDL_drawrect.c in Sources */, | |
2406 04BD018712E6671800899322 /* SDL_fillrect.c in Sources */, | 2426 04BD018712E6671800899322 /* SDL_fillrect.c in Sources */, |
2407 04BD018812E6671800899322 /* SDL_gamma.c in Sources */, | 2427 04BD018812E6671800899322 /* SDL_gamma.c in Sources */, |
2408 04BD018C12E6671800899322 /* SDL_pixels.c in Sources */, | 2428 04BD018C12E6671800899322 /* SDL_pixels.c in Sources */, |
2409 04BD018E12E6671800899322 /* SDL_rect.c in Sources */, | 2429 04BD018E12E6671800899322 /* SDL_rect.c in Sources */, |
2410 04BD019612E6671800899322 /* SDL_RLEaccel.c in Sources */, | 2430 04BD019612E6671800899322 /* SDL_RLEaccel.c in Sources */, |
2441 041B2CA312FA0D680087D585 /* SDL_renderer_gl.c in Sources */, | 2461 041B2CA312FA0D680087D585 /* SDL_renderer_gl.c in Sources */, |
2442 041B2CA512FA0D680087D585 /* SDL_render.c in Sources */, | 2462 041B2CA512FA0D680087D585 /* SDL_render.c in Sources */, |
2443 041B2CA712FA0D680087D585 /* SDL_renderer_sw.c in Sources */, | 2463 041B2CA712FA0D680087D585 /* SDL_renderer_sw.c in Sources */, |
2444 04409B9212FA97ED00FB9AA8 /* SDL_yuv_mmx.c in Sources */, | 2464 04409B9212FA97ED00FB9AA8 /* SDL_yuv_mmx.c in Sources */, |
2445 04409B9412FA97ED00FB9AA8 /* SDL_yuv_sw.c in Sources */, | 2465 04409B9412FA97ED00FB9AA8 /* SDL_yuv_sw.c in Sources */, |
2466 04F7803A12FB748500FC43C0 /* SDL_nullframebuffer.c in Sources */, | |
2467 04F7804912FB74A200FC43C0 /* SDL_blendfillrect.c in Sources */, | |
2468 04F7804B12FB74A200FC43C0 /* SDL_blendline.c in Sources */, | |
2469 04F7804D12FB74A200FC43C0 /* SDL_blendpoint.c in Sources */, | |
2470 04F7805012FB74A200FC43C0 /* SDL_drawline.c in Sources */, | |
2471 04F7805212FB74A200FC43C0 /* SDL_drawpoint.c in Sources */, | |
2446 ); | 2472 ); |
2447 runOnlyForDeploymentPostprocessing = 0; | 2473 runOnlyForDeploymentPostprocessing = 0; |
2448 }; | 2474 }; |
2449 BECDF6790761BA81005FE872 /* Sources */ = { | 2475 BECDF6790761BA81005FE872 /* Sources */ = { |
2450 isa = PBXSourcesBuildPhase; | 2476 isa = PBXSourcesBuildPhase; |
2510 04BD031A12E6671800899322 /* SDL_cocoashape.m in Sources */, | 2536 04BD031A12E6671800899322 /* SDL_cocoashape.m in Sources */, |
2511 04BD031C12E6671800899322 /* SDL_cocoavideo.m in Sources */, | 2537 04BD031C12E6671800899322 /* SDL_cocoavideo.m in Sources */, |
2512 04BD031E12E6671800899322 /* SDL_cocoawindow.m in Sources */, | 2538 04BD031E12E6671800899322 /* SDL_cocoawindow.m in Sources */, |
2513 04BD033112E6671800899322 /* SDL_nullevents.c in Sources */, | 2539 04BD033112E6671800899322 /* SDL_nullevents.c in Sources */, |
2514 04BD033512E6671800899322 /* SDL_nullvideo.c in Sources */, | 2540 04BD033512E6671800899322 /* SDL_nullvideo.c in Sources */, |
2515 04BD038912E6671800899322 /* SDL_alphamult.c in Sources */, | |
2516 04BD038B12E6671800899322 /* SDL_blendfillrect.c in Sources */, | |
2517 04BD038C12E6671800899322 /* SDL_blendline.c in Sources */, | |
2518 04BD038D12E6671800899322 /* SDL_blendpoint.c in Sources */, | |
2519 04BD038E12E6671800899322 /* SDL_blendrect.c in Sources */, | |
2520 04BD038F12E6671800899322 /* SDL_blit.c in Sources */, | 2541 04BD038F12E6671800899322 /* SDL_blit.c in Sources */, |
2521 04BD039112E6671800899322 /* SDL_blit_0.c in Sources */, | 2542 04BD039112E6671800899322 /* SDL_blit_0.c in Sources */, |
2522 04BD039212E6671800899322 /* SDL_blit_1.c in Sources */, | 2543 04BD039212E6671800899322 /* SDL_blit_1.c in Sources */, |
2523 04BD039312E6671800899322 /* SDL_blit_A.c in Sources */, | 2544 04BD039312E6671800899322 /* SDL_blit_A.c in Sources */, |
2524 04BD039412E6671800899322 /* SDL_blit_auto.c in Sources */, | 2545 04BD039412E6671800899322 /* SDL_blit_auto.c in Sources */, |
2525 04BD039612E6671800899322 /* SDL_blit_copy.c in Sources */, | 2546 04BD039612E6671800899322 /* SDL_blit_copy.c in Sources */, |
2526 04BD039812E6671800899322 /* SDL_blit_N.c in Sources */, | 2547 04BD039812E6671800899322 /* SDL_blit_N.c in Sources */, |
2527 04BD039912E6671800899322 /* SDL_blit_slow.c in Sources */, | 2548 04BD039912E6671800899322 /* SDL_blit_slow.c in Sources */, |
2528 04BD039B12E6671800899322 /* SDL_bmp.c in Sources */, | 2549 04BD039B12E6671800899322 /* SDL_bmp.c in Sources */, |
2529 04BD039C12E6671800899322 /* SDL_clipboard.c in Sources */, | 2550 04BD039C12E6671800899322 /* SDL_clipboard.c in Sources */, |
2530 04BD039E12E6671800899322 /* SDL_drawline.c in Sources */, | |
2531 04BD039F12E6671800899322 /* SDL_drawpoint.c in Sources */, | |
2532 04BD03A012E6671800899322 /* SDL_drawrect.c in Sources */, | |
2533 04BD03A112E6671800899322 /* SDL_fillrect.c in Sources */, | 2551 04BD03A112E6671800899322 /* SDL_fillrect.c in Sources */, |
2534 04BD03A212E6671800899322 /* SDL_gamma.c in Sources */, | 2552 04BD03A212E6671800899322 /* SDL_gamma.c in Sources */, |
2535 04BD03A612E6671800899322 /* SDL_pixels.c in Sources */, | 2553 04BD03A612E6671800899322 /* SDL_pixels.c in Sources */, |
2536 04BD03A812E6671800899322 /* SDL_rect.c in Sources */, | 2554 04BD03A812E6671800899322 /* SDL_rect.c in Sources */, |
2537 04BD03B012E6671800899322 /* SDL_RLEaccel.c in Sources */, | 2555 04BD03B012E6671800899322 /* SDL_RLEaccel.c in Sources */, |
2568 041B2CA912FA0D680087D585 /* SDL_renderer_gl.c in Sources */, | 2586 041B2CA912FA0D680087D585 /* SDL_renderer_gl.c in Sources */, |
2569 041B2CAB12FA0D680087D585 /* SDL_render.c in Sources */, | 2587 041B2CAB12FA0D680087D585 /* SDL_render.c in Sources */, |
2570 041B2CAD12FA0D680087D585 /* SDL_renderer_sw.c in Sources */, | 2588 041B2CAD12FA0D680087D585 /* SDL_renderer_sw.c in Sources */, |
2571 04409B9612FA97ED00FB9AA8 /* SDL_yuv_mmx.c in Sources */, | 2589 04409B9612FA97ED00FB9AA8 /* SDL_yuv_mmx.c in Sources */, |
2572 04409B9812FA97ED00FB9AA8 /* SDL_yuv_sw.c in Sources */, | 2590 04409B9812FA97ED00FB9AA8 /* SDL_yuv_sw.c in Sources */, |
2591 04F7803C12FB748500FC43C0 /* SDL_nullframebuffer.c in Sources */, | |
2592 04F7805512FB74A200FC43C0 /* SDL_blendfillrect.c in Sources */, | |
2593 04F7805712FB74A200FC43C0 /* SDL_blendline.c in Sources */, | |
2594 04F7805912FB74A200FC43C0 /* SDL_blendpoint.c in Sources */, | |
2595 04F7805C12FB74A200FC43C0 /* SDL_drawline.c in Sources */, | |
2596 04F7805E12FB74A200FC43C0 /* SDL_drawpoint.c in Sources */, | |
2573 ); | 2597 ); |
2574 runOnlyForDeploymentPostprocessing = 0; | 2598 runOnlyForDeploymentPostprocessing = 0; |
2575 }; | 2599 }; |
2576 /* End PBXSourcesBuildPhase section */ | 2600 /* End PBXSourcesBuildPhase section */ |
2577 | 2601 |