Mercurial > sdl-ios-xcode
annotate Xcode/SDL/SDL.xcodeproj/project.pbxproj @ 3325:bb9c3d04f126
Ok, added long casts to get rid of compiler warnings.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Mon, 28 Sep 2009 18:44:26 +0000 |
parents | e1f161215f72 |
children |
rev | line source |
---|---|
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1 // !$*UTF8*$! |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2 { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
3 archiveVersion = 1; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4 classes = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6 objectVersion = 44; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7 objects = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8 |
3309 | 9 /* Begin PBXAggregateTarget section */ |
10 002D2A9E106C18E700BF972E /* Generate Header Files */ = { | |
11 isa = PBXAggregateTarget; | |
12 buildConfigurationList = 002D2AAA106C198E00BF972E /* Build configuration list for PBXAggregateTarget "Generate Header Files" */; | |
13 buildPhases = ( | |
14 002D2AA5106C190C00BF972E /* Run Script to Create SDL_config.h */, | |
15 002D2AA7106C194100BF972E /* Run Script to Create SDL_revision.h */, | |
16 ); | |
17 dependencies = ( | |
18 ); | |
19 name = "Generate Header Files"; | |
20 productName = "Generate Header Files"; | |
21 }; | |
22 /* End PBXAggregateTarget section */ | |
23 | |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
24 /* Begin PBXBuildFile section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
25 00162D4609BD1FA90037C8D0 /* SDL_config_macosx.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3409BD1FA90037C8D0 /* SDL_config_macosx.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
26 00162D4909BD1FA90037C8D0 /* SDL_config.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3709BD1FA90037C8D0 /* SDL_config.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
27 00162D4A09BD1FA90037C8D0 /* SDL_platform.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3809BD1FA90037C8D0 /* SDL_platform.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
28 00162D4B09BD1FA90037C8D0 /* SDL_stdinc.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
29 00162D5309BD20DA0037C8D0 /* SDL_syscond.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D4D09BD20DA0037C8D0 /* SDL_syscond.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
30 00162D5409BD20DA0037C8D0 /* SDL_sysmutex.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D4E09BD20DA0037C8D0 /* SDL_sysmutex.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
31 00162D5609BD20DA0037C8D0 /* SDL_syssem.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D5009BD20DA0037C8D0 /* SDL_syssem.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
32 00162D5709BD20DA0037C8D0 /* SDL_systhread.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D5109BD20DA0037C8D0 /* SDL_systhread.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
33 00162D5909BD20DA0037C8D0 /* SDL_syscond.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D4D09BD20DA0037C8D0 /* SDL_syscond.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
34 00162D5A09BD20DA0037C8D0 /* SDL_sysmutex.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D4E09BD20DA0037C8D0 /* SDL_sysmutex.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
35 00162D5B09BD20DA0037C8D0 /* SDL_sysmutex_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D4F09BD20DA0037C8D0 /* SDL_sysmutex_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
36 00162D5C09BD20DA0037C8D0 /* SDL_syssem.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D5009BD20DA0037C8D0 /* SDL_syssem.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
37 00162D5D09BD20DA0037C8D0 /* SDL_systhread.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D5109BD20DA0037C8D0 /* SDL_systhread.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
38 00162D5E09BD20DA0037C8D0 /* SDL_systhread_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D5209BD20DA0037C8D0 /* SDL_systhread_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
39 00162D6109BD21010037C8D0 /* SDL_systimer.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6009BD21010037C8D0 /* SDL_systimer.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
40 00162D6209BD21010037C8D0 /* SDL_systimer.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6009BD21010037C8D0 /* SDL_systimer.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
41 00162D6B09BD214F0037C8D0 /* SDL_getenv.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6509BD214F0037C8D0 /* SDL_getenv.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
42 00162D6C09BD214F0037C8D0 /* SDL_malloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6609BD214F0037C8D0 /* SDL_malloc.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
43 00162D6D09BD214F0037C8D0 /* SDL_qsort.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6709BD214F0037C8D0 /* SDL_qsort.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
44 00162D6E09BD214F0037C8D0 /* SDL_stdlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6809BD214F0037C8D0 /* SDL_stdlib.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
45 00162D6F09BD214F0037C8D0 /* SDL_string.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6909BD214F0037C8D0 /* SDL_string.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
46 00162D7009BD214F0037C8D0 /* SDL_getenv.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6509BD214F0037C8D0 /* SDL_getenv.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
47 00162D7109BD214F0037C8D0 /* SDL_malloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6609BD214F0037C8D0 /* SDL_malloc.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
48 00162D7209BD214F0037C8D0 /* SDL_qsort.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6709BD214F0037C8D0 /* SDL_qsort.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
49 00162D7309BD214F0037C8D0 /* SDL_stdlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6809BD214F0037C8D0 /* SDL_stdlib.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
50 00162D7409BD214F0037C8D0 /* SDL_string.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6909BD214F0037C8D0 /* SDL_string.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
51 00162DA609BD222F0037C8D0 /* SDL_config_macosx.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3409BD1FA90037C8D0 /* SDL_config_macosx.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
52 00162DA909BD222F0037C8D0 /* SDL_config.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3709BD1FA90037C8D0 /* SDL_config.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
53 00162DAA09BD222F0037C8D0 /* SDL_platform.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3809BD1FA90037C8D0 /* SDL_platform.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
54 00162DAB09BD222F0037C8D0 /* SDL_stdinc.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
55 00162DAC09BD222F0037C8D0 /* begin_code.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5E501191D2B7F000001 /* begin_code.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
56 00162DAD09BD222F0037C8D0 /* close_code.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5E601191D2B7F000001 /* close_code.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
57 00162DAF09BD222F0037C8D0 /* SDL_audio.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5E801191D2B7F000001 /* SDL_audio.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
58 00162DB209BD222F0037C8D0 /* SDL_copying.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
59 00162DB309BD222F0037C8D0 /* SDL_cpuinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
60 00162DB409BD222F0037C8D0 /* SDL_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5EC01191D2B7F000001 /* SDL_endian.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
61 00162DB509BD222F0037C8D0 /* SDL_error.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5ED01191D2B7F000001 /* SDL_error.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
62 00162DB609BD222F0037C8D0 /* SDL_events.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5EE01191D2B7F000001 /* SDL_events.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
63 00162DB809BD222F0037C8D0 /* SDL_joystick.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F001191D2B7F000001 /* SDL_joystick.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
64 00162DB909BD222F0037C8D0 /* SDL_keyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F101191D2B7F000001 /* SDL_keyboard.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
65 00162DBA09BD222F0037C8D0 /* SDL_keysym.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F201191D2B7F000001 /* SDL_keysym.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
66 00162DBB09BD222F0037C8D0 /* SDL_loadso.h in Headers */ = {isa = PBXBuildFile; fileRef = B29A290D04E5B28700A80002 /* SDL_loadso.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
67 00162DBC09BD222F0037C8D0 /* SDL_main.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F301191D2B7F000001 /* SDL_main.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
68 00162DBD09BD222F0037C8D0 /* SDL_mouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F401191D2B7F000001 /* SDL_mouse.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
69 00162DBE09BD222F0037C8D0 /* SDL_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F501191D2B7F000001 /* SDL_mutex.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
70 00162DBF09BD222F0037C8D0 /* SDL_name.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC705C4450500E5DC7F /* SDL_name.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
71 00162DC009BD222F0037C8D0 /* SDL_opengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F601191D2B7F000001 /* SDL_opengl.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
72 00162DC109BD222F0037C8D0 /* SDL_quit.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F701191D2B7F000001 /* SDL_quit.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
73 00162DC209BD222F0037C8D0 /* SDL_rwops.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F801191D2B7F000001 /* SDL_rwops.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
74 00162DC309BD222F0037C8D0 /* SDL_syswm.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F901191D2B7F000001 /* SDL_syswm.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
75 00162DC409BD222F0037C8D0 /* SDL_thread.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FA01191D2B7F000001 /* SDL_thread.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
76 00162DC509BD222F0037C8D0 /* SDL_timer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
77 00162DC609BD222F0037C8D0 /* SDL_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FC01191D2B7F000001 /* SDL_types.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
78 00162DC709BD222F0037C8D0 /* SDL_version.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FD01191D2B7F000001 /* SDL_version.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
79 00162DC809BD222F0037C8D0 /* SDL_video.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FE01191D2B7F000001 /* SDL_video.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
80 00162DC909BD222F0037C8D0 /* SDL.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FF01191D2B7F000001 /* SDL.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
81 00162E6809BD27300037C8D0 /* SDL_mixer_MMX.c in Sources */ = {isa = PBXBuildFile; fileRef = 00B7E61F097F2D9E00826121 /* SDL_mixer_MMX.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
82 00162E6A09BD27360037C8D0 /* SDL_mixer_MMX.c in Sources */ = {isa = PBXBuildFile; fileRef = 00B7E61F097F2D9E00826121 /* SDL_mixer_MMX.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
83 00162E6B09BD27370037C8D0 /* SDL_mixer_MMX.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7E620097F2D9E00826121 /* SDL_mixer_MMX.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
84 002F328609CA049100EBEB88 /* SDL_iconv.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F328509CA049100EBEB88 /* SDL_iconv.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
85 002F328709CA049100EBEB88 /* SDL_iconv.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F328509CA049100EBEB88 /* SDL_iconv.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
86 002F32D709CA0BE700EBEB88 /* SDL_diskaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F32D409CA0BE700EBEB88 /* SDL_diskaudio.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
87 002F32D909CA0BE700EBEB88 /* SDL_diskaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F32D409CA0BE700EBEB88 /* SDL_diskaudio.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
88 002F32DA09CA0BE700EBEB88 /* SDL_diskaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 002F32D509CA0BE700EBEB88 /* SDL_diskaudio.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
89 002F32E509CA0BF600EBEB88 /* SDL_dummyaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F32E209CA0BF600EBEB88 /* SDL_dummyaudio.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
90 002F32E709CA0BF600EBEB88 /* SDL_dummyaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F32E209CA0BF600EBEB88 /* SDL_dummyaudio.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
91 002F32E809CA0BF600EBEB88 /* SDL_dummyaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 002F32E309CA0BF600EBEB88 /* SDL_dummyaudio.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
92 007317A20858DECD00B2BC32 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179B0858DECD00B2BC32 /* AudioToolbox.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
93 007317A30858DECD00B2BC32 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179C0858DECD00B2BC32 /* AudioUnit.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
94 007317A40858DECD00B2BC32 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179D0858DECD00B2BC32 /* Cocoa.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
95 007317A50858DECD00B2BC32 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179E0858DECD00B2BC32 /* CoreAudio.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
96 007317A60858DECD00B2BC32 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179F0858DECD00B2BC32 /* IOKit.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
97 007317A70858DECD00B2BC32 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007317A00858DECD00B2BC32 /* OpenGL.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
98 007317A90858DECD00B2BC32 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179B0858DECD00B2BC32 /* AudioToolbox.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
99 007317AA0858DECD00B2BC32 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179C0858DECD00B2BC32 /* AudioUnit.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
100 007317AB0858DECD00B2BC32 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179D0858DECD00B2BC32 /* Cocoa.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
101 007317AC0858DECD00B2BC32 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179E0858DECD00B2BC32 /* CoreAudio.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
102 007317AD0858DECD00B2BC32 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179F0858DECD00B2BC32 /* IOKit.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
103 007317AE0858DECD00B2BC32 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007317A00858DECD00B2BC32 /* OpenGL.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
104 007317C30858E15000B2BC32 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007317C10858E15000B2BC32 /* Carbon.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
105 00CFA682106B44CE00758660 /* SDL_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67A106B44CE00758660 /* SDL_atomic.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
106 00CFA683106B44CE00758660 /* SDL_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67B106B44CE00758660 /* SDL_compat.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
107 00CFA684106B44CE00758660 /* SDL_haptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67C106B44CE00758660 /* SDL_haptic.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
108 00CFA685106B44CE00758660 /* SDL_pixels.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67D106B44CE00758660 /* SDL_pixels.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
109 00CFA686106B44CE00758660 /* SDL_power.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67E106B44CE00758660 /* SDL_power.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
110 00CFA687106B44CE00758660 /* SDL_rect.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67F106B44CE00758660 /* SDL_rect.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
111 00CFA688106B44CE00758660 /* SDL_scancode.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA680106B44CE00758660 /* SDL_scancode.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
112 00CFA689106B44CE00758660 /* SDL_surface.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA681106B44CE00758660 /* SDL_surface.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
113 00CFA68A106B44CE00758660 /* SDL_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67A106B44CE00758660 /* SDL_atomic.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
114 00CFA68B106B44CE00758660 /* SDL_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67B106B44CE00758660 /* SDL_compat.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
115 00CFA68C106B44CE00758660 /* SDL_haptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67C106B44CE00758660 /* SDL_haptic.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
116 00CFA68D106B44CE00758660 /* SDL_pixels.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67D106B44CE00758660 /* SDL_pixels.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
117 00CFA68E106B44CE00758660 /* SDL_power.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67E106B44CE00758660 /* SDL_power.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
118 00CFA68F106B44CE00758660 /* SDL_rect.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67F106B44CE00758660 /* SDL_rect.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
119 00CFA690106B44CE00758660 /* SDL_scancode.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA680106B44CE00758660 /* SDL_scancode.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
120 00CFA691106B44CE00758660 /* SDL_surface.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA681106B44CE00758660 /* SDL_surface.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
121 00CFA6A8106B467B00758660 /* SDL_atomic.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6A1106B467B00758660 /* SDL_atomic.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
122 00CFA6AD106B467B00758660 /* SDL_atomic.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6A1106B467B00758660 /* SDL_atomic.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
123 00CFA6B6106B46E500758660 /* SDL_audio_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B0106B46E500758660 /* SDL_audio_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
124 00CFA6B7106B46E500758660 /* SDL_audiodev_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B1106B46E500758660 /* SDL_audiodev_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
125 00CFA6B8106B46E500758660 /* SDL_audiomem.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B2106B46E500758660 /* SDL_audiomem.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
126 00CFA6B9106B46E500758660 /* SDL_audiotypecvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6B3106B46E500758660 /* SDL_audiotypecvt.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
127 00CFA6BA106B46E500758660 /* SDL_sysaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B4106B46E500758660 /* SDL_sysaudio.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
128 00CFA6BB106B46E500758660 /* SDL_wave.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B5106B46E500758660 /* SDL_wave.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
129 00CFA6BC106B46E500758660 /* SDL_audio_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B0106B46E500758660 /* SDL_audio_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
130 00CFA6BD106B46E500758660 /* SDL_audiodev_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B1106B46E500758660 /* SDL_audiodev_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
131 00CFA6BE106B46E500758660 /* SDL_audiomem.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B2106B46E500758660 /* SDL_audiomem.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
132 00CFA6BF106B46E500758660 /* SDL_audiotypecvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6B3106B46E500758660 /* SDL_audiotypecvt.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
133 00CFA6C0106B46E500758660 /* SDL_sysaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B4106B46E500758660 /* SDL_sysaudio.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
134 00CFA6C1106B46E500758660 /* SDL_wave.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B5106B46E500758660 /* SDL_wave.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
135 00CFA6C8106B480800758660 /* SDL_events_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C2106B480800758660 /* SDL_events_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
136 00CFA6C9106B480800758660 /* SDL_keyboard_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C3106B480800758660 /* SDL_keyboard_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
137 00CFA6CA106B480800758660 /* SDL_mouse_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C4106B480800758660 /* SDL_mouse_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
138 00CFA6CB106B480800758660 /* SDL_sysevents.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C5106B480800758660 /* SDL_sysevents.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
139 00CFA6CC106B480800758660 /* SDL_windowevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C6106B480800758660 /* SDL_windowevents_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
140 00CFA6CD106B480800758660 /* SDL_windowevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6C7106B480800758660 /* SDL_windowevents.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
141 00CFA6CE106B480800758660 /* SDL_events_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C2106B480800758660 /* SDL_events_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
142 00CFA6CF106B480800758660 /* SDL_keyboard_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C3106B480800758660 /* SDL_keyboard_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
143 00CFA6D0106B480800758660 /* SDL_mouse_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C4106B480800758660 /* SDL_mouse_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
144 00CFA6D1106B480800758660 /* SDL_sysevents.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C5106B480800758660 /* SDL_sysevents.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
145 00CFA6D2106B480800758660 /* SDL_windowevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C6106B480800758660 /* SDL_windowevents_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
146 00CFA6D3106B480800758660 /* SDL_windowevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6C7106B480800758660 /* SDL_windowevents.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
147 00CFA6EC106B48D800758660 /* SDL_syshaptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6E1106B48D800758660 /* SDL_syshaptic.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
148 00CFA6F0106B48D800758660 /* SDL_haptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6E8106B48D800758660 /* SDL_haptic.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
149 00CFA6F1106B48D800758660 /* SDL_syshaptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6E9106B48D800758660 /* SDL_syshaptic.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
150 00CFA6F3106B48D800758660 /* SDL_syshaptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6E1106B48D800758660 /* SDL_syshaptic.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
151 00CFA6F7106B48D800758660 /* SDL_haptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6E8106B48D800758660 /* SDL_haptic.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
152 00CFA6F8106B48D800758660 /* SDL_syshaptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6E9106B48D800758660 /* SDL_syshaptic.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
153 00CFA6FD106B493800758660 /* SDL_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6FA106B493800758660 /* SDL_compat.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
154 00CFA6FE106B493800758660 /* SDL_error_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6FB106B493800758660 /* SDL_error_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
155 00CFA6FF106B493800758660 /* SDL_fatal.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6FC106B493800758660 /* SDL_fatal.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
156 00CFA700106B493800758660 /* SDL_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6FA106B493800758660 /* SDL_compat.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
157 00CFA701106B493800758660 /* SDL_error_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6FB106B493800758660 /* SDL_error_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
158 00CFA702106B493800758660 /* SDL_fatal.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6FC106B493800758660 /* SDL_fatal.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
159 00CFA757106B498B00758660 /* SDL_cocoaevents.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA704106B498A00758660 /* SDL_cocoaevents.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
160 00CFA758106B498B00758660 /* SDL_cocoaevents.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA705106B498A00758660 /* SDL_cocoaevents.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
161 00CFA759106B498B00758660 /* SDL_cocoakeyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA706106B498A00758660 /* SDL_cocoakeyboard.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
162 00CFA75A106B498B00758660 /* SDL_cocoakeyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA707106B498A00758660 /* SDL_cocoakeyboard.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
163 00CFA75B106B498B00758660 /* SDL_cocoamodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA708106B498A00758660 /* SDL_cocoamodes.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
164 00CFA75C106B498B00758660 /* SDL_cocoamodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA709106B498A00758660 /* SDL_cocoamodes.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
165 00CFA75D106B498B00758660 /* SDL_cocoamouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA70A106B498A00758660 /* SDL_cocoamouse.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
166 00CFA75E106B498B00758660 /* SDL_cocoamouse.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA70B106B498A00758660 /* SDL_cocoamouse.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
167 00CFA75F106B498B00758660 /* SDL_cocoaopengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA70C106B498A00758660 /* SDL_cocoaopengl.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
168 00CFA760106B498B00758660 /* SDL_cocoaopengl.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA70D106B498A00758660 /* SDL_cocoaopengl.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
169 00CFA761106B498B00758660 /* SDL_cocoavideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA70E106B498A00758660 /* SDL_cocoavideo.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
170 00CFA762106B498B00758660 /* SDL_cocoavideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA70F106B498A00758660 /* SDL_cocoavideo.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
171 00CFA763106B498B00758660 /* SDL_cocoawindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA710106B498A00758660 /* SDL_cocoawindow.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
172 00CFA764106B498B00758660 /* SDL_cocoawindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA711106B498A00758660 /* SDL_cocoawindow.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
173 00CFA765106B498B00758660 /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA713106B498A00758660 /* SDL_nullevents.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
174 00CFA766106B498B00758660 /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA714106B498A00758660 /* SDL_nullevents_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
175 00CFA767106B498B00758660 /* SDL_nullrender.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA715106B498A00758660 /* SDL_nullrender.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
176 00CFA768106B498B00758660 /* SDL_nullrender_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA716106B498A00758660 /* SDL_nullrender_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
177 00CFA769106B498B00758660 /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA717106B498A00758660 /* SDL_nullvideo.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
178 00CFA76A106B498B00758660 /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA718106B498B00758660 /* SDL_nullvideo.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
179 00CFA76B106B498B00758660 /* imKStoUCS.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA71A106B498B00758660 /* imKStoUCS.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
180 00CFA76C106B498B00758660 /* imKStoUCS.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA71B106B498B00758660 /* imKStoUCS.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
181 00CFA76D106B498B00758660 /* SDL_x11dyn.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA71C106B498B00758660 /* SDL_x11dyn.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
182 00CFA76E106B498B00758660 /* SDL_x11dyn.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA71D106B498B00758660 /* SDL_x11dyn.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
183 00CFA76F106B498B00758660 /* SDL_x11events.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA71E106B498B00758660 /* SDL_x11events.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
184 00CFA770106B498B00758660 /* SDL_x11events.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA71F106B498B00758660 /* SDL_x11events.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
185 00CFA771106B498B00758660 /* SDL_x11gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA720106B498B00758660 /* SDL_x11gamma.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
186 00CFA772106B498B00758660 /* SDL_x11gamma.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA721106B498B00758660 /* SDL_x11gamma.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
187 00CFA773106B498B00758660 /* SDL_x11keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA722106B498B00758660 /* SDL_x11keyboard.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
188 00CFA774106B498B00758660 /* SDL_x11keyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA723106B498B00758660 /* SDL_x11keyboard.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
189 00CFA775106B498B00758660 /* SDL_x11modes.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA724106B498B00758660 /* SDL_x11modes.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
190 00CFA776106B498B00758660 /* SDL_x11modes.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA725106B498B00758660 /* SDL_x11modes.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
191 00CFA777106B498B00758660 /* SDL_x11mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA726106B498B00758660 /* SDL_x11mouse.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
192 00CFA778106B498B00758660 /* SDL_x11mouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA727106B498B00758660 /* SDL_x11mouse.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
193 00CFA779106B498B00758660 /* SDL_x11opengl.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA728106B498B00758660 /* SDL_x11opengl.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
194 00CFA77A106B498B00758660 /* SDL_x11opengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA729106B498B00758660 /* SDL_x11opengl.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
195 00CFA77B106B498B00758660 /* SDL_x11opengles.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA72A106B498B00758660 /* SDL_x11opengles.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
196 00CFA77C106B498B00758660 /* SDL_x11opengles.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA72B106B498B00758660 /* SDL_x11opengles.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
197 00CFA77D106B498B00758660 /* SDL_x11render.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA72C106B498B00758660 /* SDL_x11render.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
198 00CFA77E106B498B00758660 /* SDL_x11render.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA72D106B498B00758660 /* SDL_x11render.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
199 00CFA77F106B498B00758660 /* SDL_x11sym.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA72E106B498B00758660 /* SDL_x11sym.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
200 00CFA780106B498B00758660 /* SDL_x11video.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA72F106B498B00758660 /* SDL_x11video.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
201 00CFA781106B498B00758660 /* SDL_x11video.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA730106B498B00758660 /* SDL_x11video.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
202 00CFA782106B498B00758660 /* SDL_x11window.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA731106B498B00758660 /* SDL_x11window.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
203 00CFA783106B498B00758660 /* SDL_x11window.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA732106B498B00758660 /* SDL_x11window.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
204 00CFA784106B498B00758660 /* extutil.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA735106B498B00758660 /* extutil.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
205 00CFA785106B498B00758660 /* panoramiXext.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA736106B498B00758660 /* panoramiXext.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
206 00CFA786106B498B00758660 /* panoramiXproto.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA737106B498B00758660 /* panoramiXproto.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
207 00CFA787106B498B00758660 /* StdCmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA738106B498B00758660 /* StdCmap.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
208 00CFA788106B498B00758660 /* Xext.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA739106B498B00758660 /* Xext.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
209 00CFA789106B498B00758660 /* xf86dga.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73A106B498B00758660 /* xf86dga.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
210 00CFA78A106B498B00758660 /* xf86dga1.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73B106B498B00758660 /* xf86dga1.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
211 00CFA78B106B498B00758660 /* xf86dga1str.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73C106B498B00758660 /* xf86dga1str.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
212 00CFA78C106B498B00758660 /* xf86dgastr.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73D106B498B00758660 /* xf86dgastr.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
213 00CFA78D106B498B00758660 /* xf86vmode.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73E106B498B00758660 /* xf86vmode.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
214 00CFA78E106B498B00758660 /* xf86vmstr.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73F106B498B00758660 /* xf86vmstr.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
215 00CFA78F106B498B00758660 /* Xinerama.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA740106B498B00758660 /* Xinerama.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
216 00CFA790106B498B00758660 /* Xv.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA741106B498B00758660 /* Xv.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
217 00CFA791106B498B00758660 /* Xvlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA742106B498B00758660 /* Xvlib.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
218 00CFA792106B498B00758660 /* Xvproto.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA743106B498B00758660 /* Xvproto.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
219 00CFA794106B498B00758660 /* Xinerama.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA746106B498B00758660 /* Xinerama.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
220 00CFA795106B498B00758660 /* xme.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA748106B498B00758660 /* xme.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
221 00CFA796106B498B00758660 /* AllCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74A106B498B00758660 /* AllCmap.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
222 00CFA797106B498B00758660 /* CmapAlloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74B106B498B00758660 /* CmapAlloc.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
223 00CFA798106B498B00758660 /* CrCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74C106B498B00758660 /* CrCmap.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
224 00CFA799106B498B00758660 /* DelCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74D106B498B00758660 /* DelCmap.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
225 00CFA79A106B498B00758660 /* Distinct.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74E106B498B00758660 /* Distinct.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
226 00CFA79B106B498B00758660 /* LookupCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74F106B498B00758660 /* LookupCmap.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
227 00CFA79C106B498B00758660 /* StdCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA750106B498B00758660 /* StdCmap.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
228 00CFA79D106B498B00758660 /* VisCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA751106B498B00758660 /* VisCmap.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
229 00CFA79E106B498B00758660 /* Xv.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA753106B498B00758660 /* Xv.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
230 00CFA79F106B498B00758660 /* Xvlibint.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA754106B498B00758660 /* Xvlibint.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
231 00CFA7A0106B498B00758660 /* XF86VMode.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA756106B498B00758660 /* XF86VMode.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
232 00CFA7A1106B498B00758660 /* SDL_cocoaevents.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA704106B498A00758660 /* SDL_cocoaevents.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
233 00CFA7A2106B498B00758660 /* SDL_cocoaevents.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA705106B498A00758660 /* SDL_cocoaevents.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
234 00CFA7A3106B498B00758660 /* SDL_cocoakeyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA706106B498A00758660 /* SDL_cocoakeyboard.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
235 00CFA7A4106B498B00758660 /* SDL_cocoakeyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA707106B498A00758660 /* SDL_cocoakeyboard.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
236 00CFA7A5106B498B00758660 /* SDL_cocoamodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA708106B498A00758660 /* SDL_cocoamodes.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
237 00CFA7A6106B498B00758660 /* SDL_cocoamodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA709106B498A00758660 /* SDL_cocoamodes.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
238 00CFA7A7106B498B00758660 /* SDL_cocoamouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA70A106B498A00758660 /* SDL_cocoamouse.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
239 00CFA7A8106B498B00758660 /* SDL_cocoamouse.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA70B106B498A00758660 /* SDL_cocoamouse.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
240 00CFA7A9106B498B00758660 /* SDL_cocoaopengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA70C106B498A00758660 /* SDL_cocoaopengl.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
241 00CFA7AA106B498B00758660 /* SDL_cocoaopengl.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA70D106B498A00758660 /* SDL_cocoaopengl.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
242 00CFA7AB106B498B00758660 /* SDL_cocoavideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA70E106B498A00758660 /* SDL_cocoavideo.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
243 00CFA7AC106B498B00758660 /* SDL_cocoavideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA70F106B498A00758660 /* SDL_cocoavideo.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
244 00CFA7AD106B498B00758660 /* SDL_cocoawindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA710106B498A00758660 /* SDL_cocoawindow.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
245 00CFA7AE106B498B00758660 /* SDL_cocoawindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA711106B498A00758660 /* SDL_cocoawindow.m */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
246 00CFA7AF106B498B00758660 /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA713106B498A00758660 /* SDL_nullevents.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
247 00CFA7B0106B498B00758660 /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA714106B498A00758660 /* SDL_nullevents_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
248 00CFA7B1106B498B00758660 /* SDL_nullrender.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA715106B498A00758660 /* SDL_nullrender.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
249 00CFA7B2106B498B00758660 /* SDL_nullrender_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA716106B498A00758660 /* SDL_nullrender_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
250 00CFA7B3106B498B00758660 /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA717106B498A00758660 /* SDL_nullvideo.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
251 00CFA7B4106B498B00758660 /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA718106B498B00758660 /* SDL_nullvideo.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
252 00CFA7B5106B498B00758660 /* imKStoUCS.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA71A106B498B00758660 /* imKStoUCS.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
253 00CFA7B6106B498B00758660 /* imKStoUCS.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA71B106B498B00758660 /* imKStoUCS.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
254 00CFA7B7106B498B00758660 /* SDL_x11dyn.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA71C106B498B00758660 /* SDL_x11dyn.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
255 00CFA7B8106B498B00758660 /* SDL_x11dyn.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA71D106B498B00758660 /* SDL_x11dyn.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
256 00CFA7B9106B498B00758660 /* SDL_x11events.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA71E106B498B00758660 /* SDL_x11events.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
257 00CFA7BA106B498B00758660 /* SDL_x11events.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA71F106B498B00758660 /* SDL_x11events.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
258 00CFA7BB106B498B00758660 /* SDL_x11gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA720106B498B00758660 /* SDL_x11gamma.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
259 00CFA7BC106B498B00758660 /* SDL_x11gamma.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA721106B498B00758660 /* SDL_x11gamma.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
260 00CFA7BD106B498B00758660 /* SDL_x11keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA722106B498B00758660 /* SDL_x11keyboard.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
261 00CFA7BE106B498B00758660 /* SDL_x11keyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA723106B498B00758660 /* SDL_x11keyboard.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
262 00CFA7BF106B498B00758660 /* SDL_x11modes.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA724106B498B00758660 /* SDL_x11modes.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
263 00CFA7C0106B498B00758660 /* SDL_x11modes.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA725106B498B00758660 /* SDL_x11modes.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
264 00CFA7C1106B498B00758660 /* SDL_x11mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA726106B498B00758660 /* SDL_x11mouse.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
265 00CFA7C2106B498B00758660 /* SDL_x11mouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA727106B498B00758660 /* SDL_x11mouse.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
266 00CFA7C3106B498B00758660 /* SDL_x11opengl.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA728106B498B00758660 /* SDL_x11opengl.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
267 00CFA7C4106B498B00758660 /* SDL_x11opengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA729106B498B00758660 /* SDL_x11opengl.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
268 00CFA7C5106B498B00758660 /* SDL_x11opengles.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA72A106B498B00758660 /* SDL_x11opengles.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
269 00CFA7C6106B498B00758660 /* SDL_x11opengles.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA72B106B498B00758660 /* SDL_x11opengles.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
270 00CFA7C7106B498B00758660 /* SDL_x11render.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA72C106B498B00758660 /* SDL_x11render.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
271 00CFA7C8106B498B00758660 /* SDL_x11render.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA72D106B498B00758660 /* SDL_x11render.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
272 00CFA7C9106B498B00758660 /* SDL_x11sym.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA72E106B498B00758660 /* SDL_x11sym.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
273 00CFA7CA106B498B00758660 /* SDL_x11video.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA72F106B498B00758660 /* SDL_x11video.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
274 00CFA7CB106B498B00758660 /* SDL_x11video.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA730106B498B00758660 /* SDL_x11video.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
275 00CFA7CC106B498B00758660 /* SDL_x11window.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA731106B498B00758660 /* SDL_x11window.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
276 00CFA7CD106B498B00758660 /* SDL_x11window.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA732106B498B00758660 /* SDL_x11window.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
277 00CFA7CE106B498B00758660 /* extutil.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA735106B498B00758660 /* extutil.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
278 00CFA7CF106B498B00758660 /* panoramiXext.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA736106B498B00758660 /* panoramiXext.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
279 00CFA7D0106B498B00758660 /* panoramiXproto.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA737106B498B00758660 /* panoramiXproto.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
280 00CFA7D1106B498B00758660 /* StdCmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA738106B498B00758660 /* StdCmap.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
281 00CFA7D2106B498B00758660 /* Xext.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA739106B498B00758660 /* Xext.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
282 00CFA7D3106B498B00758660 /* xf86dga.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73A106B498B00758660 /* xf86dga.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
283 00CFA7D4106B498B00758660 /* xf86dga1.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73B106B498B00758660 /* xf86dga1.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
284 00CFA7D5106B498B00758660 /* xf86dga1str.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73C106B498B00758660 /* xf86dga1str.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
285 00CFA7D6106B498B00758660 /* xf86dgastr.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73D106B498B00758660 /* xf86dgastr.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
286 00CFA7D7106B498B00758660 /* xf86vmode.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73E106B498B00758660 /* xf86vmode.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
287 00CFA7D8106B498B00758660 /* xf86vmstr.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73F106B498B00758660 /* xf86vmstr.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
288 00CFA7D9106B498B00758660 /* Xinerama.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA740106B498B00758660 /* Xinerama.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
289 00CFA7DA106B498B00758660 /* Xv.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA741106B498B00758660 /* Xv.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
290 00CFA7DB106B498B00758660 /* Xvlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA742106B498B00758660 /* Xvlib.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
291 00CFA7DC106B498B00758660 /* Xvproto.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA743106B498B00758660 /* Xvproto.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
292 00CFA7DD106B498B00758660 /* Xinerama.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA746106B498B00758660 /* Xinerama.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
293 00CFA7DE106B498B00758660 /* xme.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA748106B498B00758660 /* xme.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
294 00CFA7DF106B498B00758660 /* AllCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74A106B498B00758660 /* AllCmap.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
295 00CFA7E0106B498B00758660 /* CmapAlloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74B106B498B00758660 /* CmapAlloc.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
296 00CFA7E1106B498B00758660 /* CrCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74C106B498B00758660 /* CrCmap.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
297 00CFA7E2106B498B00758660 /* DelCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74D106B498B00758660 /* DelCmap.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
298 00CFA7E3106B498B00758660 /* Distinct.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74E106B498B00758660 /* Distinct.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
299 00CFA7E4106B498B00758660 /* LookupCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74F106B498B00758660 /* LookupCmap.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
300 00CFA7E5106B498B00758660 /* StdCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA750106B498B00758660 /* StdCmap.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
301 00CFA7E6106B498B00758660 /* VisCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA751106B498B00758660 /* VisCmap.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
302 00CFA7E7106B498B00758660 /* Xv.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA753106B498B00758660 /* Xv.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
303 00CFA7E8106B498B00758660 /* Xvlibint.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA754106B498B00758660 /* Xvlibint.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
304 00CFA7E9106B498B00758660 /* XF86VMode.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA756106B498B00758660 /* XF86VMode.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
305 00CFA818106B49B600758660 /* mmx.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7EA106B49B500758660 /* mmx.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
306 00CFA819106B49B600758660 /* SDL_alphamult.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7EB106B49B500758660 /* SDL_alphamult.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
307 00CFA81A106B49B600758660 /* SDL_alphamult.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7EC106B49B500758660 /* SDL_alphamult.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
308 00CFA81B106B49B600758660 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7ED106B49B500758660 /* SDL_blendline.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
309 00CFA81C106B49B600758660 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7EE106B49B500758660 /* SDL_blendpoint.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
310 00CFA81D106B49B600758660 /* SDL_blendrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7EF106B49B500758660 /* SDL_blendrect.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
311 00CFA81E106B49B600758660 /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F0106B49B500758660 /* SDL_blit_0.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
312 00CFA81F106B49B600758660 /* SDL_blit_1.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F1106B49B500758660 /* SDL_blit_1.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
313 00CFA820106B49B600758660 /* SDL_blit_A.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F2106B49B500758660 /* SDL_blit_A.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
314 00CFA821106B49B600758660 /* SDL_blit_auto.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F3106B49B600758660 /* SDL_blit_auto.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
315 00CFA822106B49B600758660 /* SDL_blit_auto.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7F4106B49B600758660 /* SDL_blit_auto.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
316 00CFA823106B49B600758660 /* SDL_blit_copy.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F5106B49B600758660 /* SDL_blit_copy.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
317 00CFA824106B49B600758660 /* SDL_blit_copy.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7F6106B49B600758660 /* SDL_blit_copy.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
318 00CFA825106B49B600758660 /* SDL_blit_N.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F7106B49B600758660 /* SDL_blit_N.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
319 00CFA826106B49B600758660 /* SDL_blit_slow.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F8106B49B600758660 /* SDL_blit_slow.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
320 00CFA827106B49B600758660 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7F9106B49B600758660 /* SDL_blit_slow.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
321 00CFA828106B49B600758660 /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FA106B49B600758660 /* SDL_blit.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
322 00CFA829106B49B600758660 /* SDL_blit.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7FB106B49B600758660 /* SDL_blit.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
323 00CFA82A106B49B600758660 /* SDL_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FC106B49B600758660 /* SDL_bmp.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
324 00CFA82B106B49B600758660 /* SDL_draw.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7FD106B49B600758660 /* SDL_draw.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
325 00CFA82C106B49B600758660 /* SDL_drawline.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FE106B49B600758660 /* SDL_drawline.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
326 00CFA82D106B49B600758660 /* SDL_drawpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FF106B49B600758660 /* SDL_drawpoint.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
327 00CFA82E106B49B600758660 /* SDL_fillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA800106B49B600758660 /* SDL_fillrect.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
328 00CFA82F106B49B600758660 /* SDL_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA801106B49B600758660 /* SDL_gamma.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
329 00CFA830106B49B600758660 /* SDL_glesfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA802106B49B600758660 /* SDL_glesfuncs.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
330 00CFA831106B49B600758660 /* SDL_glfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA803106B49B600758660 /* SDL_glfuncs.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
331 00CFA832106B49B600758660 /* SDL_leaks.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA804106B49B600758660 /* SDL_leaks.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
332 00CFA833106B49B600758660 /* SDL_pixels_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA805106B49B600758660 /* SDL_pixels_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
333 00CFA834106B49B600758660 /* SDL_pixels.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA806106B49B600758660 /* SDL_pixels.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
334 00CFA835106B49B600758660 /* SDL_rect_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA807106B49B600758660 /* SDL_rect_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
335 00CFA836106B49B600758660 /* SDL_rect.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA808106B49B600758660 /* SDL_rect.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
336 00CFA837106B49B600758660 /* SDL_renderer_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA809106B49B600758660 /* SDL_renderer_gl.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
337 00CFA838106B49B600758660 /* SDL_renderer_gl.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80A106B49B600758660 /* SDL_renderer_gl.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
338 00CFA839106B49B600758660 /* SDL_renderer_gles.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA80B106B49B600758660 /* SDL_renderer_gles.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
339 00CFA83A106B49B600758660 /* SDL_renderer_gles.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80C106B49B600758660 /* SDL_renderer_gles.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
340 00CFA83B106B49B600758660 /* SDL_renderer_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA80D106B49B600758660 /* SDL_renderer_sw.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
341 00CFA83C106B49B600758660 /* SDL_renderer_sw.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80E106B49B600758660 /* SDL_renderer_sw.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
342 00CFA83D106B49B600758660 /* SDL_RLEaccel_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80F106B49B600758660 /* SDL_RLEaccel_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
343 00CFA83E106B49B600758660 /* SDL_RLEaccel.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA810106B49B600758660 /* SDL_RLEaccel.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
344 00CFA83F106B49B600758660 /* SDL_stretch.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA811106B49B600758660 /* SDL_stretch.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
345 00CFA840106B49B600758660 /* SDL_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA812106B49B600758660 /* SDL_surface.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
346 00CFA841106B49B600758660 /* SDL_sysvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA813106B49B600758660 /* SDL_sysvideo.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
347 00CFA842106B49B600758660 /* SDL_video.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA814106B49B600758660 /* SDL_video.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
348 00CFA843106B49B600758660 /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA815106B49B600758660 /* SDL_yuv_mmx.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
349 00CFA844106B49B600758660 /* SDL_yuv_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA816106B49B600758660 /* SDL_yuv_sw_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
350 00CFA845106B49B600758660 /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA817106B49B600758660 /* SDL_yuv_sw.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
351 00CFA846106B49B600758660 /* mmx.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7EA106B49B500758660 /* mmx.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
352 00CFA847106B49B600758660 /* SDL_alphamult.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7EB106B49B500758660 /* SDL_alphamult.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
353 00CFA848106B49B600758660 /* SDL_alphamult.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7EC106B49B500758660 /* SDL_alphamult.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
354 00CFA849106B49B600758660 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7ED106B49B500758660 /* SDL_blendline.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
355 00CFA84A106B49B600758660 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7EE106B49B500758660 /* SDL_blendpoint.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
356 00CFA84B106B49B600758660 /* SDL_blendrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7EF106B49B500758660 /* SDL_blendrect.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
357 00CFA84C106B49B600758660 /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F0106B49B500758660 /* SDL_blit_0.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
358 00CFA84D106B49B600758660 /* SDL_blit_1.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F1106B49B500758660 /* SDL_blit_1.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
359 00CFA84E106B49B600758660 /* SDL_blit_A.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F2106B49B500758660 /* SDL_blit_A.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
360 00CFA84F106B49B600758660 /* SDL_blit_auto.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F3106B49B600758660 /* SDL_blit_auto.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
361 00CFA850106B49B600758660 /* SDL_blit_auto.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7F4106B49B600758660 /* SDL_blit_auto.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
362 00CFA851106B49B600758660 /* SDL_blit_copy.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F5106B49B600758660 /* SDL_blit_copy.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
363 00CFA852106B49B600758660 /* SDL_blit_copy.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7F6106B49B600758660 /* SDL_blit_copy.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
364 00CFA853106B49B600758660 /* SDL_blit_N.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F7106B49B600758660 /* SDL_blit_N.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
365 00CFA854106B49B600758660 /* SDL_blit_slow.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F8106B49B600758660 /* SDL_blit_slow.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
366 00CFA855106B49B600758660 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7F9106B49B600758660 /* SDL_blit_slow.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
367 00CFA856106B49B600758660 /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FA106B49B600758660 /* SDL_blit.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
368 00CFA857106B49B600758660 /* SDL_blit.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7FB106B49B600758660 /* SDL_blit.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
369 00CFA858106B49B600758660 /* SDL_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FC106B49B600758660 /* SDL_bmp.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
370 00CFA859106B49B600758660 /* SDL_draw.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7FD106B49B600758660 /* SDL_draw.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
371 00CFA85A106B49B600758660 /* SDL_drawline.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FE106B49B600758660 /* SDL_drawline.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
372 00CFA85B106B49B600758660 /* SDL_drawpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FF106B49B600758660 /* SDL_drawpoint.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
373 00CFA85C106B49B600758660 /* SDL_fillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA800106B49B600758660 /* SDL_fillrect.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
374 00CFA85D106B49B600758660 /* SDL_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA801106B49B600758660 /* SDL_gamma.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
375 00CFA85E106B49B600758660 /* SDL_glesfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA802106B49B600758660 /* SDL_glesfuncs.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
376 00CFA85F106B49B600758660 /* SDL_glfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA803106B49B600758660 /* SDL_glfuncs.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
377 00CFA860106B49B600758660 /* SDL_leaks.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA804106B49B600758660 /* SDL_leaks.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
378 00CFA861106B49B600758660 /* SDL_pixels_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA805106B49B600758660 /* SDL_pixels_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
379 00CFA862106B49B600758660 /* SDL_pixels.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA806106B49B600758660 /* SDL_pixels.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
380 00CFA863106B49B600758660 /* SDL_rect_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA807106B49B600758660 /* SDL_rect_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
381 00CFA864106B49B600758660 /* SDL_rect.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA808106B49B600758660 /* SDL_rect.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
382 00CFA865106B49B600758660 /* SDL_renderer_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA809106B49B600758660 /* SDL_renderer_gl.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
383 00CFA866106B49B600758660 /* SDL_renderer_gl.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80A106B49B600758660 /* SDL_renderer_gl.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
384 00CFA867106B49B600758660 /* SDL_renderer_gles.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA80B106B49B600758660 /* SDL_renderer_gles.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
385 00CFA868106B49B600758660 /* SDL_renderer_gles.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80C106B49B600758660 /* SDL_renderer_gles.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
386 00CFA869106B49B600758660 /* SDL_renderer_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA80D106B49B600758660 /* SDL_renderer_sw.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
387 00CFA86A106B49B600758660 /* SDL_renderer_sw.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80E106B49B600758660 /* SDL_renderer_sw.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
388 00CFA86B106B49B600758660 /* SDL_RLEaccel_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80F106B49B600758660 /* SDL_RLEaccel_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
389 00CFA86C106B49B600758660 /* SDL_RLEaccel.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA810106B49B600758660 /* SDL_RLEaccel.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
390 00CFA86D106B49B600758660 /* SDL_stretch.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA811106B49B600758660 /* SDL_stretch.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
391 00CFA86E106B49B600758660 /* SDL_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA812106B49B600758660 /* SDL_surface.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
392 00CFA86F106B49B600758660 /* SDL_sysvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA813106B49B600758660 /* SDL_sysvideo.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
393 00CFA870106B49B600758660 /* SDL_video.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA814106B49B600758660 /* SDL_video.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
394 00CFA871106B49B600758660 /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA815106B49B600758660 /* SDL_yuv_mmx.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
395 00CFA872106B49B600758660 /* SDL_yuv_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA816106B49B600758660 /* SDL_yuv_sw_c.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
396 00CFA873106B49B600758660 /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA817106B49B600758660 /* SDL_yuv_sw.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
397 00CFA89D106B4BA100758660 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00CFA89C106B4BA100758660 /* ForceFeedback.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
398 00D0D08410675DD9004B05EF /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00D0D08310675DD9004B05EF /* CoreFoundation.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
399 00D0D0D810675E46004B05EF /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007317C10858E15000B2BC32 /* Carbon.framework */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
400 046B91EC0A11B53500FB151C /* SDL_sysloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = 046B91E90A11B53500FB151C /* SDL_sysloadso.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
401 046B91ED0A11B53500FB151C /* SDL_sysloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = 046B91E90A11B53500FB151C /* SDL_sysloadso.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
402 046B92130A11B8AD00FB151C /* SDL_dlcompat.c in Sources */ = {isa = PBXBuildFile; fileRef = 046B92100A11B8AD00FB151C /* SDL_dlcompat.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
403 046B92140A11B8AD00FB151C /* SDL_dlcompat.c in Sources */ = {isa = PBXBuildFile; fileRef = 046B92100A11B8AD00FB151C /* SDL_dlcompat.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
404 BECDF62E0761BA81005FE872 /* SDL_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538330006D78D67F000001 /* SDL_audio.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
405 BECDF62F0761BA81005FE872 /* SDL_audiocvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538331006D78D67F000001 /* SDL_audiocvt.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
406 BECDF6300761BA81005FE872 /* SDL_audiodev.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538332006D78D67F000001 /* SDL_audiodev.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
407 BECDF6320761BA81005FE872 /* SDL_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538334006D78D67F000001 /* SDL_mixer.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
408 BECDF6330761BA81005FE872 /* SDL_wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538335006D78D67F000001 /* SDL_wave.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
409 BECDF6360761BA81005FE872 /* SDL_events.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538369006D79147F000001 /* SDL_events.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
410 BECDF6380761BA81005FE872 /* SDL_keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153836B006D79147F000001 /* SDL_keyboard.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
411 BECDF6390761BA81005FE872 /* SDL_mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153836C006D79147F000001 /* SDL_mouse.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
412 BECDF63A0761BA81005FE872 /* SDL_quit.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153836D006D79147F000001 /* SDL_quit.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
413 BECDF63C0761BA81005FE872 /* SDL_rwops.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538377006D79307F000001 /* SDL_rwops.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
414 BECDF63E0761BA81005FE872 /* SDL_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 015383A0006D79BC7F000001 /* SDL_timer.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
415 BECDF64D0761BA81005FE872 /* SDL_error.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538438006D7D947F000001 /* SDL_error.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
416 BECDF64E0761BA81005FE872 /* SDL_fatal.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538439006D7D947F000001 /* SDL_fatal.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
417 BECDF6500761BA81005FE872 /* SDL.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153843C006D7D947F000001 /* SDL.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
418 BECDF6510761BA81005FE872 /* SDL_thread.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538445006D7EC67F000001 /* SDL_thread.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
419 BECDF6530761BA81005FE872 /* SDL_joystick.c in Sources */ = {isa = PBXBuildFile; fileRef = 083E489D006D88D97F000001 /* SDL_joystick.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
420 BECDF6590761BA81005FE872 /* SDL_sysjoystick.c in Sources */ = {isa = PBXBuildFile; fileRef = F51789D101769A2401D3D55B /* SDL_sysjoystick.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
421 BECDF6610761BA81005FE872 /* SDL_cpuinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = B24DA50405A88D52006B9F1C /* SDL_cpuinfo.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
422 BECDF6670761BA81005FE872 /* SDL_coreaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = BECDF5D50761B759005FE872 /* SDL_coreaudio.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
423 BECDF6760761BA81005FE872 /* SDL_cpuinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
424 BECDF6770761BA81005FE872 /* SDL_name.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC705C4450500E5DC7F /* SDL_name.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
425 BECDF6780761BA81005FE872 /* SDL_coreaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = BECDF5D60761B759005FE872 /* SDL_coreaudio.h */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
426 BECDF67A0761BA81005FE872 /* SDL_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538330006D78D67F000001 /* SDL_audio.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
427 BECDF67B0761BA81005FE872 /* SDL_audiocvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538331006D78D67F000001 /* SDL_audiocvt.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
428 BECDF67D0761BA81005FE872 /* SDL_audiodev.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538332006D78D67F000001 /* SDL_audiodev.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
429 BECDF67E0761BA81005FE872 /* SDL_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538334006D78D67F000001 /* SDL_mixer.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
430 BECDF67F0761BA81005FE872 /* SDL_wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538335006D78D67F000001 /* SDL_wave.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
431 BECDF6840761BA81005FE872 /* SDL_events.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538369006D79147F000001 /* SDL_events.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
432 BECDF6860761BA81005FE872 /* SDL_keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153836B006D79147F000001 /* SDL_keyboard.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
433 BECDF6870761BA81005FE872 /* SDL_mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153836C006D79147F000001 /* SDL_mouse.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
434 BECDF6880761BA81005FE872 /* SDL_quit.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153836D006D79147F000001 /* SDL_quit.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
435 BECDF68A0761BA81005FE872 /* SDL_rwops.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538377006D79307F000001 /* SDL_rwops.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
436 BECDF68B0761BA81005FE872 /* SDL_joystick.c in Sources */ = {isa = PBXBuildFile; fileRef = 083E489D006D88D97F000001 /* SDL_joystick.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
437 BECDF68C0761BA81005FE872 /* SDL_thread.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538445006D7EC67F000001 /* SDL_thread.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
438 BECDF6920761BA81005FE872 /* SDL_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 015383A0006D79BC7F000001 /* SDL_timer.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
439 BECDF6A20761BA81005FE872 /* SDL_error.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538438006D7D947F000001 /* SDL_error.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
440 BECDF6A30761BA81005FE872 /* SDL_fatal.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538439006D7D947F000001 /* SDL_fatal.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
441 BECDF6A50761BA81005FE872 /* SDL.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153843C006D7D947F000001 /* SDL.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
442 BECDF6A60761BA81005FE872 /* SDL_sysjoystick.c in Sources */ = {isa = PBXBuildFile; fileRef = F51789D101769A2401D3D55B /* SDL_sysjoystick.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
443 BECDF6AF0761BA81005FE872 /* SDL_cpuinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = B24DA50405A88D52006B9F1C /* SDL_cpuinfo.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
444 BECDF6B00761BA81005FE872 /* SDL_coreaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = BECDF5D50761B759005FE872 /* SDL_coreaudio.c */; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
445 /* End PBXBuildFile section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
446 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
447 /* Begin PBXContainerItemProxy section */ |
3309 | 448 002D2AA8106C196E00BF972E /* PBXContainerItemProxy */ = { |
449 isa = PBXContainerItemProxy; | |
450 containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; | |
451 proxyType = 1; | |
452 remoteGlobalIDString = 002D2A9E106C18E700BF972E; | |
453 remoteInfo = "Generate Header Files"; | |
454 }; | |
455 002D2AAB106C19B200BF972E /* PBXContainerItemProxy */ = { | |
456 isa = PBXContainerItemProxy; | |
457 containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; | |
458 proxyType = 1; | |
459 remoteGlobalIDString = 002D2A9E106C18E700BF972E; | |
460 remoteInfo = "Generate Header Files"; | |
461 }; | |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
462 BECDF6C50761BA81005FE872 /* PBXContainerItemProxy */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
463 isa = PBXContainerItemProxy; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
464 containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
465 proxyType = 1; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
466 remoteGlobalIDString = BECDF5FE0761BA81005FE872; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
467 remoteInfo = "Framework (Upgraded)"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
468 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
469 /* End PBXContainerItemProxy section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
470 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
471 /* Begin PBXFileReference section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
472 00162D3409BD1FA90037C8D0 /* SDL_config_macosx.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_config_macosx.h; path = ../../include/SDL_config_macosx.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
473 00162D3709BD1FA90037C8D0 /* SDL_config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_config.h; path = ../../include/SDL_config.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
474 00162D3809BD1FA90037C8D0 /* SDL_platform.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_platform.h; path = ../../include/SDL_platform.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
475 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_stdinc.h; path = ../../include/SDL_stdinc.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
476 00162D4D09BD20DA0037C8D0 /* SDL_syscond.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_syscond.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
477 00162D4E09BD20DA0037C8D0 /* SDL_sysmutex.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_sysmutex.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
478 00162D4F09BD20DA0037C8D0 /* SDL_sysmutex_c.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDL_sysmutex_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
479 00162D5009BD20DA0037C8D0 /* SDL_syssem.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_syssem.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
480 00162D5109BD20DA0037C8D0 /* SDL_systhread.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_systhread.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
481 00162D5209BD20DA0037C8D0 /* SDL_systhread_c.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDL_systhread_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
482 00162D6009BD21010037C8D0 /* SDL_systimer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_systimer.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
483 00162D6509BD214F0037C8D0 /* SDL_getenv.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_getenv.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
484 00162D6609BD214F0037C8D0 /* SDL_malloc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_malloc.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
485 00162D6709BD214F0037C8D0 /* SDL_qsort.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_qsort.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
486 00162D6809BD214F0037C8D0 /* SDL_stdlib.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_stdlib.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
487 00162D6909BD214F0037C8D0 /* SDL_string.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_string.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
488 002F328509CA049100EBEB88 /* SDL_iconv.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_iconv.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
489 002F32D409CA0BE700EBEB88 /* SDL_diskaudio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_diskaudio.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
490 002F32D509CA0BE700EBEB88 /* SDL_diskaudio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDL_diskaudio.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
491 002F32E209CA0BF600EBEB88 /* SDL_dummyaudio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_dummyaudio.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
492 002F32E309CA0BF600EBEB88 /* SDL_dummyaudio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDL_dummyaudio.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
493 0073179B0858DECD00B2BC32 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = "<absolute>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
494 0073179C0858DECD00B2BC32 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
495 0073179D0858DECD00B2BC32 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
496 0073179E0858DECD00B2BC32 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
497 0073179F0858DECD00B2BC32 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
498 007317A00858DECD00B2BC32 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
499 007317C10858E15000B2BC32 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
500 00794D3F09D0C461003FC8A1 /* License.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = License.rtf; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
501 00AE6E1E08B958CC00255E2F /* ReadMeDevLite.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMeDevLite.txt; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
502 00B7E61F097F2D9E00826121 /* SDL_mixer_MMX.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_mixer_MMX.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
503 00B7E620097F2D9E00826121 /* SDL_mixer_MMX.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDL_mixer_MMX.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
504 00CFA67A106B44CE00758660 /* SDL_atomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_atomic.h; path = ../../include/SDL_atomic.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
505 00CFA67B106B44CE00758660 /* SDL_compat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_compat.h; path = ../../include/SDL_compat.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
506 00CFA67C106B44CE00758660 /* SDL_haptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_haptic.h; path = ../../include/SDL_haptic.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
507 00CFA67D106B44CE00758660 /* SDL_pixels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_pixels.h; path = ../../include/SDL_pixels.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
508 00CFA67E106B44CE00758660 /* SDL_power.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_power.h; path = ../../include/SDL_power.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
509 00CFA67F106B44CE00758660 /* SDL_rect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_rect.h; path = ../../include/SDL_rect.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
510 00CFA680106B44CE00758660 /* SDL_scancode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_scancode.h; path = ../../include/SDL_scancode.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
511 00CFA681106B44CE00758660 /* SDL_surface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_surface.h; path = ../../include/SDL_surface.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
512 00CFA6A1106B467B00758660 /* SDL_atomic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_atomic.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
513 00CFA6B0106B46E500758660 /* SDL_audio_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_audio_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
514 00CFA6B1106B46E500758660 /* SDL_audiodev_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_audiodev_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
515 00CFA6B2106B46E500758660 /* SDL_audiomem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_audiomem.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
516 00CFA6B3106B46E500758660 /* SDL_audiotypecvt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_audiotypecvt.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
517 00CFA6B4106B46E500758660 /* SDL_sysaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysaudio.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
518 00CFA6B5106B46E500758660 /* SDL_wave.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_wave.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
519 00CFA6C2106B480800758660 /* SDL_events_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_events_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
520 00CFA6C3106B480800758660 /* SDL_keyboard_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_keyboard_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
521 00CFA6C4106B480800758660 /* SDL_mouse_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_mouse_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
522 00CFA6C5106B480800758660 /* SDL_sysevents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysevents.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
523 00CFA6C6106B480800758660 /* SDL_windowevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_windowevents_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
524 00CFA6C7106B480800758660 /* SDL_windowevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_windowevents.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
525 00CFA6E1106B48D800758660 /* SDL_syshaptic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_syshaptic.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
526 00CFA6E8106B48D800758660 /* SDL_haptic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_haptic.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
527 00CFA6E9106B48D800758660 /* SDL_syshaptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_syshaptic.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
528 00CFA6FA106B493800758660 /* SDL_compat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_compat.c; path = ../../src/SDL_compat.c; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
529 00CFA6FB106B493800758660 /* SDL_error_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_error_c.h; path = ../../src/SDL_error_c.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
530 00CFA6FC106B493800758660 /* SDL_fatal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_fatal.h; path = ../../src/SDL_fatal.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
531 00CFA704106B498A00758660 /* SDL_cocoaevents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoaevents.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
532 00CFA705106B498A00758660 /* SDL_cocoaevents.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoaevents.m; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
533 00CFA706106B498A00758660 /* SDL_cocoakeyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoakeyboard.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
534 00CFA707106B498A00758660 /* SDL_cocoakeyboard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoakeyboard.m; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
535 00CFA708106B498A00758660 /* SDL_cocoamodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoamodes.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
536 00CFA709106B498A00758660 /* SDL_cocoamodes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoamodes.m; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
537 00CFA70A106B498A00758660 /* SDL_cocoamouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoamouse.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
538 00CFA70B106B498A00758660 /* SDL_cocoamouse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoamouse.m; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
539 00CFA70C106B498A00758660 /* SDL_cocoaopengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoaopengl.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
540 00CFA70D106B498A00758660 /* SDL_cocoaopengl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoaopengl.m; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
541 00CFA70E106B498A00758660 /* SDL_cocoavideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoavideo.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
542 00CFA70F106B498A00758660 /* SDL_cocoavideo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoavideo.m; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
543 00CFA710106B498A00758660 /* SDL_cocoawindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoawindow.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
544 00CFA711106B498A00758660 /* SDL_cocoawindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoawindow.m; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
545 00CFA713106B498A00758660 /* SDL_nullevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullevents.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
546 00CFA714106B498A00758660 /* SDL_nullevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullevents_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
547 00CFA715106B498A00758660 /* SDL_nullrender.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullrender.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
548 00CFA716106B498A00758660 /* SDL_nullrender_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullrender_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
549 00CFA717106B498A00758660 /* SDL_nullvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullvideo.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
550 00CFA718106B498B00758660 /* SDL_nullvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullvideo.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
551 00CFA71A106B498B00758660 /* imKStoUCS.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imKStoUCS.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
552 00CFA71B106B498B00758660 /* imKStoUCS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = imKStoUCS.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
553 00CFA71C106B498B00758660 /* SDL_x11dyn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11dyn.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
554 00CFA71D106B498B00758660 /* SDL_x11dyn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11dyn.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
555 00CFA71E106B498B00758660 /* SDL_x11events.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11events.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
556 00CFA71F106B498B00758660 /* SDL_x11events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11events.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
557 00CFA720106B498B00758660 /* SDL_x11gamma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11gamma.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
558 00CFA721106B498B00758660 /* SDL_x11gamma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11gamma.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
559 00CFA722106B498B00758660 /* SDL_x11keyboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11keyboard.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
560 00CFA723106B498B00758660 /* SDL_x11keyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11keyboard.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
561 00CFA724106B498B00758660 /* SDL_x11modes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11modes.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
562 00CFA725106B498B00758660 /* SDL_x11modes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11modes.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
563 00CFA726106B498B00758660 /* SDL_x11mouse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11mouse.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
564 00CFA727106B498B00758660 /* SDL_x11mouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11mouse.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
565 00CFA728106B498B00758660 /* SDL_x11opengl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11opengl.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
566 00CFA729106B498B00758660 /* SDL_x11opengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11opengl.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
567 00CFA72A106B498B00758660 /* SDL_x11opengles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11opengles.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
568 00CFA72B106B498B00758660 /* SDL_x11opengles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11opengles.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
569 00CFA72C106B498B00758660 /* SDL_x11render.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11render.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
570 00CFA72D106B498B00758660 /* SDL_x11render.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11render.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
571 00CFA72E106B498B00758660 /* SDL_x11sym.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11sym.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
572 00CFA72F106B498B00758660 /* SDL_x11video.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11video.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
573 00CFA730106B498B00758660 /* SDL_x11video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11video.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
574 00CFA731106B498B00758660 /* SDL_x11window.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11window.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
575 00CFA732106B498B00758660 /* SDL_x11window.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11window.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
576 00CFA735106B498B00758660 /* extutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = extutil.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
577 00CFA736106B498B00758660 /* panoramiXext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = panoramiXext.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
578 00CFA737106B498B00758660 /* panoramiXproto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = panoramiXproto.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
579 00CFA738106B498B00758660 /* StdCmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StdCmap.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
580 00CFA739106B498B00758660 /* Xext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xext.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
581 00CFA73A106B498B00758660 /* xf86dga.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86dga.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
582 00CFA73B106B498B00758660 /* xf86dga1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86dga1.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
583 00CFA73C106B498B00758660 /* xf86dga1str.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86dga1str.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
584 00CFA73D106B498B00758660 /* xf86dgastr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86dgastr.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
585 00CFA73E106B498B00758660 /* xf86vmode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86vmode.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
586 00CFA73F106B498B00758660 /* xf86vmstr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86vmstr.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
587 00CFA740106B498B00758660 /* Xinerama.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xinerama.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
588 00CFA741106B498B00758660 /* Xv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xv.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
589 00CFA742106B498B00758660 /* Xvlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xvlib.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
590 00CFA743106B498B00758660 /* Xvproto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xvproto.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
591 00CFA744106B498B00758660 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
592 00CFA746106B498B00758660 /* Xinerama.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Xinerama.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
593 00CFA748106B498B00758660 /* xme.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xme.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
594 00CFA74A106B498B00758660 /* AllCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = AllCmap.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
595 00CFA74B106B498B00758660 /* CmapAlloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CmapAlloc.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
596 00CFA74C106B498B00758660 /* CrCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CrCmap.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
597 00CFA74D106B498B00758660 /* DelCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = DelCmap.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
598 00CFA74E106B498B00758660 /* Distinct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Distinct.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
599 00CFA74F106B498B00758660 /* LookupCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LookupCmap.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
600 00CFA750106B498B00758660 /* StdCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = StdCmap.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
601 00CFA751106B498B00758660 /* VisCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = VisCmap.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
602 00CFA753106B498B00758660 /* Xv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Xv.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
603 00CFA754106B498B00758660 /* Xvlibint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xvlibint.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
604 00CFA756106B498B00758660 /* XF86VMode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = XF86VMode.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
605 00CFA7EA106B49B500758660 /* mmx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mmx.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
606 00CFA7EB106B49B500758660 /* SDL_alphamult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_alphamult.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
607 00CFA7EC106B49B500758660 /* SDL_alphamult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_alphamult.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
608 00CFA7ED106B49B500758660 /* SDL_blendline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendline.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
609 00CFA7EE106B49B500758660 /* SDL_blendpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendpoint.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
610 00CFA7EF106B49B500758660 /* SDL_blendrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendrect.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
611 00CFA7F0106B49B500758660 /* SDL_blit_0.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_0.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
612 00CFA7F1106B49B500758660 /* SDL_blit_1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_1.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
613 00CFA7F2106B49B500758660 /* SDL_blit_A.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_A.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
614 00CFA7F3106B49B600758660 /* SDL_blit_auto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_auto.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
615 00CFA7F4106B49B600758660 /* SDL_blit_auto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit_auto.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
616 00CFA7F5106B49B600758660 /* SDL_blit_copy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_copy.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
617 00CFA7F6106B49B600758660 /* SDL_blit_copy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit_copy.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
618 00CFA7F7106B49B600758660 /* SDL_blit_N.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_N.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
619 00CFA7F8106B49B600758660 /* SDL_blit_slow.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_slow.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
620 00CFA7F9106B49B600758660 /* SDL_blit_slow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit_slow.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
621 00CFA7FA106B49B600758660 /* SDL_blit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
622 00CFA7FB106B49B600758660 /* SDL_blit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
623 00CFA7FC106B49B600758660 /* SDL_bmp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_bmp.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
624 00CFA7FD106B49B600758660 /* SDL_draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_draw.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
625 00CFA7FE106B49B600758660 /* SDL_drawline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawline.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
626 00CFA7FF106B49B600758660 /* SDL_drawpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawpoint.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
627 00CFA800106B49B600758660 /* SDL_fillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_fillrect.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
628 00CFA801106B49B600758660 /* SDL_gamma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_gamma.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
629 00CFA802106B49B600758660 /* SDL_glesfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glesfuncs.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
630 00CFA803106B49B600758660 /* SDL_glfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glfuncs.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
631 00CFA804106B49B600758660 /* SDL_leaks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_leaks.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
632 00CFA805106B49B600758660 /* SDL_pixels_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_pixels_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
633 00CFA806106B49B600758660 /* SDL_pixels.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_pixels.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
634 00CFA807106B49B600758660 /* SDL_rect_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_rect_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
635 00CFA808106B49B600758660 /* SDL_rect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_rect.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
636 00CFA809106B49B600758660 /* SDL_renderer_gl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_renderer_gl.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
637 00CFA80A106B49B600758660 /* SDL_renderer_gl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_renderer_gl.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
638 00CFA80B106B49B600758660 /* SDL_renderer_gles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_renderer_gles.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
639 00CFA80C106B49B600758660 /* SDL_renderer_gles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_renderer_gles.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
640 00CFA80D106B49B600758660 /* SDL_renderer_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_renderer_sw.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
641 00CFA80E106B49B600758660 /* SDL_renderer_sw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_renderer_sw.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
642 00CFA80F106B49B600758660 /* SDL_RLEaccel_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_RLEaccel_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
643 00CFA810106B49B600758660 /* SDL_RLEaccel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_RLEaccel.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
644 00CFA811106B49B600758660 /* SDL_stretch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_stretch.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
645 00CFA812106B49B600758660 /* SDL_surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_surface.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
646 00CFA813106B49B600758660 /* SDL_sysvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysvideo.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
647 00CFA814106B49B600758660 /* SDL_video.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_video.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
648 00CFA815106B49B600758660 /* SDL_yuv_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_mmx.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
649 00CFA816106B49B600758660 /* SDL_yuv_sw_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_yuv_sw_c.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
650 00CFA817106B49B600758660 /* SDL_yuv_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_sw.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
651 00CFA89C106B4BA100758660 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ForceFeedback.framework; path = /System/Library/Frameworks/ForceFeedback.framework; sourceTree = "<absolute>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
652 00D0D08310675DD9004B05EF /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
653 00F5D79E0990CA0D0051C449 /* UniversalBinaryNotes.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = UniversalBinaryNotes.rtf; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
654 01538330006D78D67F000001 /* SDL_audio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_audio.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
655 01538331006D78D67F000001 /* SDL_audiocvt.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_audiocvt.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
656 01538332006D78D67F000001 /* SDL_audiodev.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_audiodev.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
657 01538334006D78D67F000001 /* SDL_mixer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_mixer.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
658 01538335006D78D67F000001 /* SDL_wave.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_wave.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
659 01538369006D79147F000001 /* SDL_events.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_events.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
660 0153836B006D79147F000001 /* SDL_keyboard.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_keyboard.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
661 0153836C006D79147F000001 /* SDL_mouse.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_mouse.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
662 0153836D006D79147F000001 /* SDL_quit.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_quit.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
663 01538377006D79307F000001 /* SDL_rwops.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_rwops.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
664 015383A0006D79BC7F000001 /* SDL_timer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_timer.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
665 01538438006D7D947F000001 /* SDL_error.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDL_error.c; path = ../../src/SDL_error.c; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
666 01538439006D7D947F000001 /* SDL_fatal.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDL_fatal.c; path = ../../src/SDL_fatal.c; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
667 0153843C006D7D947F000001 /* SDL.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDL.c; path = ../../src/SDL.c; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
668 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; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
669 046B91E90A11B53500FB151C /* SDL_sysloadso.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_sysloadso.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
670 046B92100A11B8AD00FB151C /* SDL_dlcompat.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_dlcompat.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
671 083E489D006D88D97F000001 /* SDL_joystick.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_joystick.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
672 0C5AF5E501191D2B7F000001 /* begin_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = begin_code.h; path = ../../include/begin_code.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
673 0C5AF5E601191D2B7F000001 /* close_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = close_code.h; path = ../../include/close_code.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
674 0C5AF5E801191D2B7F000001 /* SDL_audio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_audio.h; path = ../../include/SDL_audio.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
675 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_copying.h; path = ../../include/SDL_copying.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
676 0C5AF5EC01191D2B7F000001 /* SDL_endian.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_endian.h; path = ../../include/SDL_endian.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
677 0C5AF5ED01191D2B7F000001 /* SDL_error.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_error.h; path = ../../include/SDL_error.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
678 0C5AF5EE01191D2B7F000001 /* SDL_events.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_events.h; path = ../../include/SDL_events.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
679 0C5AF5F001191D2B7F000001 /* SDL_joystick.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_joystick.h; path = ../../include/SDL_joystick.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
680 0C5AF5F101191D2B7F000001 /* SDL_keyboard.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_keyboard.h; path = ../../include/SDL_keyboard.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
681 0C5AF5F201191D2B7F000001 /* SDL_keysym.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_keysym.h; path = ../../include/SDL_keysym.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
682 0C5AF5F301191D2B7F000001 /* SDL_main.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_main.h; path = ../../include/SDL_main.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
683 0C5AF5F401191D2B7F000001 /* SDL_mouse.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_mouse.h; path = ../../include/SDL_mouse.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
684 0C5AF5F501191D2B7F000001 /* SDL_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_mutex.h; path = ../../include/SDL_mutex.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
685 0C5AF5F601191D2B7F000001 /* SDL_opengl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_opengl.h; path = ../../include/SDL_opengl.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
686 0C5AF5F701191D2B7F000001 /* SDL_quit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_quit.h; path = ../../include/SDL_quit.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
687 0C5AF5F801191D2B7F000001 /* SDL_rwops.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_rwops.h; path = ../../include/SDL_rwops.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
688 0C5AF5F901191D2B7F000001 /* SDL_syswm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_syswm.h; path = ../../include/SDL_syswm.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
689 0C5AF5FA01191D2B7F000001 /* SDL_thread.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_thread.h; path = ../../include/SDL_thread.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
690 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_timer.h; path = ../../include/SDL_timer.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
691 0C5AF5FC01191D2B7F000001 /* SDL_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_types.h; path = ../../include/SDL_types.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
692 0C5AF5FD01191D2B7F000001 /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_version.h; path = ../../include/SDL_version.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
693 0C5AF5FE01191D2B7F000001 /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_video.h; path = ../../include/SDL_video.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
694 0C5AF5FF01191D2B7F000001 /* SDL.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL.h; path = ../../include/SDL.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
695 2EECDF2D0086C3A07F000001 /* SDLMain.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDLMain.h; path = ../../src/main/macosx/SDLMain.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
696 2EECDF2E0086C3A07F000001 /* SDLMain.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = SDLMain.m; path = ../../src/main/macosx/SDLMain.m; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
697 2EECDF2F0086C3A07F000001 /* SDLMain.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = SDLMain.nib; path = ../../src/main/macosx/SDLMain.nib; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
698 B24DA50405A88D52006B9F1C /* SDL_cpuinfo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_cpuinfo.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
699 B29A290D04E5B28700A80002 /* SDL_loadso.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_loadso.h; path = ../../include/SDL_loadso.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
700 B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_cpuinfo.h; path = ../../include/SDL_cpuinfo.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
701 B2CF8DC705C4450500E5DC7F /* SDL_name.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_name.h; path = ../../include/SDL_name.h; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
702 BECDF5D50761B759005FE872 /* SDL_coreaudio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_coreaudio.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
703 BECDF5D60761B759005FE872 /* SDL_coreaudio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDL_coreaudio.h; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
704 BECDF66B0761BA81005FE872 /* Info-Framework.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Framework.plist"; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
705 BECDF66C0761BA81005FE872 /* SDL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
706 BECDF6B30761BA81005FE872 /* libSDL.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDL.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
707 BECDF6BE0761BA81005FE872 /* Standard DMG */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Standard DMG"; sourceTree = BUILT_PRODUCTS_DIR; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
708 BECDF6C30761BA81005FE872 /* Developer Extras Package */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Developer Extras Package"; sourceTree = BUILT_PRODUCTS_DIR; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
709 F51789D101769A2401D3D55B /* SDL_sysjoystick.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_sysjoystick.c; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
710 F59C70FF00D5CB5801000001 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
711 F59C710000D5CB5801000001 /* Welcome.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Welcome.txt; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
712 F59C710300D5CB5801000001 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
713 F59C710500D5CB5801000001 /* SDL-devel.info */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "SDL-devel.info"; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
714 F59C710600D5CB5801000001 /* SDL.info */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SDL.info; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
715 F59C710C00D5D15801000001 /* install.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = install.sh; sourceTree = "<group>"; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
716 F5A2EF3900C6A39A01000001 /* BUGS */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = BUGS; path = ../../BUGS; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
717 F5A2EF3A00C6A3C201000001 /* README.MacOSX */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = README.MacOSX; path = ../../README.MacOSX; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
718 F5F81AD400D706B101000001 /* Readme SDL Developer.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = "Readme SDL Developer.txt"; path = "pkg-support/Readme SDL Developer.txt"; sourceTree = SOURCE_ROOT; }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
719 /* End PBXFileReference section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
720 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
721 /* Begin PBXFrameworksBuildPhase section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
722 BECDF6680761BA81005FE872 /* Frameworks */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
723 isa = PBXFrameworksBuildPhase; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
724 buildActionMask = 2147483647; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
725 files = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
726 007317A20858DECD00B2BC32 /* AudioToolbox.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
727 007317A30858DECD00B2BC32 /* AudioUnit.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
728 007317A40858DECD00B2BC32 /* Cocoa.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
729 007317A50858DECD00B2BC32 /* CoreAudio.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
730 007317A60858DECD00B2BC32 /* IOKit.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
731 007317A70858DECD00B2BC32 /* OpenGL.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
732 00D0D08410675DD9004B05EF /* CoreFoundation.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
733 00D0D0D810675E46004B05EF /* Carbon.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
734 00CFA89D106B4BA100758660 /* ForceFeedback.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
735 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
736 runOnlyForDeploymentPostprocessing = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
737 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
738 BECDF6B10761BA81005FE872 /* Frameworks */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
739 isa = PBXFrameworksBuildPhase; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
740 buildActionMask = 2147483647; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
741 files = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
742 007317A90858DECD00B2BC32 /* AudioToolbox.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
743 007317AA0858DECD00B2BC32 /* AudioUnit.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
744 007317AB0858DECD00B2BC32 /* Cocoa.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
745 007317AC0858DECD00B2BC32 /* CoreAudio.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
746 007317AD0858DECD00B2BC32 /* IOKit.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
747 007317AE0858DECD00B2BC32 /* OpenGL.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
748 007317C30858E15000B2BC32 /* Carbon.framework in Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
749 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
750 runOnlyForDeploymentPostprocessing = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
751 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
752 /* End PBXFrameworksBuildPhase section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
753 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
754 /* Begin PBXGroup section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
755 00162D4C09BD20DA0037C8D0 /* pthread */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
756 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
757 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
758 00162D4D09BD20DA0037C8D0 /* SDL_syscond.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
759 00162D4E09BD20DA0037C8D0 /* SDL_sysmutex.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
760 00162D4F09BD20DA0037C8D0 /* SDL_sysmutex_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
761 00162D5009BD20DA0037C8D0 /* SDL_syssem.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
762 00162D5109BD20DA0037C8D0 /* SDL_systhread.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
763 00162D5209BD20DA0037C8D0 /* SDL_systhread_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
764 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
765 path = pthread; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
766 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
767 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
768 00162D5F09BD21010037C8D0 /* unix */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
769 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
770 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
771 00162D6009BD21010037C8D0 /* SDL_systimer.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
772 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
773 path = unix; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
774 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
775 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
776 00162D6309BD214E0037C8D0 /* stdlib */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
777 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
778 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
779 00162D6509BD214F0037C8D0 /* SDL_getenv.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
780 002F328509CA049100EBEB88 /* SDL_iconv.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
781 00162D6609BD214F0037C8D0 /* SDL_malloc.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
782 00162D6709BD214F0037C8D0 /* SDL_qsort.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
783 00162D6809BD214F0037C8D0 /* SDL_stdlib.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
784 00162D6909BD214F0037C8D0 /* SDL_string.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
785 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
786 name = stdlib; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
787 path = ../../src/stdlib; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
788 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
789 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
790 00162D7509BD217B0037C8D0 /* loadso */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
791 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
792 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
793 046B91E80A11B53500FB151C /* dlopen */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
794 00D55F250A11163D0030ED2A /* macosx */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
795 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
796 name = loadso; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
797 path = ../../src/loadso; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
798 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
799 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
800 002F32D209CA0BE700EBEB88 /* disk */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
801 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
802 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
803 002F32D409CA0BE700EBEB88 /* SDL_diskaudio.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
804 002F32D509CA0BE700EBEB88 /* SDL_diskaudio.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
805 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
806 path = disk; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
807 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
808 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
809 002F32E009CA0BF600EBEB88 /* dummy */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
810 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
811 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
812 002F32E209CA0BF600EBEB88 /* SDL_dummyaudio.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
813 002F32E309CA0BF600EBEB88 /* SDL_dummyaudio.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
814 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
815 path = dummy; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
816 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
817 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
818 00CFA69B106B467B00758660 /* atomic */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
819 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
820 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
821 00CFA6A0106B467B00758660 /* macosx */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
822 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
823 name = atomic; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
824 path = ../../src/atomic; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
825 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
826 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
827 00CFA6A0106B467B00758660 /* macosx */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
828 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
829 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
830 00CFA6A1106B467B00758660 /* SDL_atomic.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
831 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
832 path = macosx; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
833 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
834 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
835 00CFA6DF106B48D800758660 /* haptic */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
836 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
837 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
838 00CFA6E0106B48D800758660 /* darwin */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
839 00CFA6E8106B48D800758660 /* SDL_haptic.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
840 00CFA6E9106B48D800758660 /* SDL_syshaptic.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
841 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
842 name = haptic; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
843 path = ../../src/haptic; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
844 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
845 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
846 00CFA6E0106B48D800758660 /* darwin */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
847 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
848 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
849 00CFA6E1106B48D800758660 /* SDL_syshaptic.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
850 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
851 path = darwin; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
852 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
853 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
854 00CFA703106B498A00758660 /* cocoa */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
855 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
856 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
857 00CFA704106B498A00758660 /* SDL_cocoaevents.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
858 00CFA705106B498A00758660 /* SDL_cocoaevents.m */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
859 00CFA706106B498A00758660 /* SDL_cocoakeyboard.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
860 00CFA707106B498A00758660 /* SDL_cocoakeyboard.m */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
861 00CFA708106B498A00758660 /* SDL_cocoamodes.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
862 00CFA709106B498A00758660 /* SDL_cocoamodes.m */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
863 00CFA70A106B498A00758660 /* SDL_cocoamouse.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
864 00CFA70B106B498A00758660 /* SDL_cocoamouse.m */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
865 00CFA70C106B498A00758660 /* SDL_cocoaopengl.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
866 00CFA70D106B498A00758660 /* SDL_cocoaopengl.m */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
867 00CFA70E106B498A00758660 /* SDL_cocoavideo.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
868 00CFA70F106B498A00758660 /* SDL_cocoavideo.m */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
869 00CFA710106B498A00758660 /* SDL_cocoawindow.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
870 00CFA711106B498A00758660 /* SDL_cocoawindow.m */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
871 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
872 path = cocoa; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
873 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
874 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
875 00CFA712106B498A00758660 /* dummy */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
876 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
877 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
878 00CFA713106B498A00758660 /* SDL_nullevents.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
879 00CFA714106B498A00758660 /* SDL_nullevents_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
880 00CFA715106B498A00758660 /* SDL_nullrender.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
881 00CFA716106B498A00758660 /* SDL_nullrender_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
882 00CFA717106B498A00758660 /* SDL_nullvideo.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
883 00CFA718106B498B00758660 /* SDL_nullvideo.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
884 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
885 path = dummy; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
886 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
887 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
888 00CFA719106B498B00758660 /* x11 */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
889 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
890 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
891 00CFA71A106B498B00758660 /* imKStoUCS.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
892 00CFA71B106B498B00758660 /* imKStoUCS.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
893 00CFA71C106B498B00758660 /* SDL_x11dyn.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
894 00CFA71D106B498B00758660 /* SDL_x11dyn.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
895 00CFA71E106B498B00758660 /* SDL_x11events.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
896 00CFA71F106B498B00758660 /* SDL_x11events.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
897 00CFA720106B498B00758660 /* SDL_x11gamma.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
898 00CFA721106B498B00758660 /* SDL_x11gamma.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
899 00CFA722106B498B00758660 /* SDL_x11keyboard.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
900 00CFA723106B498B00758660 /* SDL_x11keyboard.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
901 00CFA724106B498B00758660 /* SDL_x11modes.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
902 00CFA725106B498B00758660 /* SDL_x11modes.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
903 00CFA726106B498B00758660 /* SDL_x11mouse.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
904 00CFA727106B498B00758660 /* SDL_x11mouse.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
905 00CFA728106B498B00758660 /* SDL_x11opengl.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
906 00CFA729106B498B00758660 /* SDL_x11opengl.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
907 00CFA72A106B498B00758660 /* SDL_x11opengles.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
908 00CFA72B106B498B00758660 /* SDL_x11opengles.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
909 00CFA72C106B498B00758660 /* SDL_x11render.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
910 00CFA72D106B498B00758660 /* SDL_x11render.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
911 00CFA72E106B498B00758660 /* SDL_x11sym.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
912 00CFA72F106B498B00758660 /* SDL_x11video.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
913 00CFA730106B498B00758660 /* SDL_x11video.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
914 00CFA731106B498B00758660 /* SDL_x11window.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
915 00CFA732106B498B00758660 /* SDL_x11window.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
916 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
917 path = x11; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
918 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
919 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
920 00CFA733106B498B00758660 /* Xext */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
921 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
922 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
923 00CFA734106B498B00758660 /* extensions */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
924 00CFA744106B498B00758660 /* README */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
925 00CFA745106B498B00758660 /* Xinerama */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
926 00CFA747106B498B00758660 /* XME */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
927 00CFA749106B498B00758660 /* XmuStdCmap */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
928 00CFA752106B498B00758660 /* Xv */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
929 00CFA755106B498B00758660 /* Xxf86vm */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
930 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
931 path = Xext; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
932 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
933 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
934 00CFA734106B498B00758660 /* extensions */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
935 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
936 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
937 00CFA735106B498B00758660 /* extutil.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
938 00CFA736106B498B00758660 /* panoramiXext.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
939 00CFA737106B498B00758660 /* panoramiXproto.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
940 00CFA738106B498B00758660 /* StdCmap.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
941 00CFA739106B498B00758660 /* Xext.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
942 00CFA73A106B498B00758660 /* xf86dga.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
943 00CFA73B106B498B00758660 /* xf86dga1.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
944 00CFA73C106B498B00758660 /* xf86dga1str.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
945 00CFA73D106B498B00758660 /* xf86dgastr.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
946 00CFA73E106B498B00758660 /* xf86vmode.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
947 00CFA73F106B498B00758660 /* xf86vmstr.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
948 00CFA740106B498B00758660 /* Xinerama.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
949 00CFA741106B498B00758660 /* Xv.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
950 00CFA742106B498B00758660 /* Xvlib.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
951 00CFA743106B498B00758660 /* Xvproto.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
952 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
953 path = extensions; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
954 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
955 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
956 00CFA745106B498B00758660 /* Xinerama */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
957 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
958 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
959 00CFA746106B498B00758660 /* Xinerama.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
960 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
961 path = Xinerama; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
962 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
963 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
964 00CFA747106B498B00758660 /* XME */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
965 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
966 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
967 00CFA748106B498B00758660 /* xme.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
968 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
969 path = XME; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
970 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
971 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
972 00CFA749106B498B00758660 /* XmuStdCmap */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
973 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
974 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
975 00CFA74A106B498B00758660 /* AllCmap.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
976 00CFA74B106B498B00758660 /* CmapAlloc.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
977 00CFA74C106B498B00758660 /* CrCmap.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
978 00CFA74D106B498B00758660 /* DelCmap.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
979 00CFA74E106B498B00758660 /* Distinct.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
980 00CFA74F106B498B00758660 /* LookupCmap.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
981 00CFA750106B498B00758660 /* StdCmap.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
982 00CFA751106B498B00758660 /* VisCmap.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
983 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
984 path = XmuStdCmap; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
985 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
986 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
987 00CFA752106B498B00758660 /* Xv */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
988 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
989 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
990 00CFA753106B498B00758660 /* Xv.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
991 00CFA754106B498B00758660 /* Xvlibint.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
992 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
993 path = Xv; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
994 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
995 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
996 00CFA755106B498B00758660 /* Xxf86vm */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
997 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
998 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
999 00CFA756106B498B00758660 /* XF86VMode.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1000 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1001 path = Xxf86vm; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1002 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1003 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1004 00D55F250A11163D0030ED2A /* macosx */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1005 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1006 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1007 046B92100A11B8AD00FB151C /* SDL_dlcompat.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1008 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1009 path = macosx; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1010 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1011 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1012 0153832C006D78D67F000001 /* audio */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1013 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1014 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1015 BECDF5D20761B759005FE872 /* macosx */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1016 002F32D209CA0BE700EBEB88 /* disk */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1017 002F32E009CA0BF600EBEB88 /* dummy */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1018 00CFA6B0106B46E500758660 /* SDL_audio_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1019 00CFA6B1106B46E500758660 /* SDL_audiodev_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1020 00CFA6B2106B46E500758660 /* SDL_audiomem.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1021 01538330006D78D67F000001 /* SDL_audio.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1022 01538331006D78D67F000001 /* SDL_audiocvt.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1023 01538332006D78D67F000001 /* SDL_audiodev.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1024 00CFA6B3106B46E500758660 /* SDL_audiotypecvt.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1025 01538334006D78D67F000001 /* SDL_mixer.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1026 00B7E61F097F2D9E00826121 /* SDL_mixer_MMX.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1027 00B7E620097F2D9E00826121 /* SDL_mixer_MMX.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1028 00CFA6B4106B46E500758660 /* SDL_sysaudio.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1029 00CFA6B5106B46E500758660 /* SDL_wave.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1030 01538335006D78D67F000001 /* SDL_wave.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1031 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1032 name = audio; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1033 path = ../../src/audio; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1034 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1035 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1036 01538367006D79147F000001 /* events */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1037 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1038 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1039 00CFA6C2106B480800758660 /* SDL_events_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1040 01538369006D79147F000001 /* SDL_events.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1041 00CFA6C3106B480800758660 /* SDL_keyboard_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1042 0153836B006D79147F000001 /* SDL_keyboard.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1043 00CFA6C4106B480800758660 /* SDL_mouse_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1044 0153836C006D79147F000001 /* SDL_mouse.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1045 0153836D006D79147F000001 /* SDL_quit.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1046 00CFA6C5106B480800758660 /* SDL_sysevents.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1047 00CFA6C6106B480800758660 /* SDL_windowevents_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1048 00CFA6C7106B480800758660 /* SDL_windowevents.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1049 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1050 name = events; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1051 path = ../../src/events; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1052 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1053 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1054 01538376006D79307F000001 /* file */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1055 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1056 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1057 01538377006D79307F000001 /* SDL_rwops.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1058 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1059 name = file; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1060 path = ../../src/file; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1061 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1062 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1063 01538379006D79737F000001 /* thread */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1064 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1065 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1066 00162D4C09BD20DA0037C8D0 /* pthread */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1067 01538445006D7EC67F000001 /* SDL_thread.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1068 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1069 name = thread; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1070 path = ../../src/thread; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1071 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1072 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1073 01538391006D79BC7F000001 /* timer */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1074 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1075 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1076 00162D5F09BD21010037C8D0 /* unix */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1077 015383A0006D79BC7F000001 /* SDL_timer.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1078 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1079 name = timer; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1080 path = ../../src/timer; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1081 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1082 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1083 015383BE006D7A567F000001 /* video */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1084 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1085 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1086 00CFA7EA106B49B500758660 /* mmx.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1087 00CFA7EB106B49B500758660 /* SDL_alphamult.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1088 00CFA7EC106B49B500758660 /* SDL_alphamult.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1089 00CFA7ED106B49B500758660 /* SDL_blendline.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1090 00CFA7EE106B49B500758660 /* SDL_blendpoint.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1091 00CFA7EF106B49B500758660 /* SDL_blendrect.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1092 00CFA7F0106B49B500758660 /* SDL_blit_0.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1093 00CFA7F1106B49B500758660 /* SDL_blit_1.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1094 00CFA7F2106B49B500758660 /* SDL_blit_A.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1095 00CFA7F3106B49B600758660 /* SDL_blit_auto.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1096 00CFA7F4106B49B600758660 /* SDL_blit_auto.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1097 00CFA7F5106B49B600758660 /* SDL_blit_copy.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1098 00CFA7F6106B49B600758660 /* SDL_blit_copy.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1099 00CFA7F7106B49B600758660 /* SDL_blit_N.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1100 00CFA7F8106B49B600758660 /* SDL_blit_slow.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1101 00CFA7F9106B49B600758660 /* SDL_blit_slow.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1102 00CFA7FA106B49B600758660 /* SDL_blit.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1103 00CFA7FB106B49B600758660 /* SDL_blit.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1104 00CFA7FC106B49B600758660 /* SDL_bmp.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1105 00CFA7FD106B49B600758660 /* SDL_draw.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1106 00CFA7FE106B49B600758660 /* SDL_drawline.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1107 00CFA7FF106B49B600758660 /* SDL_drawpoint.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1108 00CFA800106B49B600758660 /* SDL_fillrect.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1109 00CFA801106B49B600758660 /* SDL_gamma.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1110 00CFA802106B49B600758660 /* SDL_glesfuncs.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1111 00CFA803106B49B600758660 /* SDL_glfuncs.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1112 00CFA804106B49B600758660 /* SDL_leaks.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1113 00CFA805106B49B600758660 /* SDL_pixels_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1114 00CFA806106B49B600758660 /* SDL_pixels.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1115 00CFA807106B49B600758660 /* SDL_rect_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1116 00CFA808106B49B600758660 /* SDL_rect.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1117 00CFA809106B49B600758660 /* SDL_renderer_gl.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1118 00CFA80A106B49B600758660 /* SDL_renderer_gl.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1119 00CFA80B106B49B600758660 /* SDL_renderer_gles.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1120 00CFA80C106B49B600758660 /* SDL_renderer_gles.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1121 00CFA80D106B49B600758660 /* SDL_renderer_sw.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1122 00CFA80E106B49B600758660 /* SDL_renderer_sw.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1123 00CFA80F106B49B600758660 /* SDL_RLEaccel_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1124 00CFA810106B49B600758660 /* SDL_RLEaccel.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1125 00CFA811106B49B600758660 /* SDL_stretch.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1126 00CFA812106B49B600758660 /* SDL_surface.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1127 00CFA813106B49B600758660 /* SDL_sysvideo.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1128 00CFA814106B49B600758660 /* SDL_video.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1129 00CFA815106B49B600758660 /* SDL_yuv_mmx.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1130 00CFA816106B49B600758660 /* SDL_yuv_sw_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1131 00CFA817106B49B600758660 /* SDL_yuv_sw.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1132 00CFA703106B498A00758660 /* cocoa */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1133 00CFA712106B498A00758660 /* dummy */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1134 00CFA719106B498B00758660 /* x11 */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1135 00CFA733106B498B00758660 /* Xext */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1136 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1137 name = video; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1138 path = ../../src/video; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1139 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1140 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1141 0153844A006D81B07F000001 /* Public Headers */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1142 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1143 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1144 0C5AF5E501191D2B7F000001 /* begin_code.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1145 0C5AF5E601191D2B7F000001 /* close_code.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1146 0C5AF5FF01191D2B7F000001 /* SDL.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1147 00CFA67A106B44CE00758660 /* SDL_atomic.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1148 0C5AF5E801191D2B7F000001 /* SDL_audio.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1149 00CFA67B106B44CE00758660 /* SDL_compat.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1150 00162D3709BD1FA90037C8D0 /* SDL_config.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1151 00162D3409BD1FA90037C8D0 /* SDL_config_macosx.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1152 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1153 B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1154 0C5AF5EC01191D2B7F000001 /* SDL_endian.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1155 0C5AF5ED01191D2B7F000001 /* SDL_error.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1156 0C5AF5EE01191D2B7F000001 /* SDL_events.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1157 00CFA67C106B44CE00758660 /* SDL_haptic.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1158 0C5AF5F001191D2B7F000001 /* SDL_joystick.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1159 0C5AF5F101191D2B7F000001 /* SDL_keyboard.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1160 0C5AF5F201191D2B7F000001 /* SDL_keysym.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1161 B29A290D04E5B28700A80002 /* SDL_loadso.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1162 0C5AF5F301191D2B7F000001 /* SDL_main.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1163 0C5AF5F401191D2B7F000001 /* SDL_mouse.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1164 0C5AF5F501191D2B7F000001 /* SDL_mutex.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1165 B2CF8DC705C4450500E5DC7F /* SDL_name.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1166 0C5AF5F601191D2B7F000001 /* SDL_opengl.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1167 00CFA67D106B44CE00758660 /* SDL_pixels.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1168 00162D3809BD1FA90037C8D0 /* SDL_platform.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1169 00CFA67E106B44CE00758660 /* SDL_power.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1170 0C5AF5F701191D2B7F000001 /* SDL_quit.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1171 00CFA67F106B44CE00758660 /* SDL_rect.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1172 0C5AF5F801191D2B7F000001 /* SDL_rwops.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1173 00CFA680106B44CE00758660 /* SDL_scancode.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1174 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1175 00CFA681106B44CE00758660 /* SDL_surface.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1176 0C5AF5F901191D2B7F000001 /* SDL_syswm.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1177 0C5AF5FA01191D2B7F000001 /* SDL_thread.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1178 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1179 0C5AF5FC01191D2B7F000001 /* SDL_types.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1180 0C5AF5FD01191D2B7F000001 /* SDL_version.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1181 0C5AF5FE01191D2B7F000001 /* SDL_video.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1182 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1183 name = "Public Headers"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1184 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1185 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1186 034768DDFF38A45A11DB9C8B /* Products */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1187 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1188 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1189 089C1665FE841158C02AAC07 /* Resources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1190 BECDF66C0761BA81005FE872 /* SDL.framework */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1191 BECDF6B30761BA81005FE872 /* libSDL.a */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1192 BECDF6BE0761BA81005FE872 /* Standard DMG */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1193 BECDF6C30761BA81005FE872 /* Developer Extras Package */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1194 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1195 name = Products; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1196 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1197 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1198 046B91E80A11B53500FB151C /* dlopen */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1199 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1200 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1201 046B91E90A11B53500FB151C /* SDL_sysloadso.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1202 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1203 path = dlopen; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1204 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1205 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1206 083E489A006D88D97F000001 /* joystick */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1207 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1208 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1209 F51789D001769A2401D3D55B /* darwin */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1210 083E489D006D88D97F000001 /* SDL_joystick.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1211 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1212 name = joystick; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1213 path = ../../src/joystick; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1214 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1215 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1216 0867D691FE84028FC02AAC07 /* SDLFramework */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1217 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1218 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1219 F5A2EF3900C6A39A01000001 /* BUGS */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1220 F5A2EF3A00C6A3C201000001 /* README.MacOSX */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1221 F59C70FC00D5CB5801000001 /* pkg-support */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1222 F5B2A58400C5D39001000001 /* Main */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1223 0153844A006D81B07F000001 /* Public Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1224 08FB77ACFE841707C02AAC07 /* Library Source */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1225 034768DDFF38A45A11DB9C8B /* Products */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1226 BECDF66B0761BA81005FE872 /* Info-Framework.plist */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1227 BEC562FE0761C0E800A33029 /* Linked Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1228 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1229 comments = "To build Universal Binaries, we have experimented with a variety of different options.\nThe complication is that we must retain compatibility with at least 10.2. \nThe Universal Binary defaults only work for > 10.3.9\n\nSo far, we have found:\ngcc 4.0.0 with Xcode 2.1 always links against libgcc_s. gcc 4.0.1 from Xcode 2.2 fixes this problem.\n\nBut gcc 4.0 will not work with < 10.3.9 because we continue to get an undefined symbol to _fprintf$LDBL128.\nSo we must use gcc 3.3 on PPC to accomplish 10.2 support. (But 4.0 is required for i386.)\n\nSetting the deployment target to 10.4 will disable prebinding, so for PPC, we set it less than 10.4 to preserve prebinding for legacy support.\n\nSetting the PPC SDKROOT to /Developers/SDKs/MacOSX10.2.8.sdk will link to 63.0.0 libSystem.B.dylib. Leaving it at current or 10.4u links to 88.1.2. However, as long as we are using gcc 3.3, it doesn't seem to matter as testing has demonstrated both will run. We have decided not to invoke the 10.2.8 SDK because it is not a default installed component with Xcode which will probably cause most people problems. However, rather than deleting the SDKROOT_ppc entry entirely, we have mapped it to 10.4u in case we decide we need to change this setting.\n\nTo use Altivec or SSE, we needed architecture specific flags:\nOTHER_CFLAGS_ppc\nOTHER_CFLAGS_i386\nOTHER_CFLAGS=$(OTHER_CFLAGS_($CURRENT_ARCH))\n\nThe general OTHER_CFLAGS needed to be manually mapped to architecture specific options because Xcode didn't do this automatically for us.\n\n\n"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1230 name = SDLFramework; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1231 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1232 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1233 089C1665FE841158C02AAC07 /* Resources */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1234 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1235 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1236 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1237 name = Resources; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1238 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1239 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1240 08FB77ACFE841707C02AAC07 /* Library Source */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1241 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1242 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1243 00CFA69B106B467B00758660 /* atomic */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1244 0153832C006D78D67F000001 /* audio */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1245 B24DA50105A88D52006B9F1C /* cpuinfo */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1246 01538367006D79147F000001 /* events */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1247 01538376006D79307F000001 /* file */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1248 00CFA6DF106B48D800758660 /* haptic */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1249 083E489A006D88D97F000001 /* joystick */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1250 00162D7509BD217B0037C8D0 /* loadso */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1251 00162D6309BD214E0037C8D0 /* stdlib */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1252 01538379006D79737F000001 /* thread */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1253 01538391006D79BC7F000001 /* timer */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1254 015383BE006D7A567F000001 /* video */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1255 00CFA6FA106B493800758660 /* SDL_compat.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1256 00CFA6FB106B493800758660 /* SDL_error_c.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1257 01538438006D7D947F000001 /* SDL_error.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1258 00CFA6FC106B493800758660 /* SDL_fatal.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1259 01538439006D7D947F000001 /* SDL_fatal.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1260 0153843C006D7D947F000001 /* SDL.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1261 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1262 name = "Library Source"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1263 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1264 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1265 B24DA50105A88D52006B9F1C /* cpuinfo */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1266 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1267 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1268 B24DA50405A88D52006B9F1C /* SDL_cpuinfo.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1269 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1270 name = cpuinfo; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1271 path = ../../src/cpuinfo; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1272 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1273 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1274 BEC562FE0761C0E800A33029 /* Linked Frameworks */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1275 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1276 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1277 00D0D08310675DD9004B05EF /* CoreFoundation.framework */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1278 007317C10858E15000B2BC32 /* Carbon.framework */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1279 0073179B0858DECD00B2BC32 /* AudioToolbox.framework */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1280 0073179C0858DECD00B2BC32 /* AudioUnit.framework */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1281 0073179D0858DECD00B2BC32 /* Cocoa.framework */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1282 0073179E0858DECD00B2BC32 /* CoreAudio.framework */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1283 0073179F0858DECD00B2BC32 /* IOKit.framework */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1284 007317A00858DECD00B2BC32 /* OpenGL.framework */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1285 00CFA89C106B4BA100758660 /* ForceFeedback.framework */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1286 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1287 name = "Linked Frameworks"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1288 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1289 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1290 BECDF5D20761B759005FE872 /* macosx */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1291 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1292 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1293 BECDF5D50761B759005FE872 /* SDL_coreaudio.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1294 BECDF5D60761B759005FE872 /* SDL_coreaudio.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1295 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1296 name = macosx; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1297 path = ../../src/audio/macosx; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1298 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1299 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1300 F51789D001769A2401D3D55B /* darwin */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1301 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1302 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1303 F51789D101769A2401D3D55B /* SDL_sysjoystick.c */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1304 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1305 name = darwin; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1306 path = ../../src/joystick/darwin; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1307 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1308 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1309 F59C70FC00D5CB5801000001 /* pkg-support */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1310 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1311 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1312 F59C70FE00D5CB5801000001 /* devel-resources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1313 F59C710100D5CB5801000001 /* resources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1314 F5F81AD400D706B101000001 /* Readme SDL Developer.txt */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1315 F59C710500D5CB5801000001 /* SDL-devel.info */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1316 F59C710600D5CB5801000001 /* SDL.info */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1317 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1318 path = "pkg-support"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1319 sourceTree = SOURCE_ROOT; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1320 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1321 F59C70FE00D5CB5801000001 /* devel-resources */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1322 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1323 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1324 F59C710C00D5D15801000001 /* install.sh */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1325 F59C70FF00D5CB5801000001 /* ReadMe.txt */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1326 F59C710000D5CB5801000001 /* Welcome.txt */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1327 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1328 path = "devel-resources"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1329 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1330 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1331 F59C710100D5CB5801000001 /* resources */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1332 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1333 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1334 00794D3F09D0C461003FC8A1 /* License.rtf */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1335 00F5D79E0990CA0D0051C449 /* UniversalBinaryNotes.rtf */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1336 00AE6E1E08B958CC00255E2F /* ReadMeDevLite.txt */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1337 F59C710300D5CB5801000001 /* ReadMe.txt */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1338 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1339 path = resources; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1340 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1341 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1342 F5B2A58400C5D39001000001 /* Main */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1343 isa = PBXGroup; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1344 children = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1345 2EECDF2D0086C3A07F000001 /* SDLMain.h */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1346 2EECDF2E0086C3A07F000001 /* SDLMain.m */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1347 2EECDF2F0086C3A07F000001 /* SDLMain.nib */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1348 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1349 name = Main; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1350 sourceTree = "<group>"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1351 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1352 /* End PBXGroup section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1353 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1354 /* Begin PBXHeadersBuildPhase section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1355 BECDF5FF0761BA81005FE872 /* Headers */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1356 isa = PBXHeadersBuildPhase; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1357 buildActionMask = 2147483647; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1358 files = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1359 00162DA609BD222F0037C8D0 /* SDL_config_macosx.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1360 00162DA909BD222F0037C8D0 /* SDL_config.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1361 00162DAA09BD222F0037C8D0 /* SDL_platform.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1362 00162DAB09BD222F0037C8D0 /* SDL_stdinc.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1363 00162DAC09BD222F0037C8D0 /* begin_code.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1364 00162DAD09BD222F0037C8D0 /* close_code.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1365 00162DAF09BD222F0037C8D0 /* SDL_audio.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1366 00162DB209BD222F0037C8D0 /* SDL_copying.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1367 00162DB309BD222F0037C8D0 /* SDL_cpuinfo.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1368 00162DB409BD222F0037C8D0 /* SDL_endian.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1369 00162DB509BD222F0037C8D0 /* SDL_error.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1370 00162DB609BD222F0037C8D0 /* SDL_events.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1371 00162DB809BD222F0037C8D0 /* SDL_joystick.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1372 00162DB909BD222F0037C8D0 /* SDL_keyboard.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1373 00162DBA09BD222F0037C8D0 /* SDL_keysym.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1374 00162DBB09BD222F0037C8D0 /* SDL_loadso.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1375 00162DBC09BD222F0037C8D0 /* SDL_main.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1376 00162DBD09BD222F0037C8D0 /* SDL_mouse.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1377 00162DBE09BD222F0037C8D0 /* SDL_mutex.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1378 00162DBF09BD222F0037C8D0 /* SDL_name.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1379 00162DC009BD222F0037C8D0 /* SDL_opengl.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1380 00162DC109BD222F0037C8D0 /* SDL_quit.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1381 00162DC209BD222F0037C8D0 /* SDL_rwops.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1382 00162DC309BD222F0037C8D0 /* SDL_syswm.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1383 00162DC409BD222F0037C8D0 /* SDL_thread.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1384 00162DC509BD222F0037C8D0 /* SDL_timer.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1385 00162DC609BD222F0037C8D0 /* SDL_types.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1386 00162DC709BD222F0037C8D0 /* SDL_version.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1387 00162DC809BD222F0037C8D0 /* SDL_video.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1388 00162DC909BD222F0037C8D0 /* SDL.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1389 00CFA682106B44CE00758660 /* SDL_atomic.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1390 00CFA683106B44CE00758660 /* SDL_compat.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1391 00CFA684106B44CE00758660 /* SDL_haptic.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1392 00CFA685106B44CE00758660 /* SDL_pixels.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1393 00CFA686106B44CE00758660 /* SDL_power.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1394 00CFA687106B44CE00758660 /* SDL_rect.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1395 00CFA688106B44CE00758660 /* SDL_scancode.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1396 00CFA689106B44CE00758660 /* SDL_surface.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1397 00CFA6B6106B46E500758660 /* SDL_audio_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1398 00CFA6B7106B46E500758660 /* SDL_audiodev_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1399 00CFA6B8106B46E500758660 /* SDL_audiomem.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1400 00CFA6BA106B46E500758660 /* SDL_sysaudio.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1401 00CFA6BB106B46E500758660 /* SDL_wave.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1402 00CFA6C8106B480800758660 /* SDL_events_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1403 00CFA6C9106B480800758660 /* SDL_keyboard_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1404 00CFA6CA106B480800758660 /* SDL_mouse_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1405 00CFA6CB106B480800758660 /* SDL_sysevents.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1406 00CFA6CC106B480800758660 /* SDL_windowevents_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1407 00CFA6F1106B48D800758660 /* SDL_syshaptic.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1408 00CFA6FE106B493800758660 /* SDL_error_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1409 00CFA6FF106B493800758660 /* SDL_fatal.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1410 00CFA757106B498B00758660 /* SDL_cocoaevents.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1411 00CFA759106B498B00758660 /* SDL_cocoakeyboard.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1412 00CFA75B106B498B00758660 /* SDL_cocoamodes.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1413 00CFA75D106B498B00758660 /* SDL_cocoamouse.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1414 00CFA75F106B498B00758660 /* SDL_cocoaopengl.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1415 00CFA761106B498B00758660 /* SDL_cocoavideo.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1416 00CFA763106B498B00758660 /* SDL_cocoawindow.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1417 00CFA766106B498B00758660 /* SDL_nullevents_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1418 00CFA768106B498B00758660 /* SDL_nullrender_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1419 00CFA76A106B498B00758660 /* SDL_nullvideo.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1420 00CFA76C106B498B00758660 /* imKStoUCS.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1421 00CFA76E106B498B00758660 /* SDL_x11dyn.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1422 00CFA770106B498B00758660 /* SDL_x11events.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1423 00CFA772106B498B00758660 /* SDL_x11gamma.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1424 00CFA774106B498B00758660 /* SDL_x11keyboard.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1425 00CFA776106B498B00758660 /* SDL_x11modes.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1426 00CFA778106B498B00758660 /* SDL_x11mouse.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1427 00CFA77A106B498B00758660 /* SDL_x11opengl.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1428 00CFA77C106B498B00758660 /* SDL_x11opengles.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1429 00CFA77E106B498B00758660 /* SDL_x11render.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1430 00CFA77F106B498B00758660 /* SDL_x11sym.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1431 00CFA781106B498B00758660 /* SDL_x11video.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1432 00CFA783106B498B00758660 /* SDL_x11window.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1433 00CFA784106B498B00758660 /* extutil.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1434 00CFA785106B498B00758660 /* panoramiXext.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1435 00CFA786106B498B00758660 /* panoramiXproto.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1436 00CFA787106B498B00758660 /* StdCmap.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1437 00CFA788106B498B00758660 /* Xext.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1438 00CFA789106B498B00758660 /* xf86dga.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1439 00CFA78A106B498B00758660 /* xf86dga1.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1440 00CFA78B106B498B00758660 /* xf86dga1str.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1441 00CFA78C106B498B00758660 /* xf86dgastr.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1442 00CFA78D106B498B00758660 /* xf86vmode.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1443 00CFA78E106B498B00758660 /* xf86vmstr.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1444 00CFA78F106B498B00758660 /* Xinerama.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1445 00CFA790106B498B00758660 /* Xv.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1446 00CFA791106B498B00758660 /* Xvlib.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1447 00CFA792106B498B00758660 /* Xvproto.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1448 00CFA79F106B498B00758660 /* Xvlibint.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1449 00CFA818106B49B600758660 /* mmx.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1450 00CFA81A106B49B600758660 /* SDL_alphamult.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1451 00CFA822106B49B600758660 /* SDL_blit_auto.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1452 00CFA824106B49B600758660 /* SDL_blit_copy.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1453 00CFA827106B49B600758660 /* SDL_blit_slow.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1454 00CFA829106B49B600758660 /* SDL_blit.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1455 00CFA82B106B49B600758660 /* SDL_draw.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1456 00CFA830106B49B600758660 /* SDL_glesfuncs.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1457 00CFA831106B49B600758660 /* SDL_glfuncs.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1458 00CFA832106B49B600758660 /* SDL_leaks.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1459 00CFA833106B49B600758660 /* SDL_pixels_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1460 00CFA835106B49B600758660 /* SDL_rect_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1461 00CFA838106B49B600758660 /* SDL_renderer_gl.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1462 00CFA83A106B49B600758660 /* SDL_renderer_gles.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1463 00CFA83C106B49B600758660 /* SDL_renderer_sw.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1464 00CFA83D106B49B600758660 /* SDL_RLEaccel_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1465 00CFA841106B49B600758660 /* SDL_sysvideo.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1466 00CFA844106B49B600758660 /* SDL_yuv_sw_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1467 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1468 runOnlyForDeploymentPostprocessing = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1469 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1470 BECDF66E0761BA81005FE872 /* Headers */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1471 isa = PBXHeadersBuildPhase; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1472 buildActionMask = 2147483647; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1473 files = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1474 BECDF6760761BA81005FE872 /* SDL_cpuinfo.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1475 BECDF6770761BA81005FE872 /* SDL_name.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1476 BECDF6780761BA81005FE872 /* SDL_coreaudio.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1477 00162D4609BD1FA90037C8D0 /* SDL_config_macosx.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1478 00162D4909BD1FA90037C8D0 /* SDL_config.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1479 00162D4A09BD1FA90037C8D0 /* SDL_platform.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1480 00162D4B09BD1FA90037C8D0 /* SDL_stdinc.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1481 00162D5B09BD20DA0037C8D0 /* SDL_sysmutex_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1482 00162D5E09BD20DA0037C8D0 /* SDL_systhread_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1483 00162E6B09BD27370037C8D0 /* SDL_mixer_MMX.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1484 002F32DA09CA0BE700EBEB88 /* SDL_diskaudio.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1485 002F32E809CA0BF600EBEB88 /* SDL_dummyaudio.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1486 00CFA68A106B44CE00758660 /* SDL_atomic.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1487 00CFA68B106B44CE00758660 /* SDL_compat.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1488 00CFA68C106B44CE00758660 /* SDL_haptic.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1489 00CFA68D106B44CE00758660 /* SDL_pixels.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1490 00CFA68E106B44CE00758660 /* SDL_power.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1491 00CFA68F106B44CE00758660 /* SDL_rect.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1492 00CFA690106B44CE00758660 /* SDL_scancode.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1493 00CFA691106B44CE00758660 /* SDL_surface.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1494 00CFA6BC106B46E500758660 /* SDL_audio_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1495 00CFA6BD106B46E500758660 /* SDL_audiodev_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1496 00CFA6BE106B46E500758660 /* SDL_audiomem.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1497 00CFA6C0106B46E500758660 /* SDL_sysaudio.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1498 00CFA6C1106B46E500758660 /* SDL_wave.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1499 00CFA6CE106B480800758660 /* SDL_events_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1500 00CFA6CF106B480800758660 /* SDL_keyboard_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1501 00CFA6D0106B480800758660 /* SDL_mouse_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1502 00CFA6D1106B480800758660 /* SDL_sysevents.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1503 00CFA6D2106B480800758660 /* SDL_windowevents_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1504 00CFA6F8106B48D800758660 /* SDL_syshaptic.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1505 00CFA701106B493800758660 /* SDL_error_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1506 00CFA702106B493800758660 /* SDL_fatal.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1507 00CFA7A1106B498B00758660 /* SDL_cocoaevents.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1508 00CFA7A3106B498B00758660 /* SDL_cocoakeyboard.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1509 00CFA7A5106B498B00758660 /* SDL_cocoamodes.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1510 00CFA7A7106B498B00758660 /* SDL_cocoamouse.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1511 00CFA7A9106B498B00758660 /* SDL_cocoaopengl.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1512 00CFA7AB106B498B00758660 /* SDL_cocoavideo.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1513 00CFA7AD106B498B00758660 /* SDL_cocoawindow.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1514 00CFA7B0106B498B00758660 /* SDL_nullevents_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1515 00CFA7B2106B498B00758660 /* SDL_nullrender_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1516 00CFA7B4106B498B00758660 /* SDL_nullvideo.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1517 00CFA7B6106B498B00758660 /* imKStoUCS.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1518 00CFA7B8106B498B00758660 /* SDL_x11dyn.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1519 00CFA7BA106B498B00758660 /* SDL_x11events.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1520 00CFA7BC106B498B00758660 /* SDL_x11gamma.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1521 00CFA7BE106B498B00758660 /* SDL_x11keyboard.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1522 00CFA7C0106B498B00758660 /* SDL_x11modes.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1523 00CFA7C2106B498B00758660 /* SDL_x11mouse.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1524 00CFA7C4106B498B00758660 /* SDL_x11opengl.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1525 00CFA7C6106B498B00758660 /* SDL_x11opengles.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1526 00CFA7C8106B498B00758660 /* SDL_x11render.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1527 00CFA7C9106B498B00758660 /* SDL_x11sym.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1528 00CFA7CB106B498B00758660 /* SDL_x11video.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1529 00CFA7CD106B498B00758660 /* SDL_x11window.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1530 00CFA7CE106B498B00758660 /* extutil.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1531 00CFA7CF106B498B00758660 /* panoramiXext.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1532 00CFA7D0106B498B00758660 /* panoramiXproto.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1533 00CFA7D1106B498B00758660 /* StdCmap.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1534 00CFA7D2106B498B00758660 /* Xext.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1535 00CFA7D3106B498B00758660 /* xf86dga.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1536 00CFA7D4106B498B00758660 /* xf86dga1.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1537 00CFA7D5106B498B00758660 /* xf86dga1str.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1538 00CFA7D6106B498B00758660 /* xf86dgastr.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1539 00CFA7D7106B498B00758660 /* xf86vmode.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1540 00CFA7D8106B498B00758660 /* xf86vmstr.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1541 00CFA7D9106B498B00758660 /* Xinerama.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1542 00CFA7DA106B498B00758660 /* Xv.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1543 00CFA7DB106B498B00758660 /* Xvlib.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1544 00CFA7DC106B498B00758660 /* Xvproto.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1545 00CFA7E8106B498B00758660 /* Xvlibint.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1546 00CFA846106B49B600758660 /* mmx.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1547 00CFA848106B49B600758660 /* SDL_alphamult.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1548 00CFA850106B49B600758660 /* SDL_blit_auto.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1549 00CFA852106B49B600758660 /* SDL_blit_copy.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1550 00CFA855106B49B600758660 /* SDL_blit_slow.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1551 00CFA857106B49B600758660 /* SDL_blit.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1552 00CFA859106B49B600758660 /* SDL_draw.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1553 00CFA85E106B49B600758660 /* SDL_glesfuncs.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1554 00CFA85F106B49B600758660 /* SDL_glfuncs.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1555 00CFA860106B49B600758660 /* SDL_leaks.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1556 00CFA861106B49B600758660 /* SDL_pixels_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1557 00CFA863106B49B600758660 /* SDL_rect_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1558 00CFA866106B49B600758660 /* SDL_renderer_gl.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1559 00CFA868106B49B600758660 /* SDL_renderer_gles.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1560 00CFA86A106B49B600758660 /* SDL_renderer_sw.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1561 00CFA86B106B49B600758660 /* SDL_RLEaccel_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1562 00CFA86F106B49B600758660 /* SDL_sysvideo.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1563 00CFA872106B49B600758660 /* SDL_yuv_sw_c.h in Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1564 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1565 runOnlyForDeploymentPostprocessing = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1566 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1567 /* End PBXHeadersBuildPhase section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1568 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1569 /* Begin PBXNativeTarget section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1570 BECDF5FE0761BA81005FE872 /* Framework */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1571 isa = PBXNativeTarget; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1572 buildConfigurationList = 0073177A0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Framework" */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1573 buildPhases = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1574 BECDF5FF0761BA81005FE872 /* Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1575 BECDF62A0761BA81005FE872 /* Resources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1576 BECDF62C0761BA81005FE872 /* Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1577 BECDF6680761BA81005FE872 /* Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1578 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1579 buildRules = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1580 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1581 comments = "We recommend installing to /Library/Frameworks\nAn alternative is $(HOME)/Library/Frameworks for per-user if permissions are an issue.\n\nAdd the framework to the Groups & Files panel (under Linked Frameworks is a good place) and enable the check box for the targets that need to link to it. You can also manually add \"-framework SDL\" to your linker flags if you don't like the check box system.\n\nAdd /Library/Frameworks/SDL.framework/Headers to your header search path\nAdd /Library/Frameworks to your library search path\n(Adjust the two above if installed in $(HOME)/Library/Frameworks. You can also list both paths if you want robustness.)\n\nWe used to use an exports file. It was becoming a maintenance issue we kept neglecting, so we have removed it. If you need it back, set the \"Exported Symbols File\" option to:\n../../src/main/macosx/exports/SDL.x\n(You may need to regenerate the exports list. There is a Makefile in that directory that you can run from the command line to rebuild it.)\nLong term, we want to utilize gcc 4.0's new visibility feature (analogous to declspec on Windows). Other platforms would benefit from this change too. The downside is that we still use gcc 3.3 for the PowerPC build here so only our x86 builds will cull the symbols if we go down this route (and don't use the exports file).\n\n"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1582 dependencies = ( |
3309 | 1583 002D2AA9106C196E00BF972E /* PBXTargetDependency */, |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1584 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1585 name = Framework; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1586 productInstallPath = "@executable_path/../Frameworks"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1587 productName = SDL; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1588 productReference = BECDF66C0761BA81005FE872 /* SDL.framework */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1589 productType = "com.apple.product-type.framework"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1590 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1591 BECDF66D0761BA81005FE872 /* Static Library */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1592 isa = PBXNativeTarget; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1593 buildConfigurationList = 0073177E0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Static Library" */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1594 buildPhases = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1595 BECDF66E0761BA81005FE872 /* Headers */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1596 BECDF6790761BA81005FE872 /* Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1597 BECDF6B10761BA81005FE872 /* Frameworks */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1598 BECDF6B20761BA81005FE872 /* Rez */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1599 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1600 buildRules = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1601 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1602 comments = "This produces libsdl.a, which is the static build of SDL. You will have to link to the Cocoa and OpenGL frameworks in your application."; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1603 dependencies = ( |
3309 | 1604 002D2AAC106C19B200BF972E /* PBXTargetDependency */, |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1605 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1606 name = "Static Library"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1607 productInstallPath = /usr/local/lib; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1608 productName = "Static Library"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1609 productReference = BECDF6B30761BA81005FE872 /* libSDL.a */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1610 productType = "com.apple.product-type.library.static"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1611 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1612 BECDF6BB0761BA81005FE872 /* Standard DMG */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1613 isa = PBXNativeTarget; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1614 buildConfigurationList = 007317860858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Standard DMG" */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1615 buildPhases = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1616 BECDF6BD0761BA81005FE872 /* ShellScript */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1617 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1618 buildRules = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1619 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1620 dependencies = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1621 BECDF6C60761BA81005FE872 /* PBXTargetDependency */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1622 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1623 name = "Standard DMG"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1624 productInstallPath = /usr/local/bin; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1625 productName = "Standard Package"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1626 productReference = BECDF6BE0761BA81005FE872 /* Standard DMG */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1627 productType = "com.apple.product-type.tool"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1628 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1629 BECDF6C00761BA81005FE872 /* Developer Extras Package */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1630 isa = PBXNativeTarget; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1631 buildConfigurationList = 0073178A0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Developer Extras Package" */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1632 buildPhases = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1633 BECDF6C20761BA81005FE872 /* ShellScript */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1634 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1635 buildRules = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1636 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1637 dependencies = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1638 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1639 name = "Developer Extras Package"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1640 productInstallPath = /usr/local/bin; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1641 productName = "Devel Package"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1642 productReference = BECDF6C30761BA81005FE872 /* Developer Extras Package */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1643 productType = "com.apple.product-type.tool"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1644 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1645 /* End PBXNativeTarget section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1646 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1647 /* Begin PBXProject section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1648 0867D690FE84028FC02AAC07 /* Project object */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1649 isa = PBXProject; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1650 buildConfigurationList = 0073178E0858DB0500B2BC32 /* Build configuration list for PBXProject "SDL" */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1651 compatibilityVersion = "Xcode 3.0"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1652 hasScannedForEncodings = 1; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1653 mainGroup = 0867D691FE84028FC02AAC07 /* SDLFramework */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1654 productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1655 projectDirPath = ""; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1656 projectRoot = ""; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1657 targets = ( |
3309 | 1658 002D2A9E106C18E700BF972E /* Generate Header Files */, |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1659 BECDF5FE0761BA81005FE872 /* Framework */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1660 BECDF66D0761BA81005FE872 /* Static Library */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1661 BECDF6BB0761BA81005FE872 /* Standard DMG */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1662 BECDF6C00761BA81005FE872 /* Developer Extras Package */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1663 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1664 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1665 /* End PBXProject section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1666 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1667 /* Begin PBXResourcesBuildPhase section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1668 BECDF62A0761BA81005FE872 /* Resources */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1669 isa = PBXResourcesBuildPhase; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1670 buildActionMask = 2147483647; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1671 files = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1672 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1673 runOnlyForDeploymentPostprocessing = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1674 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1675 /* End PBXResourcesBuildPhase section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1676 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1677 /* Begin PBXRezBuildPhase section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1678 BECDF6B20761BA81005FE872 /* Rez */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1679 isa = PBXRezBuildPhase; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1680 buildActionMask = 2147483647; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1681 files = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1682 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1683 runOnlyForDeploymentPostprocessing = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1684 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1685 /* End PBXRezBuildPhase section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1686 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1687 /* Begin PBXShellScriptBuildPhase section */ |
3309 | 1688 002D2AA5106C190C00BF972E /* Run Script to Create SDL_config.h */ = { |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1689 isa = PBXShellScriptBuildPhase; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1690 buildActionMask = 2147483647; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1691 files = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1692 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1693 inputPaths = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1694 "$(SRCROOT)/../../include/SDL_config.h.default", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1695 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1696 name = "Run Script to Create SDL_config.h"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1697 outputPaths = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1698 "$(SRCROOT)/../../include/SDL_config.h", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1699 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1700 runOnlyForDeploymentPostprocessing = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1701 shellPath = /bin/sh; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1702 shellScript = "# Make sure that include/SDL_config.h is a symlink to SDL_config.h.default.\n# If it exists and is not a symlink, it was probably generated by configure and\n# we move it aside.\nif [ ! -L ../../include/SDL_config.h ]; then\n if [ -e ../../include/SDL_config.h ]; then\n mv ../../include/SDL_config.h ../../include/SDL_config.h.generated\n fi\n ln -s SDL_config.h.default ../../include/SDL_config.h\nfi\n"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1703 }; |
3309 | 1704 002D2AA7106C194100BF972E /* Run Script to Create SDL_revision.h */ = { |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1705 isa = PBXShellScriptBuildPhase; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1706 buildActionMask = 2147483647; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1707 files = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1708 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1709 inputPaths = ( |
3309 | 1710 "$(SRCROOT)/../../build-scripts/showrev.sh", |
1711 "$(SRCROOT)/../../build-scripts/updaterev.sh", | |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1712 ); |
3309 | 1713 name = "Run Script to Create SDL_revision.h"; |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1714 outputPaths = ( |
3309 | 1715 "$(SRCROOT)/../../include/SDL_revision.h", |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1716 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1717 runOnlyForDeploymentPostprocessing = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1718 shellPath = /bin/sh; |
3309 | 1719 shellScript = "sh ../../build-scripts/updaterev.sh"; |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1720 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1721 BECDF6BD0761BA81005FE872 /* ShellScript */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1722 isa = PBXShellScriptBuildPhase; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1723 buildActionMask = 12; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1724 files = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1725 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1726 runOnlyForDeploymentPostprocessing = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1727 shellPath = /bin/sh; |
3304 | 1728 shellScript = "# clean up the framework, remove headers, extra files\nmkdir -p build/dmg-tmp\nmkdir -p build/dmg-tmp/devel-lite\n/Developer/Tools/CpMac -r $TARGET_BUILD_DIR/SDL.framework build/dmg-tmp/\n\n# strip moved to Xcode native mechanism\n# strip -x build/dmg-tmp/SDL.framework/SDL\n\ncp pkg-support/resources/License.rtf build/dmg-tmp\ncp pkg-support/resources/ReadMe.txt build/dmg-tmp\ncp pkg-support/resources/ReadMeDevLite.txt build/dmg-tmp/devel-lite\ncp pkg-support/resources/UniversalBinaryNotes.rtf build/dmg-tmp\n\n# remove the .DS_Store files if any (we may want to provide one in the future for fancy .dmgs)\nfind build/dmg-tmp -name .DS_Store -exec rm -f \"{}\" \\;\n\n# for fancy .dmg\nmkdir -p build/dmg-tmp/.logo\ncp pkg-support/resources/SDL_DS_Store build/dmg-tmp/.DS_Store\ncp pkg-support/sdl_logo.pdf build/dmg-tmp/.logo\n\n# create the dmg\nhdiutil create -ov -fs HFS+ -volname SDL -srcfolder build/dmg-tmp build/SDL.dmg\n\n# clean up\nrm -rf build/dmg-tmp\n\n# compress it???\n#(cd build; gnutar -zcvf SDL.dmg.tar.gz SDL.dmg)"; |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1729 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1730 BECDF6C20761BA81005FE872 /* ShellScript */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1731 isa = PBXShellScriptBuildPhase; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1732 buildActionMask = 2147483647; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1733 comments = "The old .pkg generator script:\n\n# make a copy of the framework to work with\nmkdir -p build/pkg-tmp\n\n## We're changing this to follow OS X conventions, where the headers and\n## framework are bundled together. Thus this development package won't \n## actually contain any direct framework elements.\n#/Developer/Tools/CpMac -r build/SDL.framework build/pkg-tmp/\n\n# copy in some files they might want around...\ncp ../../docs.html build/pkg-tmp\ncp -r ../../docs build/pkg-tmp\n#cp -r ../../src/main/macosx build/pkg-tmp/\n#rm -rf build/pkg-tmp/main/exports\ncp -r \"../Project Stationary\" build/pkg-tmp/\ncp \"pkg-support/Readme SDL Developer.txt\" build/pkg-tmp/\n#cp \"../uninstall.csh\" build/pkg-tmp/\n\n## We shouldn't have any framework stuff to deal with now\n# clean up the framework, remove extra files\n# rm -rf build/pkg-tmp/SDL.framework/Resources/pbdevelopment.plist\n\n# remove the .DS_Store file to keep tool from crapping out\nfind pkg-support -name \".DS_Store\" -exec rm -rf \"{}\" \";\" \n\n# create the .pkg\n../package build/pkg-tmp pkg-support/SDL-devel.info -d build -r pkg-support/devel-resources \n#\"/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker\" -build -p build/ -f build/pkg-tmp -r pkg-support/devel-resources -i Info.plist -d Description.plist\n\n# create install scripts\nDIR=build/SDL-devel.pkg/\ncp $DIR/install.sh $DIR/SDL-devel.post_install\nmv $DIR/install.sh $DIR/SDL-devel.post_upgrade\n\n# add execute flag to scripts\nchmod 755 $DIR/SDL-devel.post_install $DIR/SDL-devel.post_upgrade\n\n# remove temporary files\n#rm -rf build/pkg-tmp\n\n# compress\n(cd build; gnutar -zcvf SDL-devel.pkg.tar.gz SDL-devel.pkg)"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1734 files = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1735 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1736 runOnlyForDeploymentPostprocessing = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1737 shellPath = /bin/sh; |
3304 | 1738 shellScript = "# make a directory to hold the stuff we're going to package up\nmkdir -p build/devel-extras-tmp\nmkdir -p build/devel-extras-tmp/Documentation\n#mkdir -p build/devel-extras-tmp/SDLMain\n#mkdir -p build/devel-extras-tmp/SDLMain/NIBless\n#mkdir -p build/devel-extras-tmp/SDLMain/CocoaMenus\n\n# copy the docs\ncp ../../docs.html build/devel-extras-tmp/Documentation\ncp -r ../../docs build/devel-extras-tmp/Documentation\n\n# copy the Xcode Project user templates\ncp -r \"../TemplatesForXcodeTiger\" build/devel-extras-tmp/\ncp -r \"../TemplatesForXcodeLeopard\" build/devel-extras-tmp/\ncp -r \"../TemplatesForXcodeSnowLeopard\" build/devel-extras-tmp/\ncp \"pkg-support/Readme SDL Developer.txt\" build/devel-extras-tmp/\n\n# readme file\n#cp pkg-support/resources/ReadMe.txt build/devel-extras-tmp\n\n#cp pkg-support/resources/UniversalBinaryNotes.rtf build/devel-extras-tmp\n\n# Copy the devel-lite stuff just in case the user didn't notice it in the main package\n# I should copy all the different SDLMain versions (and nibs) instead.\n# I'm assuming the default is the same as the SDL App and SDL/OpenGL templates\n\n#cp pkg-support/resources/ReadMeDevLite.txt build/devel-extras-tmp/SDLMain/NIBless\n#cp ../../src/main/macosx/SDLMain.h build/devel-extras-tmp/SDLMain/NIBless\n#cp ../../src/main/macosx/SDLMain.m build/devel-extras-tmp/SDLMain/NIBless\n\n# Nib stuff from SDL-Cocoa App\n#/Developer/Tools/CpMac -r \"../TemplatesForXcodeSnowLeopard/SDL Cocoa Application/#SDLMain.h\" build/devel-extras-tmp/SDLMain/CocoaMenus\n#/Developer/Tools/CpMac -r \"../TemplatesForXcodeSnowLeopard/SDL Cocoa Application/#SDLMain.m\" build/devel-extras-tmp/SDLMain/CocoaMenus\n#/Developer/Tools/CpMac -r \"../TemplatesForXcodeSnowLeopard/SDL Cocoa Application/#English.lproj/SDLMain.nib\" build/devel-extras-tmp/SDLMain/CocoaMenus\n\n# Copy precompiled libSDLmain.a's here??? We have potentially 3 different ones?\n# /Developer/Tools/CpMac -r $TARGET_BUILD_DIR/libSDLmain.a build/devel-extras-tmp/SDLMain/NIBless\n#\n#\n\n# Copy sdl-config's for those who've been wanting one? Will need to document that it may\n# require manual changes if you don't install the framework to /Library/Frameworks\n# <<sdl-config here>>\n\n# remove the .DS_Store files if any (we may want to provide one in the future for fancy .dmgs)\nfind build/devel-extras-tmp -name .DS_Store -exec rm -f \"{}\" \\;\n# remove CVS stuff\nfind build/devel-extras-tmp -name .cvsignore -exec rm -f \"{}\" \\;\n# depth first traversal, type=directory, remove recursively\nfind -d build/devel-extras-tmp -type d -name CVS -exec rm -rf \"{}\" \\;\n\n\n# create the dmg\nhdiutil create -ov -fs HFS+ -volname SDL-devel-extras -srcfolder build/devel-extras-tmp build/SDL-devel-extras.dmg\n\n# clean up\nrm -rf build/devel-extras-tmp\n\n# compress it???\n#(cd build; gnutar -zcvf SDL.dmg.tar.gz SDL.dmg)\n\n"; |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1739 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1740 /* End PBXShellScriptBuildPhase section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1741 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1742 /* Begin PBXSourcesBuildPhase section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1743 BECDF62C0761BA81005FE872 /* Sources */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1744 isa = PBXSourcesBuildPhase; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1745 buildActionMask = 2147483647; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1746 files = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1747 BECDF62E0761BA81005FE872 /* SDL_audio.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1748 BECDF62F0761BA81005FE872 /* SDL_audiocvt.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1749 BECDF6300761BA81005FE872 /* SDL_audiodev.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1750 BECDF6320761BA81005FE872 /* SDL_mixer.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1751 BECDF6330761BA81005FE872 /* SDL_wave.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1752 BECDF6360761BA81005FE872 /* SDL_events.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1753 BECDF6380761BA81005FE872 /* SDL_keyboard.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1754 BECDF6390761BA81005FE872 /* SDL_mouse.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1755 BECDF63A0761BA81005FE872 /* SDL_quit.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1756 BECDF63C0761BA81005FE872 /* SDL_rwops.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1757 BECDF63E0761BA81005FE872 /* SDL_timer.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1758 BECDF64D0761BA81005FE872 /* SDL_error.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1759 BECDF64E0761BA81005FE872 /* SDL_fatal.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1760 BECDF6500761BA81005FE872 /* SDL.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1761 BECDF6510761BA81005FE872 /* SDL_thread.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1762 BECDF6530761BA81005FE872 /* SDL_joystick.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1763 BECDF6590761BA81005FE872 /* SDL_sysjoystick.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1764 BECDF6610761BA81005FE872 /* SDL_cpuinfo.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1765 BECDF6670761BA81005FE872 /* SDL_coreaudio.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1766 00162D5309BD20DA0037C8D0 /* SDL_syscond.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1767 00162D5409BD20DA0037C8D0 /* SDL_sysmutex.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1768 00162D5609BD20DA0037C8D0 /* SDL_syssem.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1769 00162D5709BD20DA0037C8D0 /* SDL_systhread.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1770 00162D6109BD21010037C8D0 /* SDL_systimer.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1771 00162D6B09BD214F0037C8D0 /* SDL_getenv.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1772 00162D6C09BD214F0037C8D0 /* SDL_malloc.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1773 00162D6D09BD214F0037C8D0 /* SDL_qsort.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1774 00162D6E09BD214F0037C8D0 /* SDL_stdlib.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1775 00162D6F09BD214F0037C8D0 /* SDL_string.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1776 00162E6809BD27300037C8D0 /* SDL_mixer_MMX.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1777 002F328609CA049100EBEB88 /* SDL_iconv.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1778 002F32D709CA0BE700EBEB88 /* SDL_diskaudio.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1779 002F32E509CA0BF600EBEB88 /* SDL_dummyaudio.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1780 046B91EC0A11B53500FB151C /* SDL_sysloadso.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1781 046B92130A11B8AD00FB151C /* SDL_dlcompat.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1782 00CFA6A8106B467B00758660 /* SDL_atomic.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1783 00CFA6B9106B46E500758660 /* SDL_audiotypecvt.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1784 00CFA6CD106B480800758660 /* SDL_windowevents.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1785 00CFA6EC106B48D800758660 /* SDL_syshaptic.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1786 00CFA6F0106B48D800758660 /* SDL_haptic.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1787 00CFA6FD106B493800758660 /* SDL_compat.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1788 00CFA758106B498B00758660 /* SDL_cocoaevents.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1789 00CFA75A106B498B00758660 /* SDL_cocoakeyboard.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1790 00CFA75C106B498B00758660 /* SDL_cocoamodes.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1791 00CFA75E106B498B00758660 /* SDL_cocoamouse.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1792 00CFA760106B498B00758660 /* SDL_cocoaopengl.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1793 00CFA762106B498B00758660 /* SDL_cocoavideo.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1794 00CFA764106B498B00758660 /* SDL_cocoawindow.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1795 00CFA765106B498B00758660 /* SDL_nullevents.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1796 00CFA767106B498B00758660 /* SDL_nullrender.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1797 00CFA769106B498B00758660 /* SDL_nullvideo.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1798 00CFA76B106B498B00758660 /* imKStoUCS.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1799 00CFA76D106B498B00758660 /* SDL_x11dyn.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1800 00CFA76F106B498B00758660 /* SDL_x11events.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1801 00CFA771106B498B00758660 /* SDL_x11gamma.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1802 00CFA773106B498B00758660 /* SDL_x11keyboard.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1803 00CFA775106B498B00758660 /* SDL_x11modes.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1804 00CFA777106B498B00758660 /* SDL_x11mouse.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1805 00CFA779106B498B00758660 /* SDL_x11opengl.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1806 00CFA77B106B498B00758660 /* SDL_x11opengles.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1807 00CFA77D106B498B00758660 /* SDL_x11render.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1808 00CFA780106B498B00758660 /* SDL_x11video.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1809 00CFA782106B498B00758660 /* SDL_x11window.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1810 00CFA794106B498B00758660 /* Xinerama.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1811 00CFA795106B498B00758660 /* xme.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1812 00CFA796106B498B00758660 /* AllCmap.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1813 00CFA797106B498B00758660 /* CmapAlloc.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1814 00CFA798106B498B00758660 /* CrCmap.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1815 00CFA799106B498B00758660 /* DelCmap.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1816 00CFA79A106B498B00758660 /* Distinct.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1817 00CFA79B106B498B00758660 /* LookupCmap.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1818 00CFA79C106B498B00758660 /* StdCmap.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1819 00CFA79D106B498B00758660 /* VisCmap.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1820 00CFA79E106B498B00758660 /* Xv.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1821 00CFA7A0106B498B00758660 /* XF86VMode.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1822 00CFA819106B49B600758660 /* SDL_alphamult.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1823 00CFA81B106B49B600758660 /* SDL_blendline.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1824 00CFA81C106B49B600758660 /* SDL_blendpoint.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1825 00CFA81D106B49B600758660 /* SDL_blendrect.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1826 00CFA81E106B49B600758660 /* SDL_blit_0.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1827 00CFA81F106B49B600758660 /* SDL_blit_1.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1828 00CFA820106B49B600758660 /* SDL_blit_A.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1829 00CFA821106B49B600758660 /* SDL_blit_auto.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1830 00CFA823106B49B600758660 /* SDL_blit_copy.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1831 00CFA825106B49B600758660 /* SDL_blit_N.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1832 00CFA826106B49B600758660 /* SDL_blit_slow.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1833 00CFA828106B49B600758660 /* SDL_blit.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1834 00CFA82A106B49B600758660 /* SDL_bmp.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1835 00CFA82C106B49B600758660 /* SDL_drawline.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1836 00CFA82D106B49B600758660 /* SDL_drawpoint.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1837 00CFA82E106B49B600758660 /* SDL_fillrect.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1838 00CFA82F106B49B600758660 /* SDL_gamma.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1839 00CFA834106B49B600758660 /* SDL_pixels.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1840 00CFA836106B49B600758660 /* SDL_rect.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1841 00CFA837106B49B600758660 /* SDL_renderer_gl.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1842 00CFA839106B49B600758660 /* SDL_renderer_gles.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1843 00CFA83B106B49B600758660 /* SDL_renderer_sw.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1844 00CFA83E106B49B600758660 /* SDL_RLEaccel.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1845 00CFA83F106B49B600758660 /* SDL_stretch.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1846 00CFA840106B49B600758660 /* SDL_surface.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1847 00CFA842106B49B600758660 /* SDL_video.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1848 00CFA843106B49B600758660 /* SDL_yuv_mmx.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1849 00CFA845106B49B600758660 /* SDL_yuv_sw.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1850 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1851 runOnlyForDeploymentPostprocessing = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1852 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1853 BECDF6790761BA81005FE872 /* Sources */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1854 isa = PBXSourcesBuildPhase; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1855 buildActionMask = 2147483647; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1856 files = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1857 BECDF67A0761BA81005FE872 /* SDL_audio.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1858 BECDF67B0761BA81005FE872 /* SDL_audiocvt.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1859 BECDF67D0761BA81005FE872 /* SDL_audiodev.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1860 BECDF67E0761BA81005FE872 /* SDL_mixer.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1861 BECDF67F0761BA81005FE872 /* SDL_wave.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1862 BECDF6840761BA81005FE872 /* SDL_events.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1863 BECDF6860761BA81005FE872 /* SDL_keyboard.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1864 BECDF6870761BA81005FE872 /* SDL_mouse.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1865 BECDF6880761BA81005FE872 /* SDL_quit.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1866 BECDF68A0761BA81005FE872 /* SDL_rwops.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1867 BECDF68B0761BA81005FE872 /* SDL_joystick.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1868 BECDF68C0761BA81005FE872 /* SDL_thread.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1869 BECDF6920761BA81005FE872 /* SDL_timer.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1870 BECDF6A20761BA81005FE872 /* SDL_error.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1871 BECDF6A30761BA81005FE872 /* SDL_fatal.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1872 BECDF6A50761BA81005FE872 /* SDL.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1873 BECDF6A60761BA81005FE872 /* SDL_sysjoystick.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1874 BECDF6AF0761BA81005FE872 /* SDL_cpuinfo.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1875 BECDF6B00761BA81005FE872 /* SDL_coreaudio.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1876 00162D5909BD20DA0037C8D0 /* SDL_syscond.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1877 00162D5A09BD20DA0037C8D0 /* SDL_sysmutex.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1878 00162D5C09BD20DA0037C8D0 /* SDL_syssem.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1879 00162D5D09BD20DA0037C8D0 /* SDL_systhread.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1880 00162D6209BD21010037C8D0 /* SDL_systimer.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1881 00162D7009BD214F0037C8D0 /* SDL_getenv.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1882 00162D7109BD214F0037C8D0 /* SDL_malloc.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1883 00162D7209BD214F0037C8D0 /* SDL_qsort.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1884 00162D7309BD214F0037C8D0 /* SDL_stdlib.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1885 00162D7409BD214F0037C8D0 /* SDL_string.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1886 00162E6A09BD27360037C8D0 /* SDL_mixer_MMX.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1887 002F328709CA049100EBEB88 /* SDL_iconv.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1888 002F32D909CA0BE700EBEB88 /* SDL_diskaudio.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1889 002F32E709CA0BF600EBEB88 /* SDL_dummyaudio.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1890 046B91ED0A11B53500FB151C /* SDL_sysloadso.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1891 046B92140A11B8AD00FB151C /* SDL_dlcompat.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1892 00CFA6AD106B467B00758660 /* SDL_atomic.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1893 00CFA6BF106B46E500758660 /* SDL_audiotypecvt.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1894 00CFA6D3106B480800758660 /* SDL_windowevents.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1895 00CFA6F3106B48D800758660 /* SDL_syshaptic.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1896 00CFA6F7106B48D800758660 /* SDL_haptic.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1897 00CFA700106B493800758660 /* SDL_compat.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1898 00CFA7A2106B498B00758660 /* SDL_cocoaevents.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1899 00CFA7A4106B498B00758660 /* SDL_cocoakeyboard.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1900 00CFA7A6106B498B00758660 /* SDL_cocoamodes.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1901 00CFA7A8106B498B00758660 /* SDL_cocoamouse.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1902 00CFA7AA106B498B00758660 /* SDL_cocoaopengl.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1903 00CFA7AC106B498B00758660 /* SDL_cocoavideo.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1904 00CFA7AE106B498B00758660 /* SDL_cocoawindow.m in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1905 00CFA7AF106B498B00758660 /* SDL_nullevents.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1906 00CFA7B1106B498B00758660 /* SDL_nullrender.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1907 00CFA7B3106B498B00758660 /* SDL_nullvideo.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1908 00CFA7B5106B498B00758660 /* imKStoUCS.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1909 00CFA7B7106B498B00758660 /* SDL_x11dyn.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1910 00CFA7B9106B498B00758660 /* SDL_x11events.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1911 00CFA7BB106B498B00758660 /* SDL_x11gamma.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1912 00CFA7BD106B498B00758660 /* SDL_x11keyboard.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1913 00CFA7BF106B498B00758660 /* SDL_x11modes.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1914 00CFA7C1106B498B00758660 /* SDL_x11mouse.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1915 00CFA7C3106B498B00758660 /* SDL_x11opengl.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1916 00CFA7C5106B498B00758660 /* SDL_x11opengles.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1917 00CFA7C7106B498B00758660 /* SDL_x11render.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1918 00CFA7CA106B498B00758660 /* SDL_x11video.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1919 00CFA7CC106B498B00758660 /* SDL_x11window.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1920 00CFA7DD106B498B00758660 /* Xinerama.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1921 00CFA7DE106B498B00758660 /* xme.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1922 00CFA7DF106B498B00758660 /* AllCmap.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1923 00CFA7E0106B498B00758660 /* CmapAlloc.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1924 00CFA7E1106B498B00758660 /* CrCmap.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1925 00CFA7E2106B498B00758660 /* DelCmap.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1926 00CFA7E3106B498B00758660 /* Distinct.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1927 00CFA7E4106B498B00758660 /* LookupCmap.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1928 00CFA7E5106B498B00758660 /* StdCmap.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1929 00CFA7E6106B498B00758660 /* VisCmap.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1930 00CFA7E7106B498B00758660 /* Xv.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1931 00CFA7E9106B498B00758660 /* XF86VMode.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1932 00CFA847106B49B600758660 /* SDL_alphamult.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1933 00CFA849106B49B600758660 /* SDL_blendline.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1934 00CFA84A106B49B600758660 /* SDL_blendpoint.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1935 00CFA84B106B49B600758660 /* SDL_blendrect.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1936 00CFA84C106B49B600758660 /* SDL_blit_0.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1937 00CFA84D106B49B600758660 /* SDL_blit_1.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1938 00CFA84E106B49B600758660 /* SDL_blit_A.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1939 00CFA84F106B49B600758660 /* SDL_blit_auto.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1940 00CFA851106B49B600758660 /* SDL_blit_copy.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1941 00CFA853106B49B600758660 /* SDL_blit_N.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1942 00CFA854106B49B600758660 /* SDL_blit_slow.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1943 00CFA856106B49B600758660 /* SDL_blit.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1944 00CFA858106B49B600758660 /* SDL_bmp.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1945 00CFA85A106B49B600758660 /* SDL_drawline.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1946 00CFA85B106B49B600758660 /* SDL_drawpoint.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1947 00CFA85C106B49B600758660 /* SDL_fillrect.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1948 00CFA85D106B49B600758660 /* SDL_gamma.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1949 00CFA862106B49B600758660 /* SDL_pixels.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1950 00CFA864106B49B600758660 /* SDL_rect.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1951 00CFA865106B49B600758660 /* SDL_renderer_gl.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1952 00CFA867106B49B600758660 /* SDL_renderer_gles.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1953 00CFA869106B49B600758660 /* SDL_renderer_sw.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1954 00CFA86C106B49B600758660 /* SDL_RLEaccel.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1955 00CFA86D106B49B600758660 /* SDL_stretch.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1956 00CFA86E106B49B600758660 /* SDL_surface.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1957 00CFA870106B49B600758660 /* SDL_video.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1958 00CFA871106B49B600758660 /* SDL_yuv_mmx.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1959 00CFA873106B49B600758660 /* SDL_yuv_sw.c in Sources */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1960 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1961 runOnlyForDeploymentPostprocessing = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1962 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1963 /* End PBXSourcesBuildPhase section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1964 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1965 /* Begin PBXTargetDependency section */ |
3309 | 1966 002D2AA9106C196E00BF972E /* PBXTargetDependency */ = { |
1967 isa = PBXTargetDependency; | |
1968 target = 002D2A9E106C18E700BF972E /* Generate Header Files */; | |
1969 targetProxy = 002D2AA8106C196E00BF972E /* PBXContainerItemProxy */; | |
1970 }; | |
1971 002D2AAC106C19B200BF972E /* PBXTargetDependency */ = { | |
1972 isa = PBXTargetDependency; | |
1973 target = 002D2A9E106C18E700BF972E /* Generate Header Files */; | |
1974 targetProxy = 002D2AAB106C19B200BF972E /* PBXContainerItemProxy */; | |
1975 }; | |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1976 BECDF6C60761BA81005FE872 /* PBXTargetDependency */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1977 isa = PBXTargetDependency; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1978 target = BECDF5FE0761BA81005FE872 /* Framework */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1979 targetProxy = BECDF6C50761BA81005FE872 /* PBXContainerItemProxy */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1980 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1981 /* End PBXTargetDependency section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1982 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1983 /* Begin XCBuildConfiguration section */ |
3309 | 1984 002D2A9F106C18E700BF972E /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { |
1985 isa = XCBuildConfiguration; | |
1986 buildSettings = { | |
1987 PRODUCT_NAME = "Generate Header Files"; | |
1988 }; | |
1989 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
1990 }; | |
1991 002D2AA0106C18E700BF972E /* Development_using_10.4SDK_and_10.6SDK */ = { | |
1992 isa = XCBuildConfiguration; | |
1993 buildSettings = { | |
1994 PRODUCT_NAME = "Generate Header Files"; | |
1995 }; | |
1996 name = Development_using_10.4SDK_and_10.6SDK; | |
1997 }; | |
1998 002D2AA1106C18E700BF972E /* Development_native_only */ = { | |
1999 isa = XCBuildConfiguration; | |
2000 buildSettings = { | |
2001 PRODUCT_NAME = "Generate Header Files"; | |
2002 }; | |
2003 name = Development_native_only; | |
2004 }; | |
2005 002D2AA2106C18E700BF972E /* Deployment_native_only */ = { | |
2006 isa = XCBuildConfiguration; | |
2007 buildSettings = { | |
2008 PRODUCT_NAME = "Generate Header Files"; | |
2009 }; | |
2010 name = Deployment_native_only; | |
2011 }; | |
2012 002D2AA3106C18E700BF972E /* Default */ = { | |
2013 isa = XCBuildConfiguration; | |
2014 buildSettings = { | |
2015 PRODUCT_NAME = "Generate Header Files"; | |
2016 }; | |
2017 name = Default; | |
2018 }; | |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2019 0073177B0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2020 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2021 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2022 DYLIB_COMPATIBILITY_VERSION = 1.3; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2023 DYLIB_CURRENT_VERSION = 1.3.0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2024 FRAMEWORK_VERSION = 1.3; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2025 GCC_PREPROCESSOR_DEFINITIONS = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2026 "$(GCC_PREPROCESSOR_DEFINITIONS)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2027 "SDL_VIDEO_DRIVER_DGA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2028 "SDL_VIDEO_DRIVER_X11=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2029 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2030 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2031 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2032 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2033 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2034 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2035 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2036 "SDL_VIDEO_DRIVER_X11_XME=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2037 "SDL_VIDEO_DRIVER_X11_XRANDR=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2038 "SDL_VIDEO_DRIVER_X11_XV=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2039 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2040 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2041 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2042 INFOPLIST_FILE = "Info-Framework.plist"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2043 INSTALL_PATH = "@executable_path/../Frameworks"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2044 PRODUCT_NAME = SDL; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2045 WRAPPER_EXTENSION = framework; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2046 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2047 name = Development_using_10.4SDK_and_10.6SDK; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2048 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2049 0073177C0858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2050 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2051 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2052 DYLIB_COMPATIBILITY_VERSION = 1.3; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2053 DYLIB_CURRENT_VERSION = 1.3.0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2054 FRAMEWORK_VERSION = 1.3; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2055 GCC_PREPROCESSOR_DEFINITIONS = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2056 "$(GCC_PREPROCESSOR_DEFINITIONS)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2057 "SDL_VIDEO_DRIVER_DGA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2058 "SDL_VIDEO_DRIVER_X11=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2059 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2060 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2061 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2062 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2063 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2064 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2065 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2066 "SDL_VIDEO_DRIVER_X11_XME=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2067 "SDL_VIDEO_DRIVER_X11_XRANDR=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2068 "SDL_VIDEO_DRIVER_X11_XV=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2069 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2070 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2071 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2072 INFOPLIST_FILE = "Info-Framework.plist"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2073 INSTALL_PATH = "@executable_path/../Frameworks"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2074 PRODUCT_NAME = SDL; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2075 WRAPPER_EXTENSION = framework; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2076 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2077 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2078 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2079 0073177D0858DB0500B2BC32 /* Default */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2080 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2081 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2082 DYLIB_COMPATIBILITY_VERSION = 1.3; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2083 DYLIB_CURRENT_VERSION = 1.3.0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2084 FRAMEWORK_VERSION = 1.3; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2085 GCC_PREPROCESSOR_DEFINITIONS = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2086 "$(GCC_PREPROCESSOR_DEFINITIONS)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2087 "SDL_VIDEO_DRIVER_DGA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2088 "SDL_VIDEO_DRIVER_X11=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2089 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2090 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2091 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2092 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2093 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2094 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2095 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2096 "SDL_VIDEO_DRIVER_X11_XME=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2097 "SDL_VIDEO_DRIVER_X11_XRANDR=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2098 "SDL_VIDEO_DRIVER_X11_XV=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2099 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2100 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2101 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2102 INFOPLIST_FILE = "Info-Framework.plist"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2103 INSTALL_PATH = "@executable_path/../Frameworks"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2104 PRODUCT_NAME = SDL; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2105 WRAPPER_EXTENSION = framework; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2106 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2107 name = Default; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2108 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2109 0073177F0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2110 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2111 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2112 GCC_PREPROCESSOR_DEFINITIONS = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2113 "$(GCC_PREPROCESSOR_DEFINITIONS)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2114 "SDL_VIDEO_DRIVER_DGA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2115 "SDL_VIDEO_DRIVER_X11=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2116 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2117 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2118 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2119 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2120 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2121 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2122 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2123 "SDL_VIDEO_DRIVER_X11_XME=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2124 "SDL_VIDEO_DRIVER_X11_XRANDR=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2125 "SDL_VIDEO_DRIVER_X11_XV=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2126 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2127 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2128 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2129 PRODUCT_NAME = SDL; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2130 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2131 name = Development_using_10.4SDK_and_10.6SDK; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2132 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2133 007317800858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2134 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2135 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2136 GCC_PREPROCESSOR_DEFINITIONS = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2137 "$(GCC_PREPROCESSOR_DEFINITIONS)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2138 "SDL_VIDEO_DRIVER_DGA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2139 "SDL_VIDEO_DRIVER_X11=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2140 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2141 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2142 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2143 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2144 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2145 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2146 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2147 "SDL_VIDEO_DRIVER_X11_XME=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2148 "SDL_VIDEO_DRIVER_X11_XRANDR=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2149 "SDL_VIDEO_DRIVER_X11_XV=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2150 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2151 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2152 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2153 PRODUCT_NAME = SDL; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2154 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2155 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2156 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2157 007317810858DB0500B2BC32 /* Default */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2158 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2159 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2160 GCC_PREPROCESSOR_DEFINITIONS = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2161 "$(GCC_PREPROCESSOR_DEFINITIONS)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2162 "SDL_VIDEO_DRIVER_DGA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2163 "SDL_VIDEO_DRIVER_X11=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2164 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2165 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2166 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2167 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2168 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2169 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2170 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2171 "SDL_VIDEO_DRIVER_X11_XME=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2172 "SDL_VIDEO_DRIVER_X11_XRANDR=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2173 "SDL_VIDEO_DRIVER_X11_XV=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2174 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2175 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2176 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2177 PRODUCT_NAME = SDL; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2178 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2179 name = Default; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2180 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2181 007317870858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2182 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2183 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2184 PRODUCT_NAME = "Standard DMG"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2185 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2186 name = Development_using_10.4SDK_and_10.6SDK; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2187 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2188 007317880858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2189 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2190 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2191 PRODUCT_NAME = "Standard DMG"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2192 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2193 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2194 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2195 007317890858DB0500B2BC32 /* Default */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2196 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2197 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2198 PRODUCT_NAME = "Standard DMG"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2199 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2200 name = Default; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2201 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2202 0073178B0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2203 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2204 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2205 PRODUCT_NAME = "Developer Extras Package"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2206 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2207 name = Development_using_10.4SDK_and_10.6SDK; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2208 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2209 0073178C0858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2210 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2211 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2212 PRODUCT_NAME = "Developer Extras Package"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2213 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2214 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2215 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2216 0073178D0858DB0500B2BC32 /* Default */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2217 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2218 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2219 PRODUCT_NAME = "Developer Extras Package"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2220 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2221 name = Default; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2222 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2223 0073178F0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2224 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2225 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2226 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2227 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2228 GCC_ALTIVEC_EXTENSIONS = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2229 GCC_AUTO_VECTORIZATION = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2230 GCC_ENABLE_CPP_EXCEPTIONS = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2231 GCC_ENABLE_CPP_RTTI = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2232 GCC_ENABLE_SSE3_EXTENSIONS = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2233 GCC_OPTIMIZATION_LEVEL = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2234 GCC_VERSION = 4.0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2235 "GCC_VERSION[arch=x86_64]" = 4.2; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2236 MACOSX_DEPLOYMENT_TARGET = 10.4; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2237 "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2238 PREBINDING = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2239 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2240 "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2241 WARNING_CFLAGS = ""; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2242 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2243 name = Development_using_10.4SDK_and_10.6SDK; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2244 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2245 007317900858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2246 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2247 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2248 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2249 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2250 DEPLOYMENT_POSTPROCESSING = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2251 GCC_ALTIVEC_EXTENSIONS = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2252 GCC_AUTO_VECTORIZATION = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2253 GCC_ENABLE_CPP_EXCEPTIONS = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2254 GCC_ENABLE_CPP_RTTI = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2255 GCC_ENABLE_SSE3_EXTENSIONS = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2256 GCC_OPTIMIZATION_LEVEL = 3; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2257 GCC_VERSION = 4.0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2258 "GCC_VERSION[arch=x86_64]" = 4.2; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2259 MACOSX_DEPLOYMENT_TARGET = 10.4; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2260 "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2261 PREBINDING = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2262 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2263 "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2264 SEPARATE_STRIP = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2265 STRIP_STYLE = "non-global"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2266 WARNING_CFLAGS = ""; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2267 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2268 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2269 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2270 007317910858DB0500B2BC32 /* Default */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2271 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2272 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2273 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2274 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2275 GCC_ALTIVEC_EXTENSIONS = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2276 GCC_AUTO_VECTORIZATION = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2277 GCC_ENABLE_CPP_EXCEPTIONS = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2278 GCC_ENABLE_CPP_RTTI = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2279 GCC_ENABLE_SSE3_EXTENSIONS = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2280 GCC_OPTIMIZATION_LEVEL = 3; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2281 GCC_VERSION = 4.0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2282 GCC_VERSION_i386 = 4.0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2283 GCC_VERSION_ppc = 4.0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2284 GCC_VERSION_x86_64 = 4.2; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2285 MACOSX_DEPLOYMENT_TARGET = ""; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2286 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2287 MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2288 MACOSX_DEPLOYMENT_TARGET_x86_64 = 10.6; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2289 PREBINDING = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2290 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2291 SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2292 SDKROOT_x86_64 = /Developer/SDKs/MacOSX10.6.sdk; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2293 WARNING_CFLAGS = ""; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2294 ZERO_LINK = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2295 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2296 name = Default; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2297 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2298 00CFA621106A567900758660 /* Deployment_native_only */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2299 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2300 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2301 DEPLOYMENT_POSTPROCESSING = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2302 GCC_ALTIVEC_EXTENSIONS = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2303 GCC_AUTO_VECTORIZATION = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2304 GCC_ENABLE_CPP_EXCEPTIONS = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2305 GCC_ENABLE_CPP_RTTI = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2306 GCC_ENABLE_SSE3_EXTENSIONS = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2307 GCC_OPTIMIZATION_LEVEL = 3; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2308 MACOSX_DEPLOYMENT_TARGET = ""; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2309 PREBINDING = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2310 SEPARATE_STRIP = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2311 STRIP_STYLE = "non-global"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2312 WARNING_CFLAGS = ""; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2313 ZERO_LINK = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2314 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2315 name = Deployment_native_only; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2316 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2317 00CFA622106A567900758660 /* Deployment_native_only */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2318 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2319 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2320 DYLIB_COMPATIBILITY_VERSION = 1.3; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2321 DYLIB_CURRENT_VERSION = 1.3.0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2322 FRAMEWORK_VERSION = 1.3; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2323 GCC_PREPROCESSOR_DEFINITIONS = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2324 "$(GCC_PREPROCESSOR_DEFINITIONS)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2325 "SDL_VIDEO_DRIVER_DGA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2326 "SDL_VIDEO_DRIVER_X11=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2327 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2328 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2329 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2330 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2331 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2332 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2333 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2334 "SDL_VIDEO_DRIVER_X11_XME=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2335 "SDL_VIDEO_DRIVER_X11_XRANDR=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2336 "SDL_VIDEO_DRIVER_X11_XV=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2337 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2338 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2339 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2340 INFOPLIST_FILE = "Info-Framework.plist"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2341 INSTALL_PATH = "@executable_path/../Frameworks"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2342 PRODUCT_NAME = SDL; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2343 WRAPPER_EXTENSION = framework; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2344 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2345 name = Deployment_native_only; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2346 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2347 00CFA623106A567900758660 /* Deployment_native_only */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2348 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2349 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2350 GCC_PREPROCESSOR_DEFINITIONS = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2351 "$(GCC_PREPROCESSOR_DEFINITIONS)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2352 "SDL_VIDEO_DRIVER_DGA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2353 "SDL_VIDEO_DRIVER_X11=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2354 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2355 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2356 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2357 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2358 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2359 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2360 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2361 "SDL_VIDEO_DRIVER_X11_XME=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2362 "SDL_VIDEO_DRIVER_X11_XRANDR=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2363 "SDL_VIDEO_DRIVER_X11_XV=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2364 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2365 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2366 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2367 PRODUCT_NAME = SDL; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2368 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2369 name = Deployment_native_only; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2370 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2371 00CFA625106A567900758660 /* Deployment_native_only */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2372 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2373 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2374 PRODUCT_NAME = "Standard DMG"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2375 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2376 name = Deployment_native_only; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2377 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2378 00CFA626106A567900758660 /* Deployment_native_only */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2379 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2380 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2381 PRODUCT_NAME = "Developer Extras Package"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2382 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2383 name = Deployment_native_only; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2384 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2385 00CFA627106A568900758660 /* Development_native_only */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2386 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2387 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2388 GCC_ALTIVEC_EXTENSIONS = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2389 GCC_AUTO_VECTORIZATION = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2390 GCC_ENABLE_CPP_EXCEPTIONS = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2391 GCC_ENABLE_CPP_RTTI = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2392 GCC_ENABLE_SSE3_EXTENSIONS = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2393 GCC_OPTIMIZATION_LEVEL = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2394 MACOSX_DEPLOYMENT_TARGET = ""; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2395 PREBINDING = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2396 WARNING_CFLAGS = ""; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2397 ZERO_LINK = NO; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2398 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2399 name = Development_native_only; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2400 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2401 00CFA628106A568900758660 /* Development_native_only */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2402 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2403 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2404 DYLIB_COMPATIBILITY_VERSION = 1.3; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2405 DYLIB_CURRENT_VERSION = 1.3.0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2406 FRAMEWORK_VERSION = 1.3; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2407 GCC_PREPROCESSOR_DEFINITIONS = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2408 "$(GCC_PREPROCESSOR_DEFINITIONS)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2409 "SDL_VIDEO_DRIVER_DGA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2410 "SDL_VIDEO_DRIVER_X11=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2411 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2412 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2413 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2414 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2415 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2416 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2417 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2418 "SDL_VIDEO_DRIVER_X11_XME=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2419 "SDL_VIDEO_DRIVER_X11_XRANDR=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2420 "SDL_VIDEO_DRIVER_X11_XV=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2421 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2422 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2423 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2424 INFOPLIST_FILE = "Info-Framework.plist"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2425 INSTALL_PATH = "@executable_path/../Frameworks"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2426 PRODUCT_NAME = SDL; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2427 WRAPPER_EXTENSION = framework; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2428 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2429 name = Development_native_only; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2430 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2431 00CFA629106A568900758660 /* Development_native_only */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2432 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2433 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2434 GCC_PREPROCESSOR_DEFINITIONS = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2435 "$(GCC_PREPROCESSOR_DEFINITIONS)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2436 "SDL_VIDEO_DRIVER_DGA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2437 "SDL_VIDEO_DRIVER_X11=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2438 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2439 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2440 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2441 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2442 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2443 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2444 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2445 "SDL_VIDEO_DRIVER_X11_XME=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2446 "SDL_VIDEO_DRIVER_X11_XRANDR=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2447 "SDL_VIDEO_DRIVER_X11_XV=1", |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2448 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2449 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2450 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2451 PRODUCT_NAME = SDL; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2452 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2453 name = Development_native_only; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2454 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2455 00CFA62B106A568900758660 /* Development_native_only */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2456 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2457 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2458 PRODUCT_NAME = "Standard DMG"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2459 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2460 name = Development_native_only; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2461 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2462 00CFA62C106A568900758660 /* Development_native_only */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2463 isa = XCBuildConfiguration; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2464 buildSettings = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2465 PRODUCT_NAME = "Developer Extras Package"; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2466 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2467 name = Development_native_only; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2468 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2469 /* End XCBuildConfiguration section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2470 |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2471 /* Begin XCConfigurationList section */ |
3309 | 2472 002D2AAA106C198E00BF972E /* Build configuration list for PBXAggregateTarget "Generate Header Files" */ = { |
2473 isa = XCConfigurationList; | |
2474 buildConfigurations = ( | |
2475 002D2A9F106C18E700BF972E /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
2476 002D2AA0106C18E700BF972E /* Development_using_10.4SDK_and_10.6SDK */, | |
2477 002D2AA1106C18E700BF972E /* Development_native_only */, | |
2478 002D2AA2106C18E700BF972E /* Deployment_native_only */, | |
2479 002D2AA3106C18E700BF972E /* Default */, | |
2480 ); | |
2481 defaultConfigurationIsVisible = 0; | |
2482 defaultConfigurationName = Default; | |
2483 }; | |
3303
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2484 0073177A0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Framework" */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2485 isa = XCConfigurationList; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2486 buildConfigurations = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2487 0073177C0858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2488 0073177B0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2489 00CFA628106A568900758660 /* Development_native_only */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2490 00CFA622106A567900758660 /* Deployment_native_only */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2491 0073177D0858DB0500B2BC32 /* Default */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2492 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2493 defaultConfigurationIsVisible = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2494 defaultConfigurationName = Default; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2495 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2496 0073177E0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Static Library" */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2497 isa = XCConfigurationList; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2498 buildConfigurations = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2499 007317800858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2500 0073177F0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2501 00CFA629106A568900758660 /* Development_native_only */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2502 00CFA623106A567900758660 /* Deployment_native_only */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2503 007317810858DB0500B2BC32 /* Default */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2504 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2505 defaultConfigurationIsVisible = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2506 defaultConfigurationName = Default; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2507 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2508 007317860858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Standard DMG" */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2509 isa = XCConfigurationList; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2510 buildConfigurations = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2511 007317880858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2512 007317870858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2513 00CFA62B106A568900758660 /* Development_native_only */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2514 00CFA625106A567900758660 /* Deployment_native_only */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2515 007317890858DB0500B2BC32 /* Default */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2516 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2517 defaultConfigurationIsVisible = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2518 defaultConfigurationName = Default; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2519 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2520 0073178A0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Developer Extras Package" */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2521 isa = XCConfigurationList; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2522 buildConfigurations = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2523 0073178C0858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2524 0073178B0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2525 00CFA62C106A568900758660 /* Development_native_only */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2526 00CFA626106A567900758660 /* Deployment_native_only */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2527 0073178D0858DB0500B2BC32 /* Default */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2528 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2529 defaultConfigurationIsVisible = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2530 defaultConfigurationName = Default; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2531 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2532 0073178E0858DB0500B2BC32 /* Build configuration list for PBXProject "SDL" */ = { |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2533 isa = XCConfigurationList; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2534 buildConfigurations = ( |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2535 007317900858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2536 0073178F0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2537 00CFA627106A568900758660 /* Development_native_only */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2538 00CFA621106A567900758660 /* Deployment_native_only */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2539 007317910858DB0500B2BC32 /* Default */, |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2540 ); |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2541 defaultConfigurationIsVisible = 0; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2542 defaultConfigurationName = Default; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2543 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2544 /* End XCConfigurationList section */ |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2545 }; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2546 rootObject = 0867D690FE84028FC02AAC07 /* Project object */; |
9e9a2476f704
Updated Xcode project from Eric Wing
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2547 } |