Mercurial > sdl-ios-xcode
annotate Xcode/SDL/SDL.xcodeproj/project.pbxproj @ 4428:68dfd6df47da
Fixed bug #968
Andrey 2010-03-07 07:57:14 PST
mingw32ce-build small fix
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 10 Mar 2010 15:07:20 +0000 |
parents | ce290de32f2a |
children | 947201caa46e |
rev | line source |
---|---|
3331 | 1 // !$*UTF8*$! |
2 { | |
3 archiveVersion = 1; | |
4 classes = { | |
5 }; | |
6 objectVersion = 44; | |
7 objects = { | |
8 | |
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 0083103F1072EA5700A531F1 /* Generate Doxygen DocSet */ = { | |
23 isa = PBXAggregateTarget; | |
24 buildConfigurationList = 008310471072EAAE00A531F1 /* Build configuration list for PBXAggregateTarget "Generate Doxygen DocSet" */; | |
25 buildPhases = ( | |
26 0083103E1072EA5700A531F1 /* ShellScript */, | |
27 ); | |
28 dependencies = ( | |
29 ); | |
30 name = "Generate Doxygen DocSet"; | |
31 productName = "Generate Doxygen DocSet"; | |
32 }; | |
33 /* End PBXAggregateTarget section */ | |
34 | |
35 /* Begin PBXBuildFile section */ | |
36 00162D4609BD1FA90037C8D0 /* SDL_config_macosx.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3409BD1FA90037C8D0 /* SDL_config_macosx.h */; }; | |
37 00162D4909BD1FA90037C8D0 /* SDL_config.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3709BD1FA90037C8D0 /* SDL_config.h */; }; | |
38 00162D4A09BD1FA90037C8D0 /* SDL_platform.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3809BD1FA90037C8D0 /* SDL_platform.h */; }; | |
39 00162D4B09BD1FA90037C8D0 /* SDL_stdinc.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */; }; | |
40 00162D5309BD20DA0037C8D0 /* SDL_syscond.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D4D09BD20DA0037C8D0 /* SDL_syscond.c */; }; | |
41 00162D5409BD20DA0037C8D0 /* SDL_sysmutex.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D4E09BD20DA0037C8D0 /* SDL_sysmutex.c */; }; | |
42 00162D5609BD20DA0037C8D0 /* SDL_syssem.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D5009BD20DA0037C8D0 /* SDL_syssem.c */; }; | |
43 00162D5709BD20DA0037C8D0 /* SDL_systhread.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D5109BD20DA0037C8D0 /* SDL_systhread.c */; }; | |
44 00162D5909BD20DA0037C8D0 /* SDL_syscond.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D4D09BD20DA0037C8D0 /* SDL_syscond.c */; }; | |
45 00162D5A09BD20DA0037C8D0 /* SDL_sysmutex.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D4E09BD20DA0037C8D0 /* SDL_sysmutex.c */; }; | |
46 00162D5B09BD20DA0037C8D0 /* SDL_sysmutex_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D4F09BD20DA0037C8D0 /* SDL_sysmutex_c.h */; }; | |
47 00162D5C09BD20DA0037C8D0 /* SDL_syssem.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D5009BD20DA0037C8D0 /* SDL_syssem.c */; }; | |
48 00162D5D09BD20DA0037C8D0 /* SDL_systhread.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D5109BD20DA0037C8D0 /* SDL_systhread.c */; }; | |
49 00162D5E09BD20DA0037C8D0 /* SDL_systhread_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D5209BD20DA0037C8D0 /* SDL_systhread_c.h */; }; | |
50 00162D6109BD21010037C8D0 /* SDL_systimer.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6009BD21010037C8D0 /* SDL_systimer.c */; }; | |
51 00162D6209BD21010037C8D0 /* SDL_systimer.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6009BD21010037C8D0 /* SDL_systimer.c */; }; | |
52 00162D6B09BD214F0037C8D0 /* SDL_getenv.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6509BD214F0037C8D0 /* SDL_getenv.c */; }; | |
53 00162D6C09BD214F0037C8D0 /* SDL_malloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6609BD214F0037C8D0 /* SDL_malloc.c */; }; | |
54 00162D6D09BD214F0037C8D0 /* SDL_qsort.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6709BD214F0037C8D0 /* SDL_qsort.c */; }; | |
55 00162D6E09BD214F0037C8D0 /* SDL_stdlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6809BD214F0037C8D0 /* SDL_stdlib.c */; }; | |
56 00162D6F09BD214F0037C8D0 /* SDL_string.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6909BD214F0037C8D0 /* SDL_string.c */; }; | |
57 00162D7009BD214F0037C8D0 /* SDL_getenv.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6509BD214F0037C8D0 /* SDL_getenv.c */; }; | |
58 00162D7109BD214F0037C8D0 /* SDL_malloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6609BD214F0037C8D0 /* SDL_malloc.c */; }; | |
59 00162D7209BD214F0037C8D0 /* SDL_qsort.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6709BD214F0037C8D0 /* SDL_qsort.c */; }; | |
60 00162D7309BD214F0037C8D0 /* SDL_stdlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6809BD214F0037C8D0 /* SDL_stdlib.c */; }; | |
61 00162D7409BD214F0037C8D0 /* SDL_string.c in Sources */ = {isa = PBXBuildFile; fileRef = 00162D6909BD214F0037C8D0 /* SDL_string.c */; }; | |
62 00162DA609BD222F0037C8D0 /* SDL_config_macosx.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3409BD1FA90037C8D0 /* SDL_config_macosx.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
63 00162DA909BD222F0037C8D0 /* SDL_config.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3709BD1FA90037C8D0 /* SDL_config.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
64 00162DAA09BD222F0037C8D0 /* SDL_platform.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3809BD1FA90037C8D0 /* SDL_platform.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
65 00162DAB09BD222F0037C8D0 /* SDL_stdinc.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
66 00162DAC09BD222F0037C8D0 /* begin_code.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5E501191D2B7F000001 /* begin_code.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
67 00162DAD09BD222F0037C8D0 /* close_code.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5E601191D2B7F000001 /* close_code.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
68 00162DAF09BD222F0037C8D0 /* SDL_audio.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5E801191D2B7F000001 /* SDL_audio.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
69 00162DB209BD222F0037C8D0 /* SDL_copying.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
70 00162DB309BD222F0037C8D0 /* SDL_cpuinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
71 00162DB409BD222F0037C8D0 /* SDL_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5EC01191D2B7F000001 /* SDL_endian.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
72 00162DB509BD222F0037C8D0 /* SDL_error.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5ED01191D2B7F000001 /* SDL_error.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
73 00162DB609BD222F0037C8D0 /* SDL_events.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5EE01191D2B7F000001 /* SDL_events.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
74 00162DB809BD222F0037C8D0 /* SDL_joystick.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F001191D2B7F000001 /* SDL_joystick.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
75 00162DB909BD222F0037C8D0 /* SDL_keyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F101191D2B7F000001 /* SDL_keyboard.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
76 00162DBA09BD222F0037C8D0 /* SDL_keysym.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F201191D2B7F000001 /* SDL_keysym.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
77 00162DBB09BD222F0037C8D0 /* SDL_loadso.h in Headers */ = {isa = PBXBuildFile; fileRef = B29A290D04E5B28700A80002 /* SDL_loadso.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
78 00162DBC09BD222F0037C8D0 /* SDL_main.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F301191D2B7F000001 /* SDL_main.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
79 00162DBD09BD222F0037C8D0 /* SDL_mouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F401191D2B7F000001 /* SDL_mouse.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
80 00162DBE09BD222F0037C8D0 /* SDL_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F501191D2B7F000001 /* SDL_mutex.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
81 00162DBF09BD222F0037C8D0 /* SDL_name.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC705C4450500E5DC7F /* SDL_name.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
82 00162DC009BD222F0037C8D0 /* SDL_opengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F601191D2B7F000001 /* SDL_opengl.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
83 00162DC109BD222F0037C8D0 /* SDL_quit.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F701191D2B7F000001 /* SDL_quit.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
84 00162DC209BD222F0037C8D0 /* SDL_rwops.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F801191D2B7F000001 /* SDL_rwops.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
85 00162DC309BD222F0037C8D0 /* SDL_syswm.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F901191D2B7F000001 /* SDL_syswm.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
86 00162DC409BD222F0037C8D0 /* SDL_thread.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FA01191D2B7F000001 /* SDL_thread.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
87 00162DC509BD222F0037C8D0 /* SDL_timer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
88 00162DC609BD222F0037C8D0 /* SDL_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FC01191D2B7F000001 /* SDL_types.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
89 00162DC709BD222F0037C8D0 /* SDL_version.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FD01191D2B7F000001 /* SDL_version.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
90 00162DC809BD222F0037C8D0 /* SDL_video.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FE01191D2B7F000001 /* SDL_video.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
91 00162DC909BD222F0037C8D0 /* SDL.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FF01191D2B7F000001 /* SDL.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
92 00162E6809BD27300037C8D0 /* SDL_mixer_MMX.c in Sources */ = {isa = PBXBuildFile; fileRef = 00B7E61F097F2D9E00826121 /* SDL_mixer_MMX.c */; }; | |
93 00162E6A09BD27360037C8D0 /* SDL_mixer_MMX.c in Sources */ = {isa = PBXBuildFile; fileRef = 00B7E61F097F2D9E00826121 /* SDL_mixer_MMX.c */; }; | |
94 00162E6B09BD27370037C8D0 /* SDL_mixer_MMX.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7E620097F2D9E00826121 /* SDL_mixer_MMX.h */; }; | |
95 001798CC10743B9F00F5D044 /* SDL_syspower.c in Sources */ = {isa = PBXBuildFile; fileRef = 001798C410743B9F00F5D044 /* SDL_syspower.c */; }; | |
96 001798CE10743B9F00F5D044 /* SDL_power.c in Sources */ = {isa = PBXBuildFile; fileRef = 001798C710743B9F00F5D044 /* SDL_power.c */; }; | |
97 001798D210743B9F00F5D044 /* SDL_syspower.c in Sources */ = {isa = PBXBuildFile; fileRef = 001798C410743B9F00F5D044 /* SDL_syspower.c */; }; | |
98 001798D410743B9F00F5D044 /* SDL_power.c in Sources */ = {isa = PBXBuildFile; fileRef = 001798C710743B9F00F5D044 /* SDL_power.c */; }; | |
99 002F328609CA049100EBEB88 /* SDL_iconv.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F328509CA049100EBEB88 /* SDL_iconv.c */; }; | |
100 002F328709CA049100EBEB88 /* SDL_iconv.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F328509CA049100EBEB88 /* SDL_iconv.c */; }; | |
101 002F32D709CA0BE700EBEB88 /* SDL_diskaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F32D409CA0BE700EBEB88 /* SDL_diskaudio.c */; }; | |
102 002F32D909CA0BE700EBEB88 /* SDL_diskaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F32D409CA0BE700EBEB88 /* SDL_diskaudio.c */; }; | |
103 002F32DA09CA0BE700EBEB88 /* SDL_diskaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 002F32D509CA0BE700EBEB88 /* SDL_diskaudio.h */; }; | |
104 002F32E509CA0BF600EBEB88 /* SDL_dummyaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F32E209CA0BF600EBEB88 /* SDL_dummyaudio.c */; }; | |
105 002F32E709CA0BF600EBEB88 /* SDL_dummyaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F32E209CA0BF600EBEB88 /* SDL_dummyaudio.c */; }; | |
106 002F32E809CA0BF600EBEB88 /* SDL_dummyaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 002F32E309CA0BF600EBEB88 /* SDL_dummyaudio.h */; }; | |
107 007317A20858DECD00B2BC32 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179B0858DECD00B2BC32 /* AudioToolbox.framework */; }; | |
108 007317A30858DECD00B2BC32 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179C0858DECD00B2BC32 /* AudioUnit.framework */; }; | |
109 007317A40858DECD00B2BC32 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179D0858DECD00B2BC32 /* Cocoa.framework */; }; | |
110 007317A50858DECD00B2BC32 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179E0858DECD00B2BC32 /* CoreAudio.framework */; }; | |
111 007317A60858DECD00B2BC32 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179F0858DECD00B2BC32 /* IOKit.framework */; }; | |
112 007317A70858DECD00B2BC32 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007317A00858DECD00B2BC32 /* OpenGL.framework */; }; | |
113 007317A90858DECD00B2BC32 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179B0858DECD00B2BC32 /* AudioToolbox.framework */; }; | |
114 007317AA0858DECD00B2BC32 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179C0858DECD00B2BC32 /* AudioUnit.framework */; }; | |
115 007317AB0858DECD00B2BC32 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179D0858DECD00B2BC32 /* Cocoa.framework */; }; | |
116 007317AC0858DECD00B2BC32 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179E0858DECD00B2BC32 /* CoreAudio.framework */; }; | |
117 007317AD0858DECD00B2BC32 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179F0858DECD00B2BC32 /* IOKit.framework */; }; | |
118 007317AE0858DECD00B2BC32 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007317A00858DECD00B2BC32 /* OpenGL.framework */; }; | |
119 007317C30858E15000B2BC32 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007317C10858E15000B2BC32 /* Carbon.framework */; }; | |
3339 | 120 00A6EBDA1078D569001EEA06 /* SDL_revision.h in Headers */ = {isa = PBXBuildFile; fileRef = 00A6EBD91078D569001EEA06 /* SDL_revision.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
121 00A6EBDB1078D569001EEA06 /* SDL_revision.h in Headers */ = {isa = PBXBuildFile; fileRef = 00A6EBD91078D569001EEA06 /* SDL_revision.h */; }; | |
3331 | 122 00CFA682106B44CE00758660 /* SDL_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67A106B44CE00758660 /* SDL_atomic.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
123 00CFA683106B44CE00758660 /* SDL_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67B106B44CE00758660 /* SDL_compat.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
124 00CFA684106B44CE00758660 /* SDL_haptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67C106B44CE00758660 /* SDL_haptic.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
125 00CFA685106B44CE00758660 /* SDL_pixels.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67D106B44CE00758660 /* SDL_pixels.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
126 00CFA686106B44CE00758660 /* SDL_power.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67E106B44CE00758660 /* SDL_power.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
127 00CFA687106B44CE00758660 /* SDL_rect.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67F106B44CE00758660 /* SDL_rect.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
128 00CFA688106B44CE00758660 /* SDL_scancode.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA680106B44CE00758660 /* SDL_scancode.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
129 00CFA689106B44CE00758660 /* SDL_surface.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA681106B44CE00758660 /* SDL_surface.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
130 00CFA68A106B44CE00758660 /* SDL_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67A106B44CE00758660 /* SDL_atomic.h */; }; | |
131 00CFA68B106B44CE00758660 /* SDL_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67B106B44CE00758660 /* SDL_compat.h */; }; | |
132 00CFA68C106B44CE00758660 /* SDL_haptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67C106B44CE00758660 /* SDL_haptic.h */; }; | |
133 00CFA68D106B44CE00758660 /* SDL_pixels.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67D106B44CE00758660 /* SDL_pixels.h */; }; | |
134 00CFA68E106B44CE00758660 /* SDL_power.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67E106B44CE00758660 /* SDL_power.h */; }; | |
135 00CFA68F106B44CE00758660 /* SDL_rect.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67F106B44CE00758660 /* SDL_rect.h */; }; | |
136 00CFA690106B44CE00758660 /* SDL_scancode.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA680106B44CE00758660 /* SDL_scancode.h */; }; | |
137 00CFA691106B44CE00758660 /* SDL_surface.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA681106B44CE00758660 /* SDL_surface.h */; }; | |
138 00CFA6A8106B467B00758660 /* SDL_atomic.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6A1106B467B00758660 /* SDL_atomic.c */; }; | |
139 00CFA6AD106B467B00758660 /* SDL_atomic.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6A1106B467B00758660 /* SDL_atomic.c */; }; | |
140 00CFA6B6106B46E500758660 /* SDL_audio_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B0106B46E500758660 /* SDL_audio_c.h */; }; | |
141 00CFA6B7106B46E500758660 /* SDL_audiodev_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B1106B46E500758660 /* SDL_audiodev_c.h */; }; | |
142 00CFA6B8106B46E500758660 /* SDL_audiomem.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B2106B46E500758660 /* SDL_audiomem.h */; }; | |
143 00CFA6B9106B46E500758660 /* SDL_audiotypecvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6B3106B46E500758660 /* SDL_audiotypecvt.c */; }; | |
144 00CFA6BA106B46E500758660 /* SDL_sysaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B4106B46E500758660 /* SDL_sysaudio.h */; }; | |
145 00CFA6BB106B46E500758660 /* SDL_wave.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B5106B46E500758660 /* SDL_wave.h */; }; | |
146 00CFA6BC106B46E500758660 /* SDL_audio_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B0106B46E500758660 /* SDL_audio_c.h */; }; | |
147 00CFA6BD106B46E500758660 /* SDL_audiodev_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B1106B46E500758660 /* SDL_audiodev_c.h */; }; | |
148 00CFA6BE106B46E500758660 /* SDL_audiomem.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B2106B46E500758660 /* SDL_audiomem.h */; }; | |
149 00CFA6BF106B46E500758660 /* SDL_audiotypecvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6B3106B46E500758660 /* SDL_audiotypecvt.c */; }; | |
150 00CFA6C0106B46E500758660 /* SDL_sysaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B4106B46E500758660 /* SDL_sysaudio.h */; }; | |
151 00CFA6C1106B46E500758660 /* SDL_wave.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6B5106B46E500758660 /* SDL_wave.h */; }; | |
152 00CFA6C8106B480800758660 /* SDL_events_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C2106B480800758660 /* SDL_events_c.h */; }; | |
153 00CFA6C9106B480800758660 /* SDL_keyboard_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C3106B480800758660 /* SDL_keyboard_c.h */; }; | |
154 00CFA6CA106B480800758660 /* SDL_mouse_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C4106B480800758660 /* SDL_mouse_c.h */; }; | |
155 00CFA6CB106B480800758660 /* SDL_sysevents.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C5106B480800758660 /* SDL_sysevents.h */; }; | |
156 00CFA6CC106B480800758660 /* SDL_windowevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C6106B480800758660 /* SDL_windowevents_c.h */; }; | |
157 00CFA6CD106B480800758660 /* SDL_windowevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6C7106B480800758660 /* SDL_windowevents.c */; }; | |
158 00CFA6CE106B480800758660 /* SDL_events_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C2106B480800758660 /* SDL_events_c.h */; }; | |
159 00CFA6CF106B480800758660 /* SDL_keyboard_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C3106B480800758660 /* SDL_keyboard_c.h */; }; | |
160 00CFA6D0106B480800758660 /* SDL_mouse_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C4106B480800758660 /* SDL_mouse_c.h */; }; | |
161 00CFA6D1106B480800758660 /* SDL_sysevents.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C5106B480800758660 /* SDL_sysevents.h */; }; | |
162 00CFA6D2106B480800758660 /* SDL_windowevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6C6106B480800758660 /* SDL_windowevents_c.h */; }; | |
163 00CFA6D3106B480800758660 /* SDL_windowevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6C7106B480800758660 /* SDL_windowevents.c */; }; | |
164 00CFA6EC106B48D800758660 /* SDL_syshaptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6E1106B48D800758660 /* SDL_syshaptic.c */; }; | |
165 00CFA6F0106B48D800758660 /* SDL_haptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6E8106B48D800758660 /* SDL_haptic.c */; }; | |
166 00CFA6F1106B48D800758660 /* SDL_syshaptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6E9106B48D800758660 /* SDL_syshaptic.h */; }; | |
167 00CFA6F3106B48D800758660 /* SDL_syshaptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6E1106B48D800758660 /* SDL_syshaptic.c */; }; | |
168 00CFA6F7106B48D800758660 /* SDL_haptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6E8106B48D800758660 /* SDL_haptic.c */; }; | |
169 00CFA6F8106B48D800758660 /* SDL_syshaptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6E9106B48D800758660 /* SDL_syshaptic.h */; }; | |
170 00CFA6FD106B493800758660 /* SDL_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6FA106B493800758660 /* SDL_compat.c */; }; | |
171 00CFA6FE106B493800758660 /* SDL_error_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6FB106B493800758660 /* SDL_error_c.h */; }; | |
172 00CFA6FF106B493800758660 /* SDL_fatal.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6FC106B493800758660 /* SDL_fatal.h */; }; | |
173 00CFA700106B493800758660 /* SDL_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA6FA106B493800758660 /* SDL_compat.c */; }; | |
174 00CFA701106B493800758660 /* SDL_error_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6FB106B493800758660 /* SDL_error_c.h */; }; | |
175 00CFA702106B493800758660 /* SDL_fatal.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA6FC106B493800758660 /* SDL_fatal.h */; }; | |
176 00CFA757106B498B00758660 /* SDL_cocoaevents.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA704106B498A00758660 /* SDL_cocoaevents.h */; }; | |
177 00CFA758106B498B00758660 /* SDL_cocoaevents.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA705106B498A00758660 /* SDL_cocoaevents.m */; }; | |
178 00CFA759106B498B00758660 /* SDL_cocoakeyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA706106B498A00758660 /* SDL_cocoakeyboard.h */; }; | |
179 00CFA75A106B498B00758660 /* SDL_cocoakeyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA707106B498A00758660 /* SDL_cocoakeyboard.m */; }; | |
180 00CFA75B106B498B00758660 /* SDL_cocoamodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA708106B498A00758660 /* SDL_cocoamodes.h */; }; | |
181 00CFA75C106B498B00758660 /* SDL_cocoamodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA709106B498A00758660 /* SDL_cocoamodes.m */; }; | |
182 00CFA75D106B498B00758660 /* SDL_cocoamouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA70A106B498A00758660 /* SDL_cocoamouse.h */; }; | |
183 00CFA75E106B498B00758660 /* SDL_cocoamouse.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA70B106B498A00758660 /* SDL_cocoamouse.m */; }; | |
184 00CFA75F106B498B00758660 /* SDL_cocoaopengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA70C106B498A00758660 /* SDL_cocoaopengl.h */; }; | |
185 00CFA760106B498B00758660 /* SDL_cocoaopengl.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA70D106B498A00758660 /* SDL_cocoaopengl.m */; }; | |
186 00CFA761106B498B00758660 /* SDL_cocoavideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA70E106B498A00758660 /* SDL_cocoavideo.h */; }; | |
187 00CFA762106B498B00758660 /* SDL_cocoavideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA70F106B498A00758660 /* SDL_cocoavideo.m */; }; | |
188 00CFA763106B498B00758660 /* SDL_cocoawindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA710106B498A00758660 /* SDL_cocoawindow.h */; }; | |
189 00CFA764106B498B00758660 /* SDL_cocoawindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA711106B498A00758660 /* SDL_cocoawindow.m */; }; | |
190 00CFA765106B498B00758660 /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA713106B498A00758660 /* SDL_nullevents.c */; }; | |
191 00CFA766106B498B00758660 /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA714106B498A00758660 /* SDL_nullevents_c.h */; }; | |
192 00CFA767106B498B00758660 /* SDL_nullrender.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA715106B498A00758660 /* SDL_nullrender.c */; }; | |
193 00CFA768106B498B00758660 /* SDL_nullrender_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA716106B498A00758660 /* SDL_nullrender_c.h */; }; | |
194 00CFA769106B498B00758660 /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA717106B498A00758660 /* SDL_nullvideo.c */; }; | |
195 00CFA76A106B498B00758660 /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA718106B498B00758660 /* SDL_nullvideo.h */; }; | |
196 00CFA76B106B498B00758660 /* imKStoUCS.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA71A106B498B00758660 /* imKStoUCS.c */; }; | |
197 00CFA76C106B498B00758660 /* imKStoUCS.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA71B106B498B00758660 /* imKStoUCS.h */; }; | |
198 00CFA76D106B498B00758660 /* SDL_x11dyn.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA71C106B498B00758660 /* SDL_x11dyn.c */; }; | |
199 00CFA76E106B498B00758660 /* SDL_x11dyn.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA71D106B498B00758660 /* SDL_x11dyn.h */; }; | |
200 00CFA76F106B498B00758660 /* SDL_x11events.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA71E106B498B00758660 /* SDL_x11events.c */; }; | |
201 00CFA770106B498B00758660 /* SDL_x11events.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA71F106B498B00758660 /* SDL_x11events.h */; }; | |
202 00CFA771106B498B00758660 /* SDL_x11gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA720106B498B00758660 /* SDL_x11gamma.c */; }; | |
203 00CFA772106B498B00758660 /* SDL_x11gamma.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA721106B498B00758660 /* SDL_x11gamma.h */; }; | |
204 00CFA773106B498B00758660 /* SDL_x11keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA722106B498B00758660 /* SDL_x11keyboard.c */; }; | |
205 00CFA774106B498B00758660 /* SDL_x11keyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA723106B498B00758660 /* SDL_x11keyboard.h */; }; | |
206 00CFA775106B498B00758660 /* SDL_x11modes.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA724106B498B00758660 /* SDL_x11modes.c */; }; | |
207 00CFA776106B498B00758660 /* SDL_x11modes.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA725106B498B00758660 /* SDL_x11modes.h */; }; | |
208 00CFA777106B498B00758660 /* SDL_x11mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA726106B498B00758660 /* SDL_x11mouse.c */; }; | |
209 00CFA778106B498B00758660 /* SDL_x11mouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA727106B498B00758660 /* SDL_x11mouse.h */; }; | |
210 00CFA779106B498B00758660 /* SDL_x11opengl.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA728106B498B00758660 /* SDL_x11opengl.c */; }; | |
211 00CFA77A106B498B00758660 /* SDL_x11opengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA729106B498B00758660 /* SDL_x11opengl.h */; }; | |
212 00CFA77B106B498B00758660 /* SDL_x11opengles.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA72A106B498B00758660 /* SDL_x11opengles.c */; }; | |
213 00CFA77C106B498B00758660 /* SDL_x11opengles.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA72B106B498B00758660 /* SDL_x11opengles.h */; }; | |
214 00CFA77D106B498B00758660 /* SDL_x11render.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA72C106B498B00758660 /* SDL_x11render.c */; }; | |
215 00CFA77E106B498B00758660 /* SDL_x11render.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA72D106B498B00758660 /* SDL_x11render.h */; }; | |
216 00CFA77F106B498B00758660 /* SDL_x11sym.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA72E106B498B00758660 /* SDL_x11sym.h */; }; | |
217 00CFA780106B498B00758660 /* SDL_x11video.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA72F106B498B00758660 /* SDL_x11video.c */; }; | |
218 00CFA781106B498B00758660 /* SDL_x11video.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA730106B498B00758660 /* SDL_x11video.h */; }; | |
219 00CFA782106B498B00758660 /* SDL_x11window.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA731106B498B00758660 /* SDL_x11window.c */; }; | |
220 00CFA783106B498B00758660 /* SDL_x11window.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA732106B498B00758660 /* SDL_x11window.h */; }; | |
221 00CFA784106B498B00758660 /* extutil.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA735106B498B00758660 /* extutil.h */; }; | |
222 00CFA785106B498B00758660 /* panoramiXext.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA736106B498B00758660 /* panoramiXext.h */; }; | |
223 00CFA786106B498B00758660 /* panoramiXproto.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA737106B498B00758660 /* panoramiXproto.h */; }; | |
224 00CFA787106B498B00758660 /* StdCmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA738106B498B00758660 /* StdCmap.h */; }; | |
225 00CFA788106B498B00758660 /* Xext.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA739106B498B00758660 /* Xext.h */; }; | |
226 00CFA789106B498B00758660 /* xf86dga.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73A106B498B00758660 /* xf86dga.h */; }; | |
227 00CFA78A106B498B00758660 /* xf86dga1.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73B106B498B00758660 /* xf86dga1.h */; }; | |
228 00CFA78B106B498B00758660 /* xf86dga1str.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73C106B498B00758660 /* xf86dga1str.h */; }; | |
229 00CFA78C106B498B00758660 /* xf86dgastr.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73D106B498B00758660 /* xf86dgastr.h */; }; | |
230 00CFA78D106B498B00758660 /* xf86vmode.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73E106B498B00758660 /* xf86vmode.h */; }; | |
231 00CFA78E106B498B00758660 /* xf86vmstr.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73F106B498B00758660 /* xf86vmstr.h */; }; | |
232 00CFA78F106B498B00758660 /* Xinerama.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA740106B498B00758660 /* Xinerama.h */; }; | |
233 00CFA790106B498B00758660 /* Xv.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA741106B498B00758660 /* Xv.h */; }; | |
234 00CFA791106B498B00758660 /* Xvlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA742106B498B00758660 /* Xvlib.h */; }; | |
235 00CFA792106B498B00758660 /* Xvproto.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA743106B498B00758660 /* Xvproto.h */; }; | |
236 00CFA794106B498B00758660 /* Xinerama.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA746106B498B00758660 /* Xinerama.c */; }; | |
237 00CFA795106B498B00758660 /* xme.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA748106B498B00758660 /* xme.c */; }; | |
238 00CFA796106B498B00758660 /* AllCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74A106B498B00758660 /* AllCmap.c */; }; | |
239 00CFA797106B498B00758660 /* CmapAlloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74B106B498B00758660 /* CmapAlloc.c */; }; | |
240 00CFA798106B498B00758660 /* CrCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74C106B498B00758660 /* CrCmap.c */; }; | |
241 00CFA799106B498B00758660 /* DelCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74D106B498B00758660 /* DelCmap.c */; }; | |
242 00CFA79A106B498B00758660 /* Distinct.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74E106B498B00758660 /* Distinct.c */; }; | |
243 00CFA79B106B498B00758660 /* LookupCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74F106B498B00758660 /* LookupCmap.c */; }; | |
244 00CFA79C106B498B00758660 /* StdCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA750106B498B00758660 /* StdCmap.c */; }; | |
245 00CFA79D106B498B00758660 /* VisCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA751106B498B00758660 /* VisCmap.c */; }; | |
246 00CFA79E106B498B00758660 /* Xv.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA753106B498B00758660 /* Xv.c */; }; | |
247 00CFA79F106B498B00758660 /* Xvlibint.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA754106B498B00758660 /* Xvlibint.h */; }; | |
248 00CFA7A0106B498B00758660 /* XF86VMode.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA756106B498B00758660 /* XF86VMode.c */; }; | |
249 00CFA7A1106B498B00758660 /* SDL_cocoaevents.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA704106B498A00758660 /* SDL_cocoaevents.h */; }; | |
250 00CFA7A2106B498B00758660 /* SDL_cocoaevents.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA705106B498A00758660 /* SDL_cocoaevents.m */; }; | |
251 00CFA7A3106B498B00758660 /* SDL_cocoakeyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA706106B498A00758660 /* SDL_cocoakeyboard.h */; }; | |
252 00CFA7A4106B498B00758660 /* SDL_cocoakeyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA707106B498A00758660 /* SDL_cocoakeyboard.m */; }; | |
253 00CFA7A5106B498B00758660 /* SDL_cocoamodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA708106B498A00758660 /* SDL_cocoamodes.h */; }; | |
254 00CFA7A6106B498B00758660 /* SDL_cocoamodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA709106B498A00758660 /* SDL_cocoamodes.m */; }; | |
255 00CFA7A7106B498B00758660 /* SDL_cocoamouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA70A106B498A00758660 /* SDL_cocoamouse.h */; }; | |
256 00CFA7A8106B498B00758660 /* SDL_cocoamouse.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA70B106B498A00758660 /* SDL_cocoamouse.m */; }; | |
257 00CFA7A9106B498B00758660 /* SDL_cocoaopengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA70C106B498A00758660 /* SDL_cocoaopengl.h */; }; | |
258 00CFA7AA106B498B00758660 /* SDL_cocoaopengl.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA70D106B498A00758660 /* SDL_cocoaopengl.m */; }; | |
259 00CFA7AB106B498B00758660 /* SDL_cocoavideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA70E106B498A00758660 /* SDL_cocoavideo.h */; }; | |
260 00CFA7AC106B498B00758660 /* SDL_cocoavideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA70F106B498A00758660 /* SDL_cocoavideo.m */; }; | |
261 00CFA7AD106B498B00758660 /* SDL_cocoawindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA710106B498A00758660 /* SDL_cocoawindow.h */; }; | |
262 00CFA7AE106B498B00758660 /* SDL_cocoawindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA711106B498A00758660 /* SDL_cocoawindow.m */; }; | |
263 00CFA7AF106B498B00758660 /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA713106B498A00758660 /* SDL_nullevents.c */; }; | |
264 00CFA7B0106B498B00758660 /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA714106B498A00758660 /* SDL_nullevents_c.h */; }; | |
265 00CFA7B1106B498B00758660 /* SDL_nullrender.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA715106B498A00758660 /* SDL_nullrender.c */; }; | |
266 00CFA7B2106B498B00758660 /* SDL_nullrender_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA716106B498A00758660 /* SDL_nullrender_c.h */; }; | |
267 00CFA7B3106B498B00758660 /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA717106B498A00758660 /* SDL_nullvideo.c */; }; | |
268 00CFA7B4106B498B00758660 /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA718106B498B00758660 /* SDL_nullvideo.h */; }; | |
269 00CFA7B5106B498B00758660 /* imKStoUCS.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA71A106B498B00758660 /* imKStoUCS.c */; }; | |
270 00CFA7B6106B498B00758660 /* imKStoUCS.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA71B106B498B00758660 /* imKStoUCS.h */; }; | |
271 00CFA7B7106B498B00758660 /* SDL_x11dyn.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA71C106B498B00758660 /* SDL_x11dyn.c */; }; | |
272 00CFA7B8106B498B00758660 /* SDL_x11dyn.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA71D106B498B00758660 /* SDL_x11dyn.h */; }; | |
273 00CFA7B9106B498B00758660 /* SDL_x11events.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA71E106B498B00758660 /* SDL_x11events.c */; }; | |
274 00CFA7BA106B498B00758660 /* SDL_x11events.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA71F106B498B00758660 /* SDL_x11events.h */; }; | |
275 00CFA7BB106B498B00758660 /* SDL_x11gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA720106B498B00758660 /* SDL_x11gamma.c */; }; | |
276 00CFA7BC106B498B00758660 /* SDL_x11gamma.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA721106B498B00758660 /* SDL_x11gamma.h */; }; | |
277 00CFA7BD106B498B00758660 /* SDL_x11keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA722106B498B00758660 /* SDL_x11keyboard.c */; }; | |
278 00CFA7BE106B498B00758660 /* SDL_x11keyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA723106B498B00758660 /* SDL_x11keyboard.h */; }; | |
279 00CFA7BF106B498B00758660 /* SDL_x11modes.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA724106B498B00758660 /* SDL_x11modes.c */; }; | |
280 00CFA7C0106B498B00758660 /* SDL_x11modes.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA725106B498B00758660 /* SDL_x11modes.h */; }; | |
281 00CFA7C1106B498B00758660 /* SDL_x11mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA726106B498B00758660 /* SDL_x11mouse.c */; }; | |
282 00CFA7C2106B498B00758660 /* SDL_x11mouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA727106B498B00758660 /* SDL_x11mouse.h */; }; | |
283 00CFA7C3106B498B00758660 /* SDL_x11opengl.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA728106B498B00758660 /* SDL_x11opengl.c */; }; | |
284 00CFA7C4106B498B00758660 /* SDL_x11opengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA729106B498B00758660 /* SDL_x11opengl.h */; }; | |
285 00CFA7C5106B498B00758660 /* SDL_x11opengles.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA72A106B498B00758660 /* SDL_x11opengles.c */; }; | |
286 00CFA7C6106B498B00758660 /* SDL_x11opengles.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA72B106B498B00758660 /* SDL_x11opengles.h */; }; | |
287 00CFA7C7106B498B00758660 /* SDL_x11render.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA72C106B498B00758660 /* SDL_x11render.c */; }; | |
288 00CFA7C8106B498B00758660 /* SDL_x11render.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA72D106B498B00758660 /* SDL_x11render.h */; }; | |
289 00CFA7C9106B498B00758660 /* SDL_x11sym.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA72E106B498B00758660 /* SDL_x11sym.h */; }; | |
290 00CFA7CA106B498B00758660 /* SDL_x11video.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA72F106B498B00758660 /* SDL_x11video.c */; }; | |
291 00CFA7CB106B498B00758660 /* SDL_x11video.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA730106B498B00758660 /* SDL_x11video.h */; }; | |
292 00CFA7CC106B498B00758660 /* SDL_x11window.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA731106B498B00758660 /* SDL_x11window.c */; }; | |
293 00CFA7CD106B498B00758660 /* SDL_x11window.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA732106B498B00758660 /* SDL_x11window.h */; }; | |
294 00CFA7CE106B498B00758660 /* extutil.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA735106B498B00758660 /* extutil.h */; }; | |
295 00CFA7CF106B498B00758660 /* panoramiXext.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA736106B498B00758660 /* panoramiXext.h */; }; | |
296 00CFA7D0106B498B00758660 /* panoramiXproto.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA737106B498B00758660 /* panoramiXproto.h */; }; | |
297 00CFA7D1106B498B00758660 /* StdCmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA738106B498B00758660 /* StdCmap.h */; }; | |
298 00CFA7D2106B498B00758660 /* Xext.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA739106B498B00758660 /* Xext.h */; }; | |
299 00CFA7D3106B498B00758660 /* xf86dga.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73A106B498B00758660 /* xf86dga.h */; }; | |
300 00CFA7D4106B498B00758660 /* xf86dga1.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73B106B498B00758660 /* xf86dga1.h */; }; | |
301 00CFA7D5106B498B00758660 /* xf86dga1str.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73C106B498B00758660 /* xf86dga1str.h */; }; | |
302 00CFA7D6106B498B00758660 /* xf86dgastr.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73D106B498B00758660 /* xf86dgastr.h */; }; | |
303 00CFA7D7106B498B00758660 /* xf86vmode.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73E106B498B00758660 /* xf86vmode.h */; }; | |
304 00CFA7D8106B498B00758660 /* xf86vmstr.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA73F106B498B00758660 /* xf86vmstr.h */; }; | |
305 00CFA7D9106B498B00758660 /* Xinerama.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA740106B498B00758660 /* Xinerama.h */; }; | |
306 00CFA7DA106B498B00758660 /* Xv.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA741106B498B00758660 /* Xv.h */; }; | |
307 00CFA7DB106B498B00758660 /* Xvlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA742106B498B00758660 /* Xvlib.h */; }; | |
308 00CFA7DC106B498B00758660 /* Xvproto.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA743106B498B00758660 /* Xvproto.h */; }; | |
309 00CFA7DD106B498B00758660 /* Xinerama.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA746106B498B00758660 /* Xinerama.c */; }; | |
310 00CFA7DE106B498B00758660 /* xme.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA748106B498B00758660 /* xme.c */; }; | |
311 00CFA7DF106B498B00758660 /* AllCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74A106B498B00758660 /* AllCmap.c */; }; | |
312 00CFA7E0106B498B00758660 /* CmapAlloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74B106B498B00758660 /* CmapAlloc.c */; }; | |
313 00CFA7E1106B498B00758660 /* CrCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74C106B498B00758660 /* CrCmap.c */; }; | |
314 00CFA7E2106B498B00758660 /* DelCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74D106B498B00758660 /* DelCmap.c */; }; | |
315 00CFA7E3106B498B00758660 /* Distinct.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74E106B498B00758660 /* Distinct.c */; }; | |
316 00CFA7E4106B498B00758660 /* LookupCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA74F106B498B00758660 /* LookupCmap.c */; }; | |
317 00CFA7E5106B498B00758660 /* StdCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA750106B498B00758660 /* StdCmap.c */; }; | |
318 00CFA7E6106B498B00758660 /* VisCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA751106B498B00758660 /* VisCmap.c */; }; | |
319 00CFA7E7106B498B00758660 /* Xv.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA753106B498B00758660 /* Xv.c */; }; | |
320 00CFA7E8106B498B00758660 /* Xvlibint.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA754106B498B00758660 /* Xvlibint.h */; }; | |
321 00CFA7E9106B498B00758660 /* XF86VMode.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA756106B498B00758660 /* XF86VMode.c */; }; | |
322 00CFA818106B49B600758660 /* mmx.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7EA106B49B500758660 /* mmx.h */; }; | |
323 00CFA819106B49B600758660 /* SDL_alphamult.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7EB106B49B500758660 /* SDL_alphamult.c */; }; | |
324 00CFA81A106B49B600758660 /* SDL_alphamult.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7EC106B49B500758660 /* SDL_alphamult.h */; }; | |
325 00CFA81B106B49B600758660 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7ED106B49B500758660 /* SDL_blendline.c */; }; | |
326 00CFA81C106B49B600758660 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7EE106B49B500758660 /* SDL_blendpoint.c */; }; | |
327 00CFA81D106B49B600758660 /* SDL_blendrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7EF106B49B500758660 /* SDL_blendrect.c */; }; | |
328 00CFA81E106B49B600758660 /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F0106B49B500758660 /* SDL_blit_0.c */; }; | |
329 00CFA81F106B49B600758660 /* SDL_blit_1.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F1106B49B500758660 /* SDL_blit_1.c */; }; | |
330 00CFA820106B49B600758660 /* SDL_blit_A.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F2106B49B500758660 /* SDL_blit_A.c */; }; | |
331 00CFA821106B49B600758660 /* SDL_blit_auto.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F3106B49B600758660 /* SDL_blit_auto.c */; }; | |
332 00CFA822106B49B600758660 /* SDL_blit_auto.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7F4106B49B600758660 /* SDL_blit_auto.h */; }; | |
333 00CFA823106B49B600758660 /* SDL_blit_copy.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F5106B49B600758660 /* SDL_blit_copy.c */; }; | |
334 00CFA824106B49B600758660 /* SDL_blit_copy.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7F6106B49B600758660 /* SDL_blit_copy.h */; }; | |
335 00CFA825106B49B600758660 /* SDL_blit_N.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F7106B49B600758660 /* SDL_blit_N.c */; }; | |
336 00CFA826106B49B600758660 /* SDL_blit_slow.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F8106B49B600758660 /* SDL_blit_slow.c */; }; | |
337 00CFA827106B49B600758660 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7F9106B49B600758660 /* SDL_blit_slow.h */; }; | |
338 00CFA828106B49B600758660 /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FA106B49B600758660 /* SDL_blit.c */; }; | |
339 00CFA829106B49B600758660 /* SDL_blit.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7FB106B49B600758660 /* SDL_blit.h */; }; | |
340 00CFA82A106B49B600758660 /* SDL_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FC106B49B600758660 /* SDL_bmp.c */; }; | |
341 00CFA82B106B49B600758660 /* SDL_draw.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7FD106B49B600758660 /* SDL_draw.h */; }; | |
342 00CFA82C106B49B600758660 /* SDL_drawline.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FE106B49B600758660 /* SDL_drawline.c */; }; | |
343 00CFA82D106B49B600758660 /* SDL_drawpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FF106B49B600758660 /* SDL_drawpoint.c */; }; | |
344 00CFA82E106B49B600758660 /* SDL_fillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA800106B49B600758660 /* SDL_fillrect.c */; }; | |
345 00CFA82F106B49B600758660 /* SDL_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA801106B49B600758660 /* SDL_gamma.c */; }; | |
346 00CFA830106B49B600758660 /* SDL_glesfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA802106B49B600758660 /* SDL_glesfuncs.h */; }; | |
347 00CFA831106B49B600758660 /* SDL_glfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA803106B49B600758660 /* SDL_glfuncs.h */; }; | |
348 00CFA832106B49B600758660 /* SDL_leaks.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA804106B49B600758660 /* SDL_leaks.h */; }; | |
349 00CFA833106B49B600758660 /* SDL_pixels_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA805106B49B600758660 /* SDL_pixels_c.h */; }; | |
350 00CFA834106B49B600758660 /* SDL_pixels.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA806106B49B600758660 /* SDL_pixels.c */; }; | |
351 00CFA835106B49B600758660 /* SDL_rect_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA807106B49B600758660 /* SDL_rect_c.h */; }; | |
352 00CFA836106B49B600758660 /* SDL_rect.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA808106B49B600758660 /* SDL_rect.c */; }; | |
353 00CFA837106B49B600758660 /* SDL_renderer_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA809106B49B600758660 /* SDL_renderer_gl.c */; }; | |
354 00CFA838106B49B600758660 /* SDL_renderer_gl.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80A106B49B600758660 /* SDL_renderer_gl.h */; }; | |
355 00CFA839106B49B600758660 /* SDL_renderer_gles.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA80B106B49B600758660 /* SDL_renderer_gles.c */; }; | |
356 00CFA83A106B49B600758660 /* SDL_renderer_gles.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80C106B49B600758660 /* SDL_renderer_gles.h */; }; | |
357 00CFA83B106B49B600758660 /* SDL_renderer_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA80D106B49B600758660 /* SDL_renderer_sw.c */; }; | |
358 00CFA83C106B49B600758660 /* SDL_renderer_sw.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80E106B49B600758660 /* SDL_renderer_sw.h */; }; | |
359 00CFA83D106B49B600758660 /* SDL_RLEaccel_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80F106B49B600758660 /* SDL_RLEaccel_c.h */; }; | |
360 00CFA83E106B49B600758660 /* SDL_RLEaccel.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA810106B49B600758660 /* SDL_RLEaccel.c */; }; | |
361 00CFA83F106B49B600758660 /* SDL_stretch.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA811106B49B600758660 /* SDL_stretch.c */; }; | |
362 00CFA840106B49B600758660 /* SDL_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA812106B49B600758660 /* SDL_surface.c */; }; | |
363 00CFA841106B49B600758660 /* SDL_sysvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA813106B49B600758660 /* SDL_sysvideo.h */; }; | |
364 00CFA842106B49B600758660 /* SDL_video.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA814106B49B600758660 /* SDL_video.c */; }; | |
365 00CFA843106B49B600758660 /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA815106B49B600758660 /* SDL_yuv_mmx.c */; }; | |
366 00CFA844106B49B600758660 /* SDL_yuv_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA816106B49B600758660 /* SDL_yuv_sw_c.h */; }; | |
367 00CFA845106B49B600758660 /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA817106B49B600758660 /* SDL_yuv_sw.c */; }; | |
368 00CFA846106B49B600758660 /* mmx.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7EA106B49B500758660 /* mmx.h */; }; | |
369 00CFA847106B49B600758660 /* SDL_alphamult.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7EB106B49B500758660 /* SDL_alphamult.c */; }; | |
370 00CFA848106B49B600758660 /* SDL_alphamult.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7EC106B49B500758660 /* SDL_alphamult.h */; }; | |
371 00CFA849106B49B600758660 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7ED106B49B500758660 /* SDL_blendline.c */; }; | |
372 00CFA84A106B49B600758660 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7EE106B49B500758660 /* SDL_blendpoint.c */; }; | |
373 00CFA84B106B49B600758660 /* SDL_blendrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7EF106B49B500758660 /* SDL_blendrect.c */; }; | |
374 00CFA84C106B49B600758660 /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F0106B49B500758660 /* SDL_blit_0.c */; }; | |
375 00CFA84D106B49B600758660 /* SDL_blit_1.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F1106B49B500758660 /* SDL_blit_1.c */; }; | |
376 00CFA84E106B49B600758660 /* SDL_blit_A.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F2106B49B500758660 /* SDL_blit_A.c */; }; | |
377 00CFA84F106B49B600758660 /* SDL_blit_auto.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F3106B49B600758660 /* SDL_blit_auto.c */; }; | |
378 00CFA850106B49B600758660 /* SDL_blit_auto.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7F4106B49B600758660 /* SDL_blit_auto.h */; }; | |
379 00CFA851106B49B600758660 /* SDL_blit_copy.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F5106B49B600758660 /* SDL_blit_copy.c */; }; | |
380 00CFA852106B49B600758660 /* SDL_blit_copy.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7F6106B49B600758660 /* SDL_blit_copy.h */; }; | |
381 00CFA853106B49B600758660 /* SDL_blit_N.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F7106B49B600758660 /* SDL_blit_N.c */; }; | |
382 00CFA854106B49B600758660 /* SDL_blit_slow.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7F8106B49B600758660 /* SDL_blit_slow.c */; }; | |
383 00CFA855106B49B600758660 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7F9106B49B600758660 /* SDL_blit_slow.h */; }; | |
384 00CFA856106B49B600758660 /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FA106B49B600758660 /* SDL_blit.c */; }; | |
385 00CFA857106B49B600758660 /* SDL_blit.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7FB106B49B600758660 /* SDL_blit.h */; }; | |
386 00CFA858106B49B600758660 /* SDL_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FC106B49B600758660 /* SDL_bmp.c */; }; | |
387 00CFA859106B49B600758660 /* SDL_draw.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA7FD106B49B600758660 /* SDL_draw.h */; }; | |
388 00CFA85A106B49B600758660 /* SDL_drawline.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FE106B49B600758660 /* SDL_drawline.c */; }; | |
389 00CFA85B106B49B600758660 /* SDL_drawpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA7FF106B49B600758660 /* SDL_drawpoint.c */; }; | |
390 00CFA85C106B49B600758660 /* SDL_fillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA800106B49B600758660 /* SDL_fillrect.c */; }; | |
391 00CFA85D106B49B600758660 /* SDL_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA801106B49B600758660 /* SDL_gamma.c */; }; | |
392 00CFA85E106B49B600758660 /* SDL_glesfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA802106B49B600758660 /* SDL_glesfuncs.h */; }; | |
393 00CFA85F106B49B600758660 /* SDL_glfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA803106B49B600758660 /* SDL_glfuncs.h */; }; | |
394 00CFA860106B49B600758660 /* SDL_leaks.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA804106B49B600758660 /* SDL_leaks.h */; }; | |
395 00CFA861106B49B600758660 /* SDL_pixels_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA805106B49B600758660 /* SDL_pixels_c.h */; }; | |
396 00CFA862106B49B600758660 /* SDL_pixels.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA806106B49B600758660 /* SDL_pixels.c */; }; | |
397 00CFA863106B49B600758660 /* SDL_rect_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA807106B49B600758660 /* SDL_rect_c.h */; }; | |
398 00CFA864106B49B600758660 /* SDL_rect.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA808106B49B600758660 /* SDL_rect.c */; }; | |
399 00CFA865106B49B600758660 /* SDL_renderer_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA809106B49B600758660 /* SDL_renderer_gl.c */; }; | |
400 00CFA866106B49B600758660 /* SDL_renderer_gl.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80A106B49B600758660 /* SDL_renderer_gl.h */; }; | |
401 00CFA867106B49B600758660 /* SDL_renderer_gles.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA80B106B49B600758660 /* SDL_renderer_gles.c */; }; | |
402 00CFA868106B49B600758660 /* SDL_renderer_gles.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80C106B49B600758660 /* SDL_renderer_gles.h */; }; | |
403 00CFA869106B49B600758660 /* SDL_renderer_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA80D106B49B600758660 /* SDL_renderer_sw.c */; }; | |
404 00CFA86A106B49B600758660 /* SDL_renderer_sw.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80E106B49B600758660 /* SDL_renderer_sw.h */; }; | |
405 00CFA86B106B49B600758660 /* SDL_RLEaccel_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA80F106B49B600758660 /* SDL_RLEaccel_c.h */; }; | |
406 00CFA86C106B49B600758660 /* SDL_RLEaccel.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA810106B49B600758660 /* SDL_RLEaccel.c */; }; | |
407 00CFA86D106B49B600758660 /* SDL_stretch.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA811106B49B600758660 /* SDL_stretch.c */; }; | |
408 00CFA86E106B49B600758660 /* SDL_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA812106B49B600758660 /* SDL_surface.c */; }; | |
409 00CFA86F106B49B600758660 /* SDL_sysvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA813106B49B600758660 /* SDL_sysvideo.h */; }; | |
410 00CFA870106B49B600758660 /* SDL_video.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA814106B49B600758660 /* SDL_video.c */; }; | |
411 00CFA871106B49B600758660 /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA815106B49B600758660 /* SDL_yuv_mmx.c */; }; | |
412 00CFA872106B49B600758660 /* SDL_yuv_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA816106B49B600758660 /* SDL_yuv_sw_c.h */; }; | |
413 00CFA873106B49B600758660 /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 00CFA817106B49B600758660 /* SDL_yuv_sw.c */; }; | |
414 00CFA89D106B4BA100758660 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00CFA89C106B4BA100758660 /* ForceFeedback.framework */; }; | |
415 00D0D08410675DD9004B05EF /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00D0D08310675DD9004B05EF /* CoreFoundation.framework */; }; | |
416 00D0D0D810675E46004B05EF /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007317C10858E15000B2BC32 /* Carbon.framework */; }; | |
417 046B91EC0A11B53500FB151C /* SDL_sysloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = 046B91E90A11B53500FB151C /* SDL_sysloadso.c */; }; | |
418 046B91ED0A11B53500FB151C /* SDL_sysloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = 046B91E90A11B53500FB151C /* SDL_sysloadso.c */; }; | |
419 046B92130A11B8AD00FB151C /* SDL_dlcompat.c in Sources */ = {isa = PBXBuildFile; fileRef = 046B92100A11B8AD00FB151C /* SDL_dlcompat.c */; }; | |
420 046B92140A11B8AD00FB151C /* SDL_dlcompat.c in Sources */ = {isa = PBXBuildFile; fileRef = 046B92100A11B8AD00FB151C /* SDL_dlcompat.c */; }; | |
3642
a10ad9826417
Fixed Mac OS X Xcode build
Sam Lantinga <slouken@libsdl.org>
parents:
3339
diff
changeset
|
421 04DB838C10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838A10FD8C81000519B5 /* SDL_blendfillrect.c */; }; |
a10ad9826417
Fixed Mac OS X Xcode build
Sam Lantinga <slouken@libsdl.org>
parents:
3339
diff
changeset
|
422 04DB838D10FD8C81000519B5 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838B10FD8C81000519B5 /* SDL_drawrect.c */; }; |
a10ad9826417
Fixed Mac OS X Xcode build
Sam Lantinga <slouken@libsdl.org>
parents:
3339
diff
changeset
|
423 04DB838E10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838A10FD8C81000519B5 /* SDL_blendfillrect.c */; }; |
a10ad9826417
Fixed Mac OS X Xcode build
Sam Lantinga <slouken@libsdl.org>
parents:
3339
diff
changeset
|
424 04DB838F10FD8C81000519B5 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DB838B10FD8C81000519B5 /* SDL_drawrect.c */; }; |
3679
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
425 04F2AF661104AC0800D6DDF7 /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F2AF651104AC0800D6DDF7 /* SDL_assert.c */; }; |
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
426 04F2AF671104AC0800D6DDF7 /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F2AF651104AC0800D6DDF7 /* SDL_assert.c */; }; |
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
427 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; }; |
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
428 04F2AF6A1104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; }; |
3331 | 429 BECDF62E0761BA81005FE872 /* SDL_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538330006D78D67F000001 /* SDL_audio.c */; }; |
430 BECDF62F0761BA81005FE872 /* SDL_audiocvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538331006D78D67F000001 /* SDL_audiocvt.c */; }; | |
431 BECDF6300761BA81005FE872 /* SDL_audiodev.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538332006D78D67F000001 /* SDL_audiodev.c */; }; | |
432 BECDF6320761BA81005FE872 /* SDL_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538334006D78D67F000001 /* SDL_mixer.c */; }; | |
433 BECDF6330761BA81005FE872 /* SDL_wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538335006D78D67F000001 /* SDL_wave.c */; }; | |
434 BECDF6360761BA81005FE872 /* SDL_events.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538369006D79147F000001 /* SDL_events.c */; }; | |
435 BECDF6380761BA81005FE872 /* SDL_keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153836B006D79147F000001 /* SDL_keyboard.c */; }; | |
436 BECDF6390761BA81005FE872 /* SDL_mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153836C006D79147F000001 /* SDL_mouse.c */; }; | |
437 BECDF63A0761BA81005FE872 /* SDL_quit.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153836D006D79147F000001 /* SDL_quit.c */; }; | |
438 BECDF63C0761BA81005FE872 /* SDL_rwops.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538377006D79307F000001 /* SDL_rwops.c */; }; | |
439 BECDF63E0761BA81005FE872 /* SDL_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 015383A0006D79BC7F000001 /* SDL_timer.c */; }; | |
440 BECDF64D0761BA81005FE872 /* SDL_error.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538438006D7D947F000001 /* SDL_error.c */; }; | |
441 BECDF64E0761BA81005FE872 /* SDL_fatal.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538439006D7D947F000001 /* SDL_fatal.c */; }; | |
442 BECDF6500761BA81005FE872 /* SDL.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153843C006D7D947F000001 /* SDL.c */; }; | |
443 BECDF6510761BA81005FE872 /* SDL_thread.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538445006D7EC67F000001 /* SDL_thread.c */; }; | |
444 BECDF6530761BA81005FE872 /* SDL_joystick.c in Sources */ = {isa = PBXBuildFile; fileRef = 083E489D006D88D97F000001 /* SDL_joystick.c */; }; | |
445 BECDF6590761BA81005FE872 /* SDL_sysjoystick.c in Sources */ = {isa = PBXBuildFile; fileRef = F51789D101769A2401D3D55B /* SDL_sysjoystick.c */; }; | |
446 BECDF6610761BA81005FE872 /* SDL_cpuinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = B24DA50405A88D52006B9F1C /* SDL_cpuinfo.c */; }; | |
447 BECDF6670761BA81005FE872 /* SDL_coreaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = BECDF5D50761B759005FE872 /* SDL_coreaudio.c */; }; | |
448 BECDF6760761BA81005FE872 /* SDL_cpuinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */; }; | |
449 BECDF6770761BA81005FE872 /* SDL_name.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC705C4450500E5DC7F /* SDL_name.h */; }; | |
450 BECDF6780761BA81005FE872 /* SDL_coreaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = BECDF5D60761B759005FE872 /* SDL_coreaudio.h */; }; | |
451 BECDF67A0761BA81005FE872 /* SDL_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538330006D78D67F000001 /* SDL_audio.c */; }; | |
452 BECDF67B0761BA81005FE872 /* SDL_audiocvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538331006D78D67F000001 /* SDL_audiocvt.c */; }; | |
453 BECDF67D0761BA81005FE872 /* SDL_audiodev.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538332006D78D67F000001 /* SDL_audiodev.c */; }; | |
454 BECDF67E0761BA81005FE872 /* SDL_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538334006D78D67F000001 /* SDL_mixer.c */; }; | |
455 BECDF67F0761BA81005FE872 /* SDL_wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538335006D78D67F000001 /* SDL_wave.c */; }; | |
456 BECDF6840761BA81005FE872 /* SDL_events.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538369006D79147F000001 /* SDL_events.c */; }; | |
457 BECDF6860761BA81005FE872 /* SDL_keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153836B006D79147F000001 /* SDL_keyboard.c */; }; | |
458 BECDF6870761BA81005FE872 /* SDL_mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153836C006D79147F000001 /* SDL_mouse.c */; }; | |
459 BECDF6880761BA81005FE872 /* SDL_quit.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153836D006D79147F000001 /* SDL_quit.c */; }; | |
460 BECDF68A0761BA81005FE872 /* SDL_rwops.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538377006D79307F000001 /* SDL_rwops.c */; }; | |
461 BECDF68B0761BA81005FE872 /* SDL_joystick.c in Sources */ = {isa = PBXBuildFile; fileRef = 083E489D006D88D97F000001 /* SDL_joystick.c */; }; | |
462 BECDF68C0761BA81005FE872 /* SDL_thread.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538445006D7EC67F000001 /* SDL_thread.c */; }; | |
463 BECDF6920761BA81005FE872 /* SDL_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 015383A0006D79BC7F000001 /* SDL_timer.c */; }; | |
464 BECDF6A20761BA81005FE872 /* SDL_error.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538438006D7D947F000001 /* SDL_error.c */; }; | |
465 BECDF6A30761BA81005FE872 /* SDL_fatal.c in Sources */ = {isa = PBXBuildFile; fileRef = 01538439006D7D947F000001 /* SDL_fatal.c */; }; | |
466 BECDF6A50761BA81005FE872 /* SDL.c in Sources */ = {isa = PBXBuildFile; fileRef = 0153843C006D7D947F000001 /* SDL.c */; }; | |
467 BECDF6A60761BA81005FE872 /* SDL_sysjoystick.c in Sources */ = {isa = PBXBuildFile; fileRef = F51789D101769A2401D3D55B /* SDL_sysjoystick.c */; }; | |
468 BECDF6AF0761BA81005FE872 /* SDL_cpuinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = B24DA50405A88D52006B9F1C /* SDL_cpuinfo.c */; }; | |
469 BECDF6B00761BA81005FE872 /* SDL_coreaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = BECDF5D50761B759005FE872 /* SDL_coreaudio.c */; }; | |
470 /* End PBXBuildFile section */ | |
471 | |
472 /* Begin PBXContainerItemProxy section */ | |
473 002D2AA8106C196E00BF972E /* PBXContainerItemProxy */ = { | |
474 isa = PBXContainerItemProxy; | |
475 containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; | |
476 proxyType = 1; | |
477 remoteGlobalIDString = 002D2A9E106C18E700BF972E; | |
478 remoteInfo = "Generate Header Files"; | |
479 }; | |
480 002D2AAB106C19B200BF972E /* PBXContainerItemProxy */ = { | |
481 isa = PBXContainerItemProxy; | |
482 containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; | |
483 proxyType = 1; | |
484 remoteGlobalIDString = 002D2A9E106C18E700BF972E; | |
485 remoteInfo = "Generate Header Files"; | |
486 }; | |
487 008310451072EA9000A531F1 /* PBXContainerItemProxy */ = { | |
488 isa = PBXContainerItemProxy; | |
489 containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; | |
490 proxyType = 1; | |
491 remoteGlobalIDString = 0083103F1072EA5700A531F1; | |
492 remoteInfo = "Generate Doxygen DocSet"; | |
493 }; | |
494 BECDF6C50761BA81005FE872 /* PBXContainerItemProxy */ = { | |
495 isa = PBXContainerItemProxy; | |
496 containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; | |
497 proxyType = 1; | |
498 remoteGlobalIDString = BECDF5FE0761BA81005FE872; | |
499 remoteInfo = "Framework (Upgraded)"; | |
500 }; | |
501 /* End PBXContainerItemProxy section */ | |
502 | |
503 /* Begin PBXFileReference section */ | |
504 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; }; | |
505 00162D3709BD1FA90037C8D0 /* SDL_config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_config.h; path = ../../include/SDL_config.h; sourceTree = SOURCE_ROOT; }; | |
506 00162D3809BD1FA90037C8D0 /* SDL_platform.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_platform.h; path = ../../include/SDL_platform.h; sourceTree = SOURCE_ROOT; }; | |
507 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_stdinc.h; path = ../../include/SDL_stdinc.h; sourceTree = SOURCE_ROOT; }; | |
508 00162D4D09BD20DA0037C8D0 /* SDL_syscond.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_syscond.c; sourceTree = "<group>"; }; | |
509 00162D4E09BD20DA0037C8D0 /* SDL_sysmutex.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_sysmutex.c; sourceTree = "<group>"; }; | |
510 00162D4F09BD20DA0037C8D0 /* SDL_sysmutex_c.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDL_sysmutex_c.h; sourceTree = "<group>"; }; | |
511 00162D5009BD20DA0037C8D0 /* SDL_syssem.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_syssem.c; sourceTree = "<group>"; }; | |
512 00162D5109BD20DA0037C8D0 /* SDL_systhread.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_systhread.c; sourceTree = "<group>"; }; | |
513 00162D5209BD20DA0037C8D0 /* SDL_systhread_c.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDL_systhread_c.h; sourceTree = "<group>"; }; | |
514 00162D6009BD21010037C8D0 /* SDL_systimer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_systimer.c; sourceTree = "<group>"; }; | |
515 00162D6509BD214F0037C8D0 /* SDL_getenv.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_getenv.c; sourceTree = "<group>"; }; | |
516 00162D6609BD214F0037C8D0 /* SDL_malloc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_malloc.c; sourceTree = "<group>"; }; | |
517 00162D6709BD214F0037C8D0 /* SDL_qsort.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_qsort.c; sourceTree = "<group>"; }; | |
518 00162D6809BD214F0037C8D0 /* SDL_stdlib.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_stdlib.c; sourceTree = "<group>"; }; | |
519 00162D6909BD214F0037C8D0 /* SDL_string.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_string.c; sourceTree = "<group>"; }; | |
520 001798C410743B9F00F5D044 /* SDL_syspower.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_syspower.c; sourceTree = "<group>"; }; | |
521 001798C710743B9F00F5D044 /* SDL_power.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_power.c; sourceTree = "<group>"; }; | |
522 002F328509CA049100EBEB88 /* SDL_iconv.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_iconv.c; sourceTree = "<group>"; }; | |
523 002F32D409CA0BE700EBEB88 /* SDL_diskaudio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_diskaudio.c; sourceTree = "<group>"; }; | |
524 002F32D509CA0BE700EBEB88 /* SDL_diskaudio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDL_diskaudio.h; sourceTree = "<group>"; }; | |
525 002F32E209CA0BF600EBEB88 /* SDL_dummyaudio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_dummyaudio.c; sourceTree = "<group>"; }; | |
526 002F32E309CA0BF600EBEB88 /* SDL_dummyaudio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDL_dummyaudio.h; sourceTree = "<group>"; }; | |
527 0073179B0858DECD00B2BC32 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = "<absolute>"; }; | |
528 0073179C0858DECD00B2BC32 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; }; | |
529 0073179D0858DECD00B2BC32 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; | |
530 0073179E0858DECD00B2BC32 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; | |
531 0073179F0858DECD00B2BC32 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; | |
532 007317A00858DECD00B2BC32 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; | |
533 007317C10858E15000B2BC32 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; | |
534 00794D3F09D0C461003FC8A1 /* License.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = License.rtf; sourceTree = "<group>"; }; | |
3339 | 535 00A6EBD91078D569001EEA06 /* SDL_revision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_revision.h; path = ../../include/SDL_revision.h; sourceTree = SOURCE_ROOT; }; |
3331 | 536 00AE6E1E08B958CC00255E2F /* ReadMeDevLite.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMeDevLite.txt; sourceTree = "<group>"; }; |
537 00B7E61F097F2D9E00826121 /* SDL_mixer_MMX.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_mixer_MMX.c; sourceTree = "<group>"; }; | |
538 00B7E620097F2D9E00826121 /* SDL_mixer_MMX.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDL_mixer_MMX.h; sourceTree = "<group>"; }; | |
539 00CFA67A106B44CE00758660 /* SDL_atomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_atomic.h; path = ../../include/SDL_atomic.h; sourceTree = SOURCE_ROOT; }; | |
540 00CFA67B106B44CE00758660 /* SDL_compat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_compat.h; path = ../../include/SDL_compat.h; sourceTree = SOURCE_ROOT; }; | |
541 00CFA67C106B44CE00758660 /* SDL_haptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_haptic.h; path = ../../include/SDL_haptic.h; sourceTree = SOURCE_ROOT; }; | |
542 00CFA67D106B44CE00758660 /* SDL_pixels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_pixels.h; path = ../../include/SDL_pixels.h; sourceTree = SOURCE_ROOT; }; | |
543 00CFA67E106B44CE00758660 /* SDL_power.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_power.h; path = ../../include/SDL_power.h; sourceTree = SOURCE_ROOT; }; | |
544 00CFA67F106B44CE00758660 /* SDL_rect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_rect.h; path = ../../include/SDL_rect.h; sourceTree = SOURCE_ROOT; }; | |
545 00CFA680106B44CE00758660 /* SDL_scancode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_scancode.h; path = ../../include/SDL_scancode.h; sourceTree = SOURCE_ROOT; }; | |
546 00CFA681106B44CE00758660 /* SDL_surface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_surface.h; path = ../../include/SDL_surface.h; sourceTree = SOURCE_ROOT; }; | |
547 00CFA6A1106B467B00758660 /* SDL_atomic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_atomic.c; sourceTree = "<group>"; }; | |
548 00CFA6B0106B46E500758660 /* SDL_audio_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_audio_c.h; sourceTree = "<group>"; }; | |
549 00CFA6B1106B46E500758660 /* SDL_audiodev_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_audiodev_c.h; sourceTree = "<group>"; }; | |
550 00CFA6B2106B46E500758660 /* SDL_audiomem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_audiomem.h; sourceTree = "<group>"; }; | |
551 00CFA6B3106B46E500758660 /* SDL_audiotypecvt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_audiotypecvt.c; sourceTree = "<group>"; }; | |
552 00CFA6B4106B46E500758660 /* SDL_sysaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysaudio.h; sourceTree = "<group>"; }; | |
553 00CFA6B5106B46E500758660 /* SDL_wave.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_wave.h; sourceTree = "<group>"; }; | |
554 00CFA6C2106B480800758660 /* SDL_events_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_events_c.h; sourceTree = "<group>"; }; | |
555 00CFA6C3106B480800758660 /* SDL_keyboard_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_keyboard_c.h; sourceTree = "<group>"; }; | |
556 00CFA6C4106B480800758660 /* SDL_mouse_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_mouse_c.h; sourceTree = "<group>"; }; | |
557 00CFA6C5106B480800758660 /* SDL_sysevents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysevents.h; sourceTree = "<group>"; }; | |
558 00CFA6C6106B480800758660 /* SDL_windowevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_windowevents_c.h; sourceTree = "<group>"; }; | |
559 00CFA6C7106B480800758660 /* SDL_windowevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_windowevents.c; sourceTree = "<group>"; }; | |
560 00CFA6E1106B48D800758660 /* SDL_syshaptic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_syshaptic.c; sourceTree = "<group>"; }; | |
561 00CFA6E8106B48D800758660 /* SDL_haptic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_haptic.c; sourceTree = "<group>"; }; | |
562 00CFA6E9106B48D800758660 /* SDL_syshaptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_syshaptic.h; sourceTree = "<group>"; }; | |
563 00CFA6FA106B493800758660 /* SDL_compat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_compat.c; path = ../../src/SDL_compat.c; sourceTree = SOURCE_ROOT; }; | |
564 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; }; | |
565 00CFA6FC106B493800758660 /* SDL_fatal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_fatal.h; path = ../../src/SDL_fatal.h; sourceTree = SOURCE_ROOT; }; | |
566 00CFA704106B498A00758660 /* SDL_cocoaevents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoaevents.h; sourceTree = "<group>"; }; | |
567 00CFA705106B498A00758660 /* SDL_cocoaevents.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoaevents.m; sourceTree = "<group>"; }; | |
568 00CFA706106B498A00758660 /* SDL_cocoakeyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoakeyboard.h; sourceTree = "<group>"; }; | |
569 00CFA707106B498A00758660 /* SDL_cocoakeyboard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoakeyboard.m; sourceTree = "<group>"; }; | |
570 00CFA708106B498A00758660 /* SDL_cocoamodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoamodes.h; sourceTree = "<group>"; }; | |
571 00CFA709106B498A00758660 /* SDL_cocoamodes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoamodes.m; sourceTree = "<group>"; }; | |
572 00CFA70A106B498A00758660 /* SDL_cocoamouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoamouse.h; sourceTree = "<group>"; }; | |
573 00CFA70B106B498A00758660 /* SDL_cocoamouse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoamouse.m; sourceTree = "<group>"; }; | |
574 00CFA70C106B498A00758660 /* SDL_cocoaopengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoaopengl.h; sourceTree = "<group>"; }; | |
575 00CFA70D106B498A00758660 /* SDL_cocoaopengl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoaopengl.m; sourceTree = "<group>"; }; | |
576 00CFA70E106B498A00758660 /* SDL_cocoavideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoavideo.h; sourceTree = "<group>"; }; | |
577 00CFA70F106B498A00758660 /* SDL_cocoavideo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoavideo.m; sourceTree = "<group>"; }; | |
578 00CFA710106B498A00758660 /* SDL_cocoawindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoawindow.h; sourceTree = "<group>"; }; | |
579 00CFA711106B498A00758660 /* SDL_cocoawindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoawindow.m; sourceTree = "<group>"; }; | |
580 00CFA713106B498A00758660 /* SDL_nullevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullevents.c; sourceTree = "<group>"; }; | |
581 00CFA714106B498A00758660 /* SDL_nullevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullevents_c.h; sourceTree = "<group>"; }; | |
582 00CFA715106B498A00758660 /* SDL_nullrender.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullrender.c; sourceTree = "<group>"; }; | |
583 00CFA716106B498A00758660 /* SDL_nullrender_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullrender_c.h; sourceTree = "<group>"; }; | |
584 00CFA717106B498A00758660 /* SDL_nullvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullvideo.c; sourceTree = "<group>"; }; | |
585 00CFA718106B498B00758660 /* SDL_nullvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullvideo.h; sourceTree = "<group>"; }; | |
586 00CFA71A106B498B00758660 /* imKStoUCS.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imKStoUCS.c; sourceTree = "<group>"; }; | |
587 00CFA71B106B498B00758660 /* imKStoUCS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = imKStoUCS.h; sourceTree = "<group>"; }; | |
588 00CFA71C106B498B00758660 /* SDL_x11dyn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11dyn.c; sourceTree = "<group>"; }; | |
589 00CFA71D106B498B00758660 /* SDL_x11dyn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11dyn.h; sourceTree = "<group>"; }; | |
590 00CFA71E106B498B00758660 /* SDL_x11events.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11events.c; sourceTree = "<group>"; }; | |
591 00CFA71F106B498B00758660 /* SDL_x11events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11events.h; sourceTree = "<group>"; }; | |
592 00CFA720106B498B00758660 /* SDL_x11gamma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11gamma.c; sourceTree = "<group>"; }; | |
593 00CFA721106B498B00758660 /* SDL_x11gamma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11gamma.h; sourceTree = "<group>"; }; | |
594 00CFA722106B498B00758660 /* SDL_x11keyboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11keyboard.c; sourceTree = "<group>"; }; | |
595 00CFA723106B498B00758660 /* SDL_x11keyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11keyboard.h; sourceTree = "<group>"; }; | |
596 00CFA724106B498B00758660 /* SDL_x11modes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11modes.c; sourceTree = "<group>"; }; | |
597 00CFA725106B498B00758660 /* SDL_x11modes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11modes.h; sourceTree = "<group>"; }; | |
598 00CFA726106B498B00758660 /* SDL_x11mouse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11mouse.c; sourceTree = "<group>"; }; | |
599 00CFA727106B498B00758660 /* SDL_x11mouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11mouse.h; sourceTree = "<group>"; }; | |
600 00CFA728106B498B00758660 /* SDL_x11opengl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11opengl.c; sourceTree = "<group>"; }; | |
601 00CFA729106B498B00758660 /* SDL_x11opengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11opengl.h; sourceTree = "<group>"; }; | |
602 00CFA72A106B498B00758660 /* SDL_x11opengles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11opengles.c; sourceTree = "<group>"; }; | |
603 00CFA72B106B498B00758660 /* SDL_x11opengles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11opengles.h; sourceTree = "<group>"; }; | |
604 00CFA72C106B498B00758660 /* SDL_x11render.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11render.c; sourceTree = "<group>"; }; | |
605 00CFA72D106B498B00758660 /* SDL_x11render.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11render.h; sourceTree = "<group>"; }; | |
606 00CFA72E106B498B00758660 /* SDL_x11sym.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11sym.h; sourceTree = "<group>"; }; | |
607 00CFA72F106B498B00758660 /* SDL_x11video.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11video.c; sourceTree = "<group>"; }; | |
608 00CFA730106B498B00758660 /* SDL_x11video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11video.h; sourceTree = "<group>"; }; | |
609 00CFA731106B498B00758660 /* SDL_x11window.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11window.c; sourceTree = "<group>"; }; | |
610 00CFA732106B498B00758660 /* SDL_x11window.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11window.h; sourceTree = "<group>"; }; | |
611 00CFA735106B498B00758660 /* extutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = extutil.h; sourceTree = "<group>"; }; | |
612 00CFA736106B498B00758660 /* panoramiXext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = panoramiXext.h; sourceTree = "<group>"; }; | |
613 00CFA737106B498B00758660 /* panoramiXproto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = panoramiXproto.h; sourceTree = "<group>"; }; | |
614 00CFA738106B498B00758660 /* StdCmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StdCmap.h; sourceTree = "<group>"; }; | |
615 00CFA739106B498B00758660 /* Xext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xext.h; sourceTree = "<group>"; }; | |
616 00CFA73A106B498B00758660 /* xf86dga.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86dga.h; sourceTree = "<group>"; }; | |
617 00CFA73B106B498B00758660 /* xf86dga1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86dga1.h; sourceTree = "<group>"; }; | |
618 00CFA73C106B498B00758660 /* xf86dga1str.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86dga1str.h; sourceTree = "<group>"; }; | |
619 00CFA73D106B498B00758660 /* xf86dgastr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86dgastr.h; sourceTree = "<group>"; }; | |
620 00CFA73E106B498B00758660 /* xf86vmode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86vmode.h; sourceTree = "<group>"; }; | |
621 00CFA73F106B498B00758660 /* xf86vmstr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86vmstr.h; sourceTree = "<group>"; }; | |
622 00CFA740106B498B00758660 /* Xinerama.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xinerama.h; sourceTree = "<group>"; }; | |
623 00CFA741106B498B00758660 /* Xv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xv.h; sourceTree = "<group>"; }; | |
624 00CFA742106B498B00758660 /* Xvlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xvlib.h; sourceTree = "<group>"; }; | |
625 00CFA743106B498B00758660 /* Xvproto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xvproto.h; sourceTree = "<group>"; }; | |
626 00CFA744106B498B00758660 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; }; | |
627 00CFA746106B498B00758660 /* Xinerama.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Xinerama.c; sourceTree = "<group>"; }; | |
628 00CFA748106B498B00758660 /* xme.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xme.c; sourceTree = "<group>"; }; | |
629 00CFA74A106B498B00758660 /* AllCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = AllCmap.c; sourceTree = "<group>"; }; | |
630 00CFA74B106B498B00758660 /* CmapAlloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CmapAlloc.c; sourceTree = "<group>"; }; | |
631 00CFA74C106B498B00758660 /* CrCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CrCmap.c; sourceTree = "<group>"; }; | |
632 00CFA74D106B498B00758660 /* DelCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = DelCmap.c; sourceTree = "<group>"; }; | |
633 00CFA74E106B498B00758660 /* Distinct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Distinct.c; sourceTree = "<group>"; }; | |
634 00CFA74F106B498B00758660 /* LookupCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LookupCmap.c; sourceTree = "<group>"; }; | |
635 00CFA750106B498B00758660 /* StdCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = StdCmap.c; sourceTree = "<group>"; }; | |
636 00CFA751106B498B00758660 /* VisCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = VisCmap.c; sourceTree = "<group>"; }; | |
637 00CFA753106B498B00758660 /* Xv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Xv.c; sourceTree = "<group>"; }; | |
638 00CFA754106B498B00758660 /* Xvlibint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xvlibint.h; sourceTree = "<group>"; }; | |
639 00CFA756106B498B00758660 /* XF86VMode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = XF86VMode.c; sourceTree = "<group>"; }; | |
640 00CFA7EA106B49B500758660 /* mmx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mmx.h; sourceTree = "<group>"; }; | |
641 00CFA7EB106B49B500758660 /* SDL_alphamult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_alphamult.c; sourceTree = "<group>"; }; | |
642 00CFA7EC106B49B500758660 /* SDL_alphamult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_alphamult.h; sourceTree = "<group>"; }; | |
643 00CFA7ED106B49B500758660 /* SDL_blendline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendline.c; sourceTree = "<group>"; }; | |
644 00CFA7EE106B49B500758660 /* SDL_blendpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendpoint.c; sourceTree = "<group>"; }; | |
645 00CFA7EF106B49B500758660 /* SDL_blendrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendrect.c; sourceTree = "<group>"; }; | |
646 00CFA7F0106B49B500758660 /* SDL_blit_0.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_0.c; sourceTree = "<group>"; }; | |
647 00CFA7F1106B49B500758660 /* SDL_blit_1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_1.c; sourceTree = "<group>"; }; | |
648 00CFA7F2106B49B500758660 /* SDL_blit_A.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_A.c; sourceTree = "<group>"; }; | |
649 00CFA7F3106B49B600758660 /* SDL_blit_auto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_auto.c; sourceTree = "<group>"; }; | |
650 00CFA7F4106B49B600758660 /* SDL_blit_auto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit_auto.h; sourceTree = "<group>"; }; | |
651 00CFA7F5106B49B600758660 /* SDL_blit_copy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_copy.c; sourceTree = "<group>"; }; | |
652 00CFA7F6106B49B600758660 /* SDL_blit_copy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit_copy.h; sourceTree = "<group>"; }; | |
653 00CFA7F7106B49B600758660 /* SDL_blit_N.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_N.c; sourceTree = "<group>"; }; | |
654 00CFA7F8106B49B600758660 /* SDL_blit_slow.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_slow.c; sourceTree = "<group>"; }; | |
655 00CFA7F9106B49B600758660 /* SDL_blit_slow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit_slow.h; sourceTree = "<group>"; }; | |
656 00CFA7FA106B49B600758660 /* SDL_blit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit.c; sourceTree = "<group>"; }; | |
657 00CFA7FB106B49B600758660 /* SDL_blit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit.h; sourceTree = "<group>"; }; | |
658 00CFA7FC106B49B600758660 /* SDL_bmp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_bmp.c; sourceTree = "<group>"; }; | |
659 00CFA7FD106B49B600758660 /* SDL_draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_draw.h; sourceTree = "<group>"; }; | |
660 00CFA7FE106B49B600758660 /* SDL_drawline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawline.c; sourceTree = "<group>"; }; | |
661 00CFA7FF106B49B600758660 /* SDL_drawpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawpoint.c; sourceTree = "<group>"; }; | |
662 00CFA800106B49B600758660 /* SDL_fillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_fillrect.c; sourceTree = "<group>"; }; | |
663 00CFA801106B49B600758660 /* SDL_gamma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_gamma.c; sourceTree = "<group>"; }; | |
664 00CFA802106B49B600758660 /* SDL_glesfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glesfuncs.h; sourceTree = "<group>"; }; | |
665 00CFA803106B49B600758660 /* SDL_glfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glfuncs.h; sourceTree = "<group>"; }; | |
666 00CFA804106B49B600758660 /* SDL_leaks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_leaks.h; sourceTree = "<group>"; }; | |
667 00CFA805106B49B600758660 /* SDL_pixels_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_pixels_c.h; sourceTree = "<group>"; }; | |
668 00CFA806106B49B600758660 /* SDL_pixels.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_pixels.c; sourceTree = "<group>"; }; | |
669 00CFA807106B49B600758660 /* SDL_rect_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_rect_c.h; sourceTree = "<group>"; }; | |
670 00CFA808106B49B600758660 /* SDL_rect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_rect.c; sourceTree = "<group>"; }; | |
671 00CFA809106B49B600758660 /* SDL_renderer_gl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_renderer_gl.c; sourceTree = "<group>"; }; | |
672 00CFA80A106B49B600758660 /* SDL_renderer_gl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_renderer_gl.h; sourceTree = "<group>"; }; | |
673 00CFA80B106B49B600758660 /* SDL_renderer_gles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_renderer_gles.c; sourceTree = "<group>"; }; | |
674 00CFA80C106B49B600758660 /* SDL_renderer_gles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_renderer_gles.h; sourceTree = "<group>"; }; | |
675 00CFA80D106B49B600758660 /* SDL_renderer_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_renderer_sw.c; sourceTree = "<group>"; }; | |
676 00CFA80E106B49B600758660 /* SDL_renderer_sw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_renderer_sw.h; sourceTree = "<group>"; }; | |
677 00CFA80F106B49B600758660 /* SDL_RLEaccel_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_RLEaccel_c.h; sourceTree = "<group>"; }; | |
678 00CFA810106B49B600758660 /* SDL_RLEaccel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_RLEaccel.c; sourceTree = "<group>"; }; | |
679 00CFA811106B49B600758660 /* SDL_stretch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_stretch.c; sourceTree = "<group>"; }; | |
680 00CFA812106B49B600758660 /* SDL_surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_surface.c; sourceTree = "<group>"; }; | |
681 00CFA813106B49B600758660 /* SDL_sysvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysvideo.h; sourceTree = "<group>"; }; | |
682 00CFA814106B49B600758660 /* SDL_video.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_video.c; sourceTree = "<group>"; }; | |
683 00CFA815106B49B600758660 /* SDL_yuv_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_mmx.c; sourceTree = "<group>"; }; | |
684 00CFA816106B49B600758660 /* SDL_yuv_sw_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_yuv_sw_c.h; sourceTree = "<group>"; }; | |
685 00CFA817106B49B600758660 /* SDL_yuv_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_sw.c; sourceTree = "<group>"; }; | |
686 00CFA89C106B4BA100758660 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ForceFeedback.framework; path = /System/Library/Frameworks/ForceFeedback.framework; sourceTree = "<absolute>"; }; | |
687 00D0D08310675DD9004B05EF /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; | |
688 00F5D79E0990CA0D0051C449 /* UniversalBinaryNotes.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = UniversalBinaryNotes.rtf; sourceTree = "<group>"; }; | |
689 01538330006D78D67F000001 /* SDL_audio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_audio.c; sourceTree = "<group>"; }; | |
690 01538331006D78D67F000001 /* SDL_audiocvt.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_audiocvt.c; sourceTree = "<group>"; }; | |
691 01538332006D78D67F000001 /* SDL_audiodev.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_audiodev.c; sourceTree = "<group>"; }; | |
692 01538334006D78D67F000001 /* SDL_mixer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_mixer.c; sourceTree = "<group>"; }; | |
693 01538335006D78D67F000001 /* SDL_wave.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_wave.c; sourceTree = "<group>"; }; | |
694 01538369006D79147F000001 /* SDL_events.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_events.c; sourceTree = "<group>"; }; | |
695 0153836B006D79147F000001 /* SDL_keyboard.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_keyboard.c; sourceTree = "<group>"; }; | |
696 0153836C006D79147F000001 /* SDL_mouse.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_mouse.c; sourceTree = "<group>"; }; | |
697 0153836D006D79147F000001 /* SDL_quit.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_quit.c; sourceTree = "<group>"; }; | |
698 01538377006D79307F000001 /* SDL_rwops.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_rwops.c; sourceTree = "<group>"; }; | |
699 015383A0006D79BC7F000001 /* SDL_timer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_timer.c; sourceTree = "<group>"; }; | |
700 01538438006D7D947F000001 /* SDL_error.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDL_error.c; path = ../../src/SDL_error.c; sourceTree = SOURCE_ROOT; }; | |
701 01538439006D7D947F000001 /* SDL_fatal.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDL_fatal.c; path = ../../src/SDL_fatal.c; sourceTree = SOURCE_ROOT; }; | |
702 0153843C006D7D947F000001 /* SDL.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDL.c; path = ../../src/SDL.c; sourceTree = SOURCE_ROOT; }; | |
703 01538445006D7EC67F000001 /* SDL_thread.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDL_thread.c; path = ../../src/thread/SDL_thread.c; sourceTree = SOURCE_ROOT; }; | |
704 046B91E90A11B53500FB151C /* SDL_sysloadso.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_sysloadso.c; sourceTree = "<group>"; }; | |
705 046B92100A11B8AD00FB151C /* SDL_dlcompat.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_dlcompat.c; sourceTree = "<group>"; }; | |
3642
a10ad9826417
Fixed Mac OS X Xcode build
Sam Lantinga <slouken@libsdl.org>
parents:
3339
diff
changeset
|
706 04DB838A10FD8C81000519B5 /* SDL_blendfillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendfillrect.c; sourceTree = "<group>"; }; |
a10ad9826417
Fixed Mac OS X Xcode build
Sam Lantinga <slouken@libsdl.org>
parents:
3339
diff
changeset
|
707 04DB838B10FD8C81000519B5 /* SDL_drawrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawrect.c; sourceTree = "<group>"; }; |
3679
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
708 04F2AF651104AC0800D6DDF7 /* SDL_assert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_assert.c; path = ../../src/SDL_assert.c; sourceTree = SOURCE_ROOT; }; |
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
709 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_assert.h; path = ../../include/SDL_assert.h; sourceTree = SOURCE_ROOT; }; |
3331 | 710 083E489D006D88D97F000001 /* SDL_joystick.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_joystick.c; sourceTree = "<group>"; }; |
711 0C5AF5E501191D2B7F000001 /* begin_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = begin_code.h; path = ../../include/begin_code.h; sourceTree = SOURCE_ROOT; }; | |
712 0C5AF5E601191D2B7F000001 /* close_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = close_code.h; path = ../../include/close_code.h; sourceTree = SOURCE_ROOT; }; | |
713 0C5AF5E801191D2B7F000001 /* SDL_audio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_audio.h; path = ../../include/SDL_audio.h; sourceTree = SOURCE_ROOT; }; | |
714 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_copying.h; path = ../../include/SDL_copying.h; sourceTree = SOURCE_ROOT; }; | |
715 0C5AF5EC01191D2B7F000001 /* SDL_endian.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_endian.h; path = ../../include/SDL_endian.h; sourceTree = SOURCE_ROOT; }; | |
716 0C5AF5ED01191D2B7F000001 /* SDL_error.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_error.h; path = ../../include/SDL_error.h; sourceTree = SOURCE_ROOT; }; | |
717 0C5AF5EE01191D2B7F000001 /* SDL_events.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_events.h; path = ../../include/SDL_events.h; sourceTree = SOURCE_ROOT; }; | |
718 0C5AF5F001191D2B7F000001 /* SDL_joystick.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_joystick.h; path = ../../include/SDL_joystick.h; sourceTree = SOURCE_ROOT; }; | |
719 0C5AF5F101191D2B7F000001 /* SDL_keyboard.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_keyboard.h; path = ../../include/SDL_keyboard.h; sourceTree = SOURCE_ROOT; }; | |
720 0C5AF5F201191D2B7F000001 /* SDL_keysym.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_keysym.h; path = ../../include/SDL_keysym.h; sourceTree = SOURCE_ROOT; }; | |
721 0C5AF5F301191D2B7F000001 /* SDL_main.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_main.h; path = ../../include/SDL_main.h; sourceTree = SOURCE_ROOT; }; | |
722 0C5AF5F401191D2B7F000001 /* SDL_mouse.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_mouse.h; path = ../../include/SDL_mouse.h; sourceTree = SOURCE_ROOT; }; | |
723 0C5AF5F501191D2B7F000001 /* SDL_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_mutex.h; path = ../../include/SDL_mutex.h; sourceTree = SOURCE_ROOT; }; | |
724 0C5AF5F601191D2B7F000001 /* SDL_opengl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_opengl.h; path = ../../include/SDL_opengl.h; sourceTree = SOURCE_ROOT; }; | |
725 0C5AF5F701191D2B7F000001 /* SDL_quit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_quit.h; path = ../../include/SDL_quit.h; sourceTree = SOURCE_ROOT; }; | |
726 0C5AF5F801191D2B7F000001 /* SDL_rwops.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_rwops.h; path = ../../include/SDL_rwops.h; sourceTree = SOURCE_ROOT; }; | |
727 0C5AF5F901191D2B7F000001 /* SDL_syswm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_syswm.h; path = ../../include/SDL_syswm.h; sourceTree = SOURCE_ROOT; }; | |
728 0C5AF5FA01191D2B7F000001 /* SDL_thread.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_thread.h; path = ../../include/SDL_thread.h; sourceTree = SOURCE_ROOT; }; | |
729 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_timer.h; path = ../../include/SDL_timer.h; sourceTree = SOURCE_ROOT; }; | |
730 0C5AF5FC01191D2B7F000001 /* SDL_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_types.h; path = ../../include/SDL_types.h; sourceTree = SOURCE_ROOT; }; | |
731 0C5AF5FD01191D2B7F000001 /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_version.h; path = ../../include/SDL_version.h; sourceTree = SOURCE_ROOT; }; | |
732 0C5AF5FE01191D2B7F000001 /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_video.h; path = ../../include/SDL_video.h; sourceTree = SOURCE_ROOT; }; | |
733 0C5AF5FF01191D2B7F000001 /* SDL.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL.h; path = ../../include/SDL.h; sourceTree = SOURCE_ROOT; }; | |
734 B24DA50405A88D52006B9F1C /* SDL_cpuinfo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_cpuinfo.c; sourceTree = "<group>"; }; | |
735 B29A290D04E5B28700A80002 /* SDL_loadso.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_loadso.h; path = ../../include/SDL_loadso.h; sourceTree = "<group>"; }; | |
736 B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_cpuinfo.h; path = ../../include/SDL_cpuinfo.h; sourceTree = SOURCE_ROOT; }; | |
737 B2CF8DC705C4450500E5DC7F /* SDL_name.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_name.h; path = ../../include/SDL_name.h; sourceTree = SOURCE_ROOT; }; | |
738 BECDF5D50761B759005FE872 /* SDL_coreaudio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_coreaudio.c; sourceTree = "<group>"; }; | |
739 BECDF5D60761B759005FE872 /* SDL_coreaudio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDL_coreaudio.h; sourceTree = "<group>"; }; | |
740 BECDF66B0761BA81005FE872 /* Info-Framework.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Framework.plist"; sourceTree = "<group>"; }; | |
741 BECDF66C0761BA81005FE872 /* SDL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | |
742 BECDF6B30761BA81005FE872 /* libSDL.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDL.a; sourceTree = BUILT_PRODUCTS_DIR; }; | |
743 BECDF6BE0761BA81005FE872 /* Standard DMG */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Standard DMG"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
744 BECDF6C30761BA81005FE872 /* Developer Extras Package */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Developer Extras Package"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
745 F51789D101769A2401D3D55B /* SDL_sysjoystick.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = SDL_sysjoystick.c; sourceTree = "<group>"; }; | |
746 F59C70FF00D5CB5801000001 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; }; | |
747 F59C710000D5CB5801000001 /* Welcome.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Welcome.txt; sourceTree = "<group>"; }; | |
748 F59C710300D5CB5801000001 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; }; | |
749 F59C710500D5CB5801000001 /* SDL-devel.info */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "SDL-devel.info"; sourceTree = "<group>"; }; | |
750 F59C710600D5CB5801000001 /* SDL.info */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SDL.info; sourceTree = "<group>"; }; | |
751 F59C710C00D5D15801000001 /* install.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = install.sh; sourceTree = "<group>"; }; | |
752 F5A2EF3900C6A39A01000001 /* BUGS */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = BUGS; path = ../../BUGS; sourceTree = SOURCE_ROOT; }; | |
753 F5A2EF3A00C6A3C201000001 /* README.MacOSX */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = README.MacOSX; path = ../../README.MacOSX; sourceTree = SOURCE_ROOT; }; | |
754 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; }; | |
755 /* End PBXFileReference section */ | |
756 | |
757 /* Begin PBXFrameworksBuildPhase section */ | |
758 BECDF6680761BA81005FE872 /* Frameworks */ = { | |
759 isa = PBXFrameworksBuildPhase; | |
760 buildActionMask = 2147483647; | |
761 files = ( | |
762 007317A20858DECD00B2BC32 /* AudioToolbox.framework in Frameworks */, | |
763 007317A30858DECD00B2BC32 /* AudioUnit.framework in Frameworks */, | |
764 007317A40858DECD00B2BC32 /* Cocoa.framework in Frameworks */, | |
765 007317A50858DECD00B2BC32 /* CoreAudio.framework in Frameworks */, | |
766 007317A60858DECD00B2BC32 /* IOKit.framework in Frameworks */, | |
767 007317A70858DECD00B2BC32 /* OpenGL.framework in Frameworks */, | |
768 00D0D08410675DD9004B05EF /* CoreFoundation.framework in Frameworks */, | |
769 00D0D0D810675E46004B05EF /* Carbon.framework in Frameworks */, | |
770 00CFA89D106B4BA100758660 /* ForceFeedback.framework in Frameworks */, | |
771 ); | |
772 runOnlyForDeploymentPostprocessing = 0; | |
773 }; | |
774 BECDF6B10761BA81005FE872 /* Frameworks */ = { | |
775 isa = PBXFrameworksBuildPhase; | |
776 buildActionMask = 2147483647; | |
777 files = ( | |
778 007317A90858DECD00B2BC32 /* AudioToolbox.framework in Frameworks */, | |
779 007317AA0858DECD00B2BC32 /* AudioUnit.framework in Frameworks */, | |
780 007317AB0858DECD00B2BC32 /* Cocoa.framework in Frameworks */, | |
781 007317AC0858DECD00B2BC32 /* CoreAudio.framework in Frameworks */, | |
782 007317AD0858DECD00B2BC32 /* IOKit.framework in Frameworks */, | |
783 007317AE0858DECD00B2BC32 /* OpenGL.framework in Frameworks */, | |
784 007317C30858E15000B2BC32 /* Carbon.framework in Frameworks */, | |
785 ); | |
786 runOnlyForDeploymentPostprocessing = 0; | |
787 }; | |
788 /* End PBXFrameworksBuildPhase section */ | |
789 | |
790 /* Begin PBXGroup section */ | |
791 00162D4C09BD20DA0037C8D0 /* pthread */ = { | |
792 isa = PBXGroup; | |
793 children = ( | |
794 00162D4D09BD20DA0037C8D0 /* SDL_syscond.c */, | |
795 00162D4E09BD20DA0037C8D0 /* SDL_sysmutex.c */, | |
796 00162D4F09BD20DA0037C8D0 /* SDL_sysmutex_c.h */, | |
797 00162D5009BD20DA0037C8D0 /* SDL_syssem.c */, | |
798 00162D5109BD20DA0037C8D0 /* SDL_systhread.c */, | |
799 00162D5209BD20DA0037C8D0 /* SDL_systhread_c.h */, | |
800 ); | |
801 path = pthread; | |
802 sourceTree = "<group>"; | |
803 }; | |
804 00162D5F09BD21010037C8D0 /* unix */ = { | |
805 isa = PBXGroup; | |
806 children = ( | |
807 00162D6009BD21010037C8D0 /* SDL_systimer.c */, | |
808 ); | |
809 path = unix; | |
810 sourceTree = "<group>"; | |
811 }; | |
812 00162D6309BD214E0037C8D0 /* stdlib */ = { | |
813 isa = PBXGroup; | |
814 children = ( | |
815 00162D6509BD214F0037C8D0 /* SDL_getenv.c */, | |
816 002F328509CA049100EBEB88 /* SDL_iconv.c */, | |
817 00162D6609BD214F0037C8D0 /* SDL_malloc.c */, | |
818 00162D6709BD214F0037C8D0 /* SDL_qsort.c */, | |
819 00162D6809BD214F0037C8D0 /* SDL_stdlib.c */, | |
820 00162D6909BD214F0037C8D0 /* SDL_string.c */, | |
821 ); | |
822 name = stdlib; | |
823 path = ../../src/stdlib; | |
824 sourceTree = SOURCE_ROOT; | |
825 }; | |
826 00162D7509BD217B0037C8D0 /* loadso */ = { | |
827 isa = PBXGroup; | |
828 children = ( | |
829 046B91E80A11B53500FB151C /* dlopen */, | |
830 00D55F250A11163D0030ED2A /* macosx */, | |
831 ); | |
832 name = loadso; | |
833 path = ../../src/loadso; | |
834 sourceTree = SOURCE_ROOT; | |
835 }; | |
836 001798BE10743B9F00F5D044 /* power */ = { | |
837 isa = PBXGroup; | |
838 children = ( | |
839 001798C310743B9F00F5D044 /* macosx */, | |
840 001798C710743B9F00F5D044 /* SDL_power.c */, | |
841 ); | |
842 name = power; | |
843 path = ../../src/power; | |
844 sourceTree = SOURCE_ROOT; | |
845 }; | |
846 001798C310743B9F00F5D044 /* macosx */ = { | |
847 isa = PBXGroup; | |
848 children = ( | |
849 001798C410743B9F00F5D044 /* SDL_syspower.c */, | |
850 ); | |
851 path = macosx; | |
852 sourceTree = "<group>"; | |
853 }; | |
854 002F32D209CA0BE700EBEB88 /* disk */ = { | |
855 isa = PBXGroup; | |
856 children = ( | |
857 002F32D409CA0BE700EBEB88 /* SDL_diskaudio.c */, | |
858 002F32D509CA0BE700EBEB88 /* SDL_diskaudio.h */, | |
859 ); | |
860 path = disk; | |
861 sourceTree = "<group>"; | |
862 }; | |
863 002F32E009CA0BF600EBEB88 /* dummy */ = { | |
864 isa = PBXGroup; | |
865 children = ( | |
866 002F32E209CA0BF600EBEB88 /* SDL_dummyaudio.c */, | |
867 002F32E309CA0BF600EBEB88 /* SDL_dummyaudio.h */, | |
868 ); | |
869 path = dummy; | |
870 sourceTree = "<group>"; | |
871 }; | |
872 00CFA69B106B467B00758660 /* atomic */ = { | |
873 isa = PBXGroup; | |
874 children = ( | |
875 00CFA6A0106B467B00758660 /* macosx */, | |
876 ); | |
877 name = atomic; | |
878 path = ../../src/atomic; | |
879 sourceTree = SOURCE_ROOT; | |
880 }; | |
881 00CFA6A0106B467B00758660 /* macosx */ = { | |
882 isa = PBXGroup; | |
883 children = ( | |
884 00CFA6A1106B467B00758660 /* SDL_atomic.c */, | |
885 ); | |
886 path = macosx; | |
887 sourceTree = "<group>"; | |
888 }; | |
889 00CFA6DF106B48D800758660 /* haptic */ = { | |
890 isa = PBXGroup; | |
891 children = ( | |
892 00CFA6E0106B48D800758660 /* darwin */, | |
893 00CFA6E8106B48D800758660 /* SDL_haptic.c */, | |
894 00CFA6E9106B48D800758660 /* SDL_syshaptic.h */, | |
895 ); | |
896 name = haptic; | |
897 path = ../../src/haptic; | |
898 sourceTree = SOURCE_ROOT; | |
899 }; | |
900 00CFA6E0106B48D800758660 /* darwin */ = { | |
901 isa = PBXGroup; | |
902 children = ( | |
903 00CFA6E1106B48D800758660 /* SDL_syshaptic.c */, | |
904 ); | |
905 path = darwin; | |
906 sourceTree = "<group>"; | |
907 }; | |
908 00CFA703106B498A00758660 /* cocoa */ = { | |
909 isa = PBXGroup; | |
910 children = ( | |
911 00CFA704106B498A00758660 /* SDL_cocoaevents.h */, | |
912 00CFA705106B498A00758660 /* SDL_cocoaevents.m */, | |
913 00CFA706106B498A00758660 /* SDL_cocoakeyboard.h */, | |
914 00CFA707106B498A00758660 /* SDL_cocoakeyboard.m */, | |
915 00CFA708106B498A00758660 /* SDL_cocoamodes.h */, | |
916 00CFA709106B498A00758660 /* SDL_cocoamodes.m */, | |
917 00CFA70A106B498A00758660 /* SDL_cocoamouse.h */, | |
918 00CFA70B106B498A00758660 /* SDL_cocoamouse.m */, | |
919 00CFA70C106B498A00758660 /* SDL_cocoaopengl.h */, | |
920 00CFA70D106B498A00758660 /* SDL_cocoaopengl.m */, | |
921 00CFA70E106B498A00758660 /* SDL_cocoavideo.h */, | |
922 00CFA70F106B498A00758660 /* SDL_cocoavideo.m */, | |
923 00CFA710106B498A00758660 /* SDL_cocoawindow.h */, | |
924 00CFA711106B498A00758660 /* SDL_cocoawindow.m */, | |
925 ); | |
926 path = cocoa; | |
927 sourceTree = "<group>"; | |
928 }; | |
929 00CFA712106B498A00758660 /* dummy */ = { | |
930 isa = PBXGroup; | |
931 children = ( | |
932 00CFA713106B498A00758660 /* SDL_nullevents.c */, | |
933 00CFA714106B498A00758660 /* SDL_nullevents_c.h */, | |
934 00CFA715106B498A00758660 /* SDL_nullrender.c */, | |
935 00CFA716106B498A00758660 /* SDL_nullrender_c.h */, | |
936 00CFA717106B498A00758660 /* SDL_nullvideo.c */, | |
937 00CFA718106B498B00758660 /* SDL_nullvideo.h */, | |
938 ); | |
939 path = dummy; | |
940 sourceTree = "<group>"; | |
941 }; | |
942 00CFA719106B498B00758660 /* x11 */ = { | |
943 isa = PBXGroup; | |
944 children = ( | |
945 00CFA71A106B498B00758660 /* imKStoUCS.c */, | |
946 00CFA71B106B498B00758660 /* imKStoUCS.h */, | |
947 00CFA71C106B498B00758660 /* SDL_x11dyn.c */, | |
948 00CFA71D106B498B00758660 /* SDL_x11dyn.h */, | |
949 00CFA71E106B498B00758660 /* SDL_x11events.c */, | |
950 00CFA71F106B498B00758660 /* SDL_x11events.h */, | |
951 00CFA720106B498B00758660 /* SDL_x11gamma.c */, | |
952 00CFA721106B498B00758660 /* SDL_x11gamma.h */, | |
953 00CFA722106B498B00758660 /* SDL_x11keyboard.c */, | |
954 00CFA723106B498B00758660 /* SDL_x11keyboard.h */, | |
955 00CFA724106B498B00758660 /* SDL_x11modes.c */, | |
956 00CFA725106B498B00758660 /* SDL_x11modes.h */, | |
957 00CFA726106B498B00758660 /* SDL_x11mouse.c */, | |
958 00CFA727106B498B00758660 /* SDL_x11mouse.h */, | |
959 00CFA728106B498B00758660 /* SDL_x11opengl.c */, | |
960 00CFA729106B498B00758660 /* SDL_x11opengl.h */, | |
961 00CFA72A106B498B00758660 /* SDL_x11opengles.c */, | |
962 00CFA72B106B498B00758660 /* SDL_x11opengles.h */, | |
963 00CFA72C106B498B00758660 /* SDL_x11render.c */, | |
964 00CFA72D106B498B00758660 /* SDL_x11render.h */, | |
965 00CFA72E106B498B00758660 /* SDL_x11sym.h */, | |
966 00CFA72F106B498B00758660 /* SDL_x11video.c */, | |
967 00CFA730106B498B00758660 /* SDL_x11video.h */, | |
968 00CFA731106B498B00758660 /* SDL_x11window.c */, | |
969 00CFA732106B498B00758660 /* SDL_x11window.h */, | |
970 ); | |
971 path = x11; | |
972 sourceTree = "<group>"; | |
973 }; | |
974 00CFA733106B498B00758660 /* Xext */ = { | |
975 isa = PBXGroup; | |
976 children = ( | |
977 00CFA734106B498B00758660 /* extensions */, | |
978 00CFA744106B498B00758660 /* README */, | |
979 00CFA745106B498B00758660 /* Xinerama */, | |
980 00CFA747106B498B00758660 /* XME */, | |
981 00CFA749106B498B00758660 /* XmuStdCmap */, | |
982 00CFA752106B498B00758660 /* Xv */, | |
983 00CFA755106B498B00758660 /* Xxf86vm */, | |
984 ); | |
985 path = Xext; | |
986 sourceTree = "<group>"; | |
987 }; | |
988 00CFA734106B498B00758660 /* extensions */ = { | |
989 isa = PBXGroup; | |
990 children = ( | |
991 00CFA735106B498B00758660 /* extutil.h */, | |
992 00CFA736106B498B00758660 /* panoramiXext.h */, | |
993 00CFA737106B498B00758660 /* panoramiXproto.h */, | |
994 00CFA738106B498B00758660 /* StdCmap.h */, | |
995 00CFA739106B498B00758660 /* Xext.h */, | |
996 00CFA73A106B498B00758660 /* xf86dga.h */, | |
997 00CFA73B106B498B00758660 /* xf86dga1.h */, | |
998 00CFA73C106B498B00758660 /* xf86dga1str.h */, | |
999 00CFA73D106B498B00758660 /* xf86dgastr.h */, | |
1000 00CFA73E106B498B00758660 /* xf86vmode.h */, | |
1001 00CFA73F106B498B00758660 /* xf86vmstr.h */, | |
1002 00CFA740106B498B00758660 /* Xinerama.h */, | |
1003 00CFA741106B498B00758660 /* Xv.h */, | |
1004 00CFA742106B498B00758660 /* Xvlib.h */, | |
1005 00CFA743106B498B00758660 /* Xvproto.h */, | |
1006 ); | |
1007 path = extensions; | |
1008 sourceTree = "<group>"; | |
1009 }; | |
1010 00CFA745106B498B00758660 /* Xinerama */ = { | |
1011 isa = PBXGroup; | |
1012 children = ( | |
1013 00CFA746106B498B00758660 /* Xinerama.c */, | |
1014 ); | |
1015 path = Xinerama; | |
1016 sourceTree = "<group>"; | |
1017 }; | |
1018 00CFA747106B498B00758660 /* XME */ = { | |
1019 isa = PBXGroup; | |
1020 children = ( | |
1021 00CFA748106B498B00758660 /* xme.c */, | |
1022 ); | |
1023 path = XME; | |
1024 sourceTree = "<group>"; | |
1025 }; | |
1026 00CFA749106B498B00758660 /* XmuStdCmap */ = { | |
1027 isa = PBXGroup; | |
1028 children = ( | |
1029 00CFA74A106B498B00758660 /* AllCmap.c */, | |
1030 00CFA74B106B498B00758660 /* CmapAlloc.c */, | |
1031 00CFA74C106B498B00758660 /* CrCmap.c */, | |
1032 00CFA74D106B498B00758660 /* DelCmap.c */, | |
1033 00CFA74E106B498B00758660 /* Distinct.c */, | |
1034 00CFA74F106B498B00758660 /* LookupCmap.c */, | |
1035 00CFA750106B498B00758660 /* StdCmap.c */, | |
1036 00CFA751106B498B00758660 /* VisCmap.c */, | |
1037 ); | |
1038 path = XmuStdCmap; | |
1039 sourceTree = "<group>"; | |
1040 }; | |
1041 00CFA752106B498B00758660 /* Xv */ = { | |
1042 isa = PBXGroup; | |
1043 children = ( | |
1044 00CFA753106B498B00758660 /* Xv.c */, | |
1045 00CFA754106B498B00758660 /* Xvlibint.h */, | |
1046 ); | |
1047 path = Xv; | |
1048 sourceTree = "<group>"; | |
1049 }; | |
1050 00CFA755106B498B00758660 /* Xxf86vm */ = { | |
1051 isa = PBXGroup; | |
1052 children = ( | |
1053 00CFA756106B498B00758660 /* XF86VMode.c */, | |
1054 ); | |
1055 path = Xxf86vm; | |
1056 sourceTree = "<group>"; | |
1057 }; | |
1058 00D55F250A11163D0030ED2A /* macosx */ = { | |
1059 isa = PBXGroup; | |
1060 children = ( | |
1061 046B92100A11B8AD00FB151C /* SDL_dlcompat.c */, | |
1062 ); | |
1063 path = macosx; | |
1064 sourceTree = "<group>"; | |
1065 }; | |
1066 0153832C006D78D67F000001 /* audio */ = { | |
1067 isa = PBXGroup; | |
1068 children = ( | |
1069 BECDF5D20761B759005FE872 /* macosx */, | |
1070 002F32D209CA0BE700EBEB88 /* disk */, | |
1071 002F32E009CA0BF600EBEB88 /* dummy */, | |
1072 00CFA6B0106B46E500758660 /* SDL_audio_c.h */, | |
1073 00CFA6B1106B46E500758660 /* SDL_audiodev_c.h */, | |
1074 00CFA6B2106B46E500758660 /* SDL_audiomem.h */, | |
1075 01538330006D78D67F000001 /* SDL_audio.c */, | |
1076 01538331006D78D67F000001 /* SDL_audiocvt.c */, | |
1077 01538332006D78D67F000001 /* SDL_audiodev.c */, | |
1078 00CFA6B3106B46E500758660 /* SDL_audiotypecvt.c */, | |
1079 01538334006D78D67F000001 /* SDL_mixer.c */, | |
1080 00B7E61F097F2D9E00826121 /* SDL_mixer_MMX.c */, | |
1081 00B7E620097F2D9E00826121 /* SDL_mixer_MMX.h */, | |
1082 00CFA6B4106B46E500758660 /* SDL_sysaudio.h */, | |
1083 00CFA6B5106B46E500758660 /* SDL_wave.h */, | |
1084 01538335006D78D67F000001 /* SDL_wave.c */, | |
1085 ); | |
1086 name = audio; | |
1087 path = ../../src/audio; | |
1088 sourceTree = SOURCE_ROOT; | |
1089 }; | |
1090 01538367006D79147F000001 /* events */ = { | |
1091 isa = PBXGroup; | |
1092 children = ( | |
1093 00CFA6C2106B480800758660 /* SDL_events_c.h */, | |
1094 01538369006D79147F000001 /* SDL_events.c */, | |
1095 00CFA6C3106B480800758660 /* SDL_keyboard_c.h */, | |
1096 0153836B006D79147F000001 /* SDL_keyboard.c */, | |
1097 00CFA6C4106B480800758660 /* SDL_mouse_c.h */, | |
1098 0153836C006D79147F000001 /* SDL_mouse.c */, | |
1099 0153836D006D79147F000001 /* SDL_quit.c */, | |
1100 00CFA6C5106B480800758660 /* SDL_sysevents.h */, | |
1101 00CFA6C6106B480800758660 /* SDL_windowevents_c.h */, | |
1102 00CFA6C7106B480800758660 /* SDL_windowevents.c */, | |
1103 ); | |
1104 name = events; | |
1105 path = ../../src/events; | |
1106 sourceTree = SOURCE_ROOT; | |
1107 }; | |
1108 01538376006D79307F000001 /* file */ = { | |
1109 isa = PBXGroup; | |
1110 children = ( | |
1111 01538377006D79307F000001 /* SDL_rwops.c */, | |
1112 ); | |
1113 name = file; | |
1114 path = ../../src/file; | |
1115 sourceTree = SOURCE_ROOT; | |
1116 }; | |
1117 01538379006D79737F000001 /* thread */ = { | |
1118 isa = PBXGroup; | |
1119 children = ( | |
1120 00162D4C09BD20DA0037C8D0 /* pthread */, | |
1121 01538445006D7EC67F000001 /* SDL_thread.c */, | |
1122 ); | |
1123 name = thread; | |
1124 path = ../../src/thread; | |
1125 sourceTree = SOURCE_ROOT; | |
1126 }; | |
1127 01538391006D79BC7F000001 /* timer */ = { | |
1128 isa = PBXGroup; | |
1129 children = ( | |
1130 00162D5F09BD21010037C8D0 /* unix */, | |
1131 015383A0006D79BC7F000001 /* SDL_timer.c */, | |
1132 ); | |
1133 name = timer; | |
1134 path = ../../src/timer; | |
1135 sourceTree = SOURCE_ROOT; | |
1136 }; | |
1137 015383BE006D7A567F000001 /* video */ = { | |
1138 isa = PBXGroup; | |
1139 children = ( | |
1140 00CFA7EA106B49B500758660 /* mmx.h */, | |
1141 00CFA7EB106B49B500758660 /* SDL_alphamult.c */, | |
1142 00CFA7EC106B49B500758660 /* SDL_alphamult.h */, | |
3642
a10ad9826417
Fixed Mac OS X Xcode build
Sam Lantinga <slouken@libsdl.org>
parents:
3339
diff
changeset
|
1143 04DB838A10FD8C81000519B5 /* SDL_blendfillrect.c */, |
3331 | 1144 00CFA7ED106B49B500758660 /* SDL_blendline.c */, |
1145 00CFA7EE106B49B500758660 /* SDL_blendpoint.c */, | |
1146 00CFA7EF106B49B500758660 /* SDL_blendrect.c */, | |
1147 00CFA7F0106B49B500758660 /* SDL_blit_0.c */, | |
1148 00CFA7F1106B49B500758660 /* SDL_blit_1.c */, | |
1149 00CFA7F2106B49B500758660 /* SDL_blit_A.c */, | |
1150 00CFA7F3106B49B600758660 /* SDL_blit_auto.c */, | |
1151 00CFA7F4106B49B600758660 /* SDL_blit_auto.h */, | |
1152 00CFA7F5106B49B600758660 /* SDL_blit_copy.c */, | |
1153 00CFA7F6106B49B600758660 /* SDL_blit_copy.h */, | |
1154 00CFA7F7106B49B600758660 /* SDL_blit_N.c */, | |
1155 00CFA7F8106B49B600758660 /* SDL_blit_slow.c */, | |
1156 00CFA7F9106B49B600758660 /* SDL_blit_slow.h */, | |
1157 00CFA7FA106B49B600758660 /* SDL_blit.c */, | |
1158 00CFA7FB106B49B600758660 /* SDL_blit.h */, | |
1159 00CFA7FC106B49B600758660 /* SDL_bmp.c */, | |
1160 00CFA7FD106B49B600758660 /* SDL_draw.h */, | |
1161 00CFA7FE106B49B600758660 /* SDL_drawline.c */, | |
1162 00CFA7FF106B49B600758660 /* SDL_drawpoint.c */, | |
3642
a10ad9826417
Fixed Mac OS X Xcode build
Sam Lantinga <slouken@libsdl.org>
parents:
3339
diff
changeset
|
1163 04DB838B10FD8C81000519B5 /* SDL_drawrect.c */, |
3331 | 1164 00CFA800106B49B600758660 /* SDL_fillrect.c */, |
1165 00CFA801106B49B600758660 /* SDL_gamma.c */, | |
1166 00CFA802106B49B600758660 /* SDL_glesfuncs.h */, | |
1167 00CFA803106B49B600758660 /* SDL_glfuncs.h */, | |
1168 00CFA804106B49B600758660 /* SDL_leaks.h */, | |
1169 00CFA805106B49B600758660 /* SDL_pixels_c.h */, | |
1170 00CFA806106B49B600758660 /* SDL_pixels.c */, | |
1171 00CFA807106B49B600758660 /* SDL_rect_c.h */, | |
1172 00CFA808106B49B600758660 /* SDL_rect.c */, | |
1173 00CFA809106B49B600758660 /* SDL_renderer_gl.c */, | |
1174 00CFA80A106B49B600758660 /* SDL_renderer_gl.h */, | |
1175 00CFA80B106B49B600758660 /* SDL_renderer_gles.c */, | |
1176 00CFA80C106B49B600758660 /* SDL_renderer_gles.h */, | |
1177 00CFA80D106B49B600758660 /* SDL_renderer_sw.c */, | |
1178 00CFA80E106B49B600758660 /* SDL_renderer_sw.h */, | |
1179 00CFA80F106B49B600758660 /* SDL_RLEaccel_c.h */, | |
1180 00CFA810106B49B600758660 /* SDL_RLEaccel.c */, | |
1181 00CFA811106B49B600758660 /* SDL_stretch.c */, | |
1182 00CFA812106B49B600758660 /* SDL_surface.c */, | |
1183 00CFA813106B49B600758660 /* SDL_sysvideo.h */, | |
1184 00CFA814106B49B600758660 /* SDL_video.c */, | |
1185 00CFA815106B49B600758660 /* SDL_yuv_mmx.c */, | |
1186 00CFA816106B49B600758660 /* SDL_yuv_sw_c.h */, | |
1187 00CFA817106B49B600758660 /* SDL_yuv_sw.c */, | |
1188 00CFA703106B498A00758660 /* cocoa */, | |
1189 00CFA712106B498A00758660 /* dummy */, | |
1190 00CFA719106B498B00758660 /* x11 */, | |
1191 00CFA733106B498B00758660 /* Xext */, | |
1192 ); | |
1193 name = video; | |
1194 path = ../../src/video; | |
1195 sourceTree = SOURCE_ROOT; | |
1196 }; | |
1197 0153844A006D81B07F000001 /* Public Headers */ = { | |
1198 isa = PBXGroup; | |
1199 children = ( | |
3679
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
1200 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */, |
3331 | 1201 0C5AF5E501191D2B7F000001 /* begin_code.h */, |
1202 0C5AF5E601191D2B7F000001 /* close_code.h */, | |
1203 0C5AF5FF01191D2B7F000001 /* SDL.h */, | |
1204 00CFA67A106B44CE00758660 /* SDL_atomic.h */, | |
1205 0C5AF5E801191D2B7F000001 /* SDL_audio.h */, | |
1206 00CFA67B106B44CE00758660 /* SDL_compat.h */, | |
1207 00162D3709BD1FA90037C8D0 /* SDL_config.h */, | |
1208 00162D3409BD1FA90037C8D0 /* SDL_config_macosx.h */, | |
1209 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */, | |
1210 B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */, | |
1211 0C5AF5EC01191D2B7F000001 /* SDL_endian.h */, | |
1212 0C5AF5ED01191D2B7F000001 /* SDL_error.h */, | |
1213 0C5AF5EE01191D2B7F000001 /* SDL_events.h */, | |
1214 00CFA67C106B44CE00758660 /* SDL_haptic.h */, | |
1215 0C5AF5F001191D2B7F000001 /* SDL_joystick.h */, | |
1216 0C5AF5F101191D2B7F000001 /* SDL_keyboard.h */, | |
1217 0C5AF5F201191D2B7F000001 /* SDL_keysym.h */, | |
1218 B29A290D04E5B28700A80002 /* SDL_loadso.h */, | |
1219 0C5AF5F301191D2B7F000001 /* SDL_main.h */, | |
1220 0C5AF5F401191D2B7F000001 /* SDL_mouse.h */, | |
1221 0C5AF5F501191D2B7F000001 /* SDL_mutex.h */, | |
1222 B2CF8DC705C4450500E5DC7F /* SDL_name.h */, | |
1223 0C5AF5F601191D2B7F000001 /* SDL_opengl.h */, | |
1224 00CFA67D106B44CE00758660 /* SDL_pixels.h */, | |
1225 00162D3809BD1FA90037C8D0 /* SDL_platform.h */, | |
1226 00CFA67E106B44CE00758660 /* SDL_power.h */, | |
1227 0C5AF5F701191D2B7F000001 /* SDL_quit.h */, | |
1228 00CFA67F106B44CE00758660 /* SDL_rect.h */, | |
3339 | 1229 00A6EBD91078D569001EEA06 /* SDL_revision.h */, |
3331 | 1230 0C5AF5F801191D2B7F000001 /* SDL_rwops.h */, |
1231 00CFA680106B44CE00758660 /* SDL_scancode.h */, | |
1232 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */, | |
1233 00CFA681106B44CE00758660 /* SDL_surface.h */, | |
1234 0C5AF5F901191D2B7F000001 /* SDL_syswm.h */, | |
1235 0C5AF5FA01191D2B7F000001 /* SDL_thread.h */, | |
1236 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */, | |
1237 0C5AF5FC01191D2B7F000001 /* SDL_types.h */, | |
1238 0C5AF5FD01191D2B7F000001 /* SDL_version.h */, | |
1239 0C5AF5FE01191D2B7F000001 /* SDL_video.h */, | |
1240 ); | |
1241 name = "Public Headers"; | |
1242 sourceTree = "<group>"; | |
1243 }; | |
1244 034768DDFF38A45A11DB9C8B /* Products */ = { | |
1245 isa = PBXGroup; | |
1246 children = ( | |
1247 089C1665FE841158C02AAC07 /* Resources */, | |
1248 BECDF66C0761BA81005FE872 /* SDL.framework */, | |
1249 BECDF6B30761BA81005FE872 /* libSDL.a */, | |
1250 BECDF6BE0761BA81005FE872 /* Standard DMG */, | |
1251 BECDF6C30761BA81005FE872 /* Developer Extras Package */, | |
1252 ); | |
1253 name = Products; | |
1254 sourceTree = "<group>"; | |
1255 }; | |
1256 046B91E80A11B53500FB151C /* dlopen */ = { | |
1257 isa = PBXGroup; | |
1258 children = ( | |
1259 046B91E90A11B53500FB151C /* SDL_sysloadso.c */, | |
1260 ); | |
1261 path = dlopen; | |
1262 sourceTree = "<group>"; | |
1263 }; | |
1264 083E489A006D88D97F000001 /* joystick */ = { | |
1265 isa = PBXGroup; | |
1266 children = ( | |
1267 F51789D001769A2401D3D55B /* darwin */, | |
1268 083E489D006D88D97F000001 /* SDL_joystick.c */, | |
1269 ); | |
1270 name = joystick; | |
1271 path = ../../src/joystick; | |
1272 sourceTree = SOURCE_ROOT; | |
1273 }; | |
1274 0867D691FE84028FC02AAC07 /* SDLFramework */ = { | |
1275 isa = PBXGroup; | |
1276 children = ( | |
1277 F5A2EF3900C6A39A01000001 /* BUGS */, | |
1278 F5A2EF3A00C6A3C201000001 /* README.MacOSX */, | |
1279 F59C70FC00D5CB5801000001 /* pkg-support */, | |
1280 0153844A006D81B07F000001 /* Public Headers */, | |
1281 08FB77ACFE841707C02AAC07 /* Library Source */, | |
1282 034768DDFF38A45A11DB9C8B /* Products */, | |
1283 BECDF66B0761BA81005FE872 /* Info-Framework.plist */, | |
1284 BEC562FE0761C0E800A33029 /* Linked Frameworks */, | |
1285 ); | |
1286 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"; | |
1287 name = SDLFramework; | |
1288 sourceTree = "<group>"; | |
1289 }; | |
1290 089C1665FE841158C02AAC07 /* Resources */ = { | |
1291 isa = PBXGroup; | |
1292 children = ( | |
1293 ); | |
1294 name = Resources; | |
1295 sourceTree = "<group>"; | |
1296 }; | |
1297 08FB77ACFE841707C02AAC07 /* Library Source */ = { | |
1298 isa = PBXGroup; | |
1299 children = ( | |
3679
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
1300 04F2AF651104AC0800D6DDF7 /* SDL_assert.c */, |
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
1301 00CFA6FA106B493800758660 /* SDL_compat.c */, |
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
1302 00CFA6FB106B493800758660 /* SDL_error_c.h */, |
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
1303 01538438006D7D947F000001 /* SDL_error.c */, |
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
1304 00CFA6FC106B493800758660 /* SDL_fatal.h */, |
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
1305 01538439006D7D947F000001 /* SDL_fatal.c */, |
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
1306 0153843C006D7D947F000001 /* SDL.c */, |
3331 | 1307 00CFA69B106B467B00758660 /* atomic */, |
1308 0153832C006D78D67F000001 /* audio */, | |
1309 B24DA50105A88D52006B9F1C /* cpuinfo */, | |
1310 01538367006D79147F000001 /* events */, | |
1311 01538376006D79307F000001 /* file */, | |
1312 00CFA6DF106B48D800758660 /* haptic */, | |
1313 083E489A006D88D97F000001 /* joystick */, | |
1314 00162D7509BD217B0037C8D0 /* loadso */, | |
1315 001798BE10743B9F00F5D044 /* power */, | |
1316 00162D6309BD214E0037C8D0 /* stdlib */, | |
1317 01538379006D79737F000001 /* thread */, | |
1318 01538391006D79BC7F000001 /* timer */, | |
1319 015383BE006D7A567F000001 /* video */, | |
1320 ); | |
1321 name = "Library Source"; | |
1322 sourceTree = "<group>"; | |
1323 }; | |
1324 B24DA50105A88D52006B9F1C /* cpuinfo */ = { | |
1325 isa = PBXGroup; | |
1326 children = ( | |
1327 B24DA50405A88D52006B9F1C /* SDL_cpuinfo.c */, | |
1328 ); | |
1329 name = cpuinfo; | |
1330 path = ../../src/cpuinfo; | |
1331 sourceTree = "<group>"; | |
1332 }; | |
1333 BEC562FE0761C0E800A33029 /* Linked Frameworks */ = { | |
1334 isa = PBXGroup; | |
1335 children = ( | |
1336 00D0D08310675DD9004B05EF /* CoreFoundation.framework */, | |
1337 007317C10858E15000B2BC32 /* Carbon.framework */, | |
1338 0073179B0858DECD00B2BC32 /* AudioToolbox.framework */, | |
1339 0073179C0858DECD00B2BC32 /* AudioUnit.framework */, | |
1340 0073179D0858DECD00B2BC32 /* Cocoa.framework */, | |
1341 0073179E0858DECD00B2BC32 /* CoreAudio.framework */, | |
1342 0073179F0858DECD00B2BC32 /* IOKit.framework */, | |
1343 007317A00858DECD00B2BC32 /* OpenGL.framework */, | |
1344 00CFA89C106B4BA100758660 /* ForceFeedback.framework */, | |
1345 ); | |
1346 name = "Linked Frameworks"; | |
1347 sourceTree = "<group>"; | |
1348 }; | |
1349 BECDF5D20761B759005FE872 /* macosx */ = { | |
1350 isa = PBXGroup; | |
1351 children = ( | |
1352 BECDF5D50761B759005FE872 /* SDL_coreaudio.c */, | |
1353 BECDF5D60761B759005FE872 /* SDL_coreaudio.h */, | |
1354 ); | |
1355 name = macosx; | |
1356 path = ../../src/audio/macosx; | |
1357 sourceTree = SOURCE_ROOT; | |
1358 }; | |
1359 F51789D001769A2401D3D55B /* darwin */ = { | |
1360 isa = PBXGroup; | |
1361 children = ( | |
1362 F51789D101769A2401D3D55B /* SDL_sysjoystick.c */, | |
1363 ); | |
1364 name = darwin; | |
1365 path = ../../src/joystick/darwin; | |
1366 sourceTree = SOURCE_ROOT; | |
1367 }; | |
1368 F59C70FC00D5CB5801000001 /* pkg-support */ = { | |
1369 isa = PBXGroup; | |
1370 children = ( | |
1371 F59C70FE00D5CB5801000001 /* devel-resources */, | |
1372 F59C710100D5CB5801000001 /* resources */, | |
1373 F5F81AD400D706B101000001 /* Readme SDL Developer.txt */, | |
1374 F59C710500D5CB5801000001 /* SDL-devel.info */, | |
1375 F59C710600D5CB5801000001 /* SDL.info */, | |
1376 ); | |
1377 path = "pkg-support"; | |
1378 sourceTree = SOURCE_ROOT; | |
1379 }; | |
1380 F59C70FE00D5CB5801000001 /* devel-resources */ = { | |
1381 isa = PBXGroup; | |
1382 children = ( | |
1383 F59C710C00D5D15801000001 /* install.sh */, | |
1384 F59C70FF00D5CB5801000001 /* ReadMe.txt */, | |
1385 F59C710000D5CB5801000001 /* Welcome.txt */, | |
1386 ); | |
1387 path = "devel-resources"; | |
1388 sourceTree = "<group>"; | |
1389 }; | |
1390 F59C710100D5CB5801000001 /* resources */ = { | |
1391 isa = PBXGroup; | |
1392 children = ( | |
1393 00794D3F09D0C461003FC8A1 /* License.rtf */, | |
1394 00F5D79E0990CA0D0051C449 /* UniversalBinaryNotes.rtf */, | |
1395 00AE6E1E08B958CC00255E2F /* ReadMeDevLite.txt */, | |
1396 F59C710300D5CB5801000001 /* ReadMe.txt */, | |
1397 ); | |
1398 path = resources; | |
1399 sourceTree = "<group>"; | |
1400 }; | |
1401 /* End PBXGroup section */ | |
1402 | |
1403 /* Begin PBXHeadersBuildPhase section */ | |
1404 BECDF5FF0761BA81005FE872 /* Headers */ = { | |
1405 isa = PBXHeadersBuildPhase; | |
1406 buildActionMask = 2147483647; | |
1407 files = ( | |
1408 00162DA609BD222F0037C8D0 /* SDL_config_macosx.h in Headers */, | |
1409 00162DA909BD222F0037C8D0 /* SDL_config.h in Headers */, | |
1410 00162DAA09BD222F0037C8D0 /* SDL_platform.h in Headers */, | |
1411 00162DAB09BD222F0037C8D0 /* SDL_stdinc.h in Headers */, | |
1412 00162DAC09BD222F0037C8D0 /* begin_code.h in Headers */, | |
1413 00162DAD09BD222F0037C8D0 /* close_code.h in Headers */, | |
1414 00162DAF09BD222F0037C8D0 /* SDL_audio.h in Headers */, | |
1415 00162DB209BD222F0037C8D0 /* SDL_copying.h in Headers */, | |
1416 00162DB309BD222F0037C8D0 /* SDL_cpuinfo.h in Headers */, | |
1417 00162DB409BD222F0037C8D0 /* SDL_endian.h in Headers */, | |
1418 00162DB509BD222F0037C8D0 /* SDL_error.h in Headers */, | |
1419 00162DB609BD222F0037C8D0 /* SDL_events.h in Headers */, | |
1420 00162DB809BD222F0037C8D0 /* SDL_joystick.h in Headers */, | |
1421 00162DB909BD222F0037C8D0 /* SDL_keyboard.h in Headers */, | |
1422 00162DBA09BD222F0037C8D0 /* SDL_keysym.h in Headers */, | |
1423 00162DBB09BD222F0037C8D0 /* SDL_loadso.h in Headers */, | |
1424 00162DBC09BD222F0037C8D0 /* SDL_main.h in Headers */, | |
1425 00162DBD09BD222F0037C8D0 /* SDL_mouse.h in Headers */, | |
1426 00162DBE09BD222F0037C8D0 /* SDL_mutex.h in Headers */, | |
1427 00162DBF09BD222F0037C8D0 /* SDL_name.h in Headers */, | |
1428 00162DC009BD222F0037C8D0 /* SDL_opengl.h in Headers */, | |
1429 00162DC109BD222F0037C8D0 /* SDL_quit.h in Headers */, | |
1430 00162DC209BD222F0037C8D0 /* SDL_rwops.h in Headers */, | |
1431 00162DC309BD222F0037C8D0 /* SDL_syswm.h in Headers */, | |
1432 00162DC409BD222F0037C8D0 /* SDL_thread.h in Headers */, | |
1433 00162DC509BD222F0037C8D0 /* SDL_timer.h in Headers */, | |
1434 00162DC609BD222F0037C8D0 /* SDL_types.h in Headers */, | |
1435 00162DC709BD222F0037C8D0 /* SDL_version.h in Headers */, | |
1436 00162DC809BD222F0037C8D0 /* SDL_video.h in Headers */, | |
1437 00162DC909BD222F0037C8D0 /* SDL.h in Headers */, | |
1438 00CFA682106B44CE00758660 /* SDL_atomic.h in Headers */, | |
1439 00CFA683106B44CE00758660 /* SDL_compat.h in Headers */, | |
1440 00CFA684106B44CE00758660 /* SDL_haptic.h in Headers */, | |
1441 00CFA685106B44CE00758660 /* SDL_pixels.h in Headers */, | |
1442 00CFA686106B44CE00758660 /* SDL_power.h in Headers */, | |
1443 00CFA687106B44CE00758660 /* SDL_rect.h in Headers */, | |
1444 00CFA688106B44CE00758660 /* SDL_scancode.h in Headers */, | |
1445 00CFA689106B44CE00758660 /* SDL_surface.h in Headers */, | |
1446 00CFA6B6106B46E500758660 /* SDL_audio_c.h in Headers */, | |
1447 00CFA6B7106B46E500758660 /* SDL_audiodev_c.h in Headers */, | |
1448 00CFA6B8106B46E500758660 /* SDL_audiomem.h in Headers */, | |
1449 00CFA6BA106B46E500758660 /* SDL_sysaudio.h in Headers */, | |
1450 00CFA6BB106B46E500758660 /* SDL_wave.h in Headers */, | |
1451 00CFA6C8106B480800758660 /* SDL_events_c.h in Headers */, | |
1452 00CFA6C9106B480800758660 /* SDL_keyboard_c.h in Headers */, | |
1453 00CFA6CA106B480800758660 /* SDL_mouse_c.h in Headers */, | |
1454 00CFA6CB106B480800758660 /* SDL_sysevents.h in Headers */, | |
1455 00CFA6CC106B480800758660 /* SDL_windowevents_c.h in Headers */, | |
1456 00CFA6F1106B48D800758660 /* SDL_syshaptic.h in Headers */, | |
1457 00CFA6FE106B493800758660 /* SDL_error_c.h in Headers */, | |
1458 00CFA6FF106B493800758660 /* SDL_fatal.h in Headers */, | |
1459 00CFA757106B498B00758660 /* SDL_cocoaevents.h in Headers */, | |
1460 00CFA759106B498B00758660 /* SDL_cocoakeyboard.h in Headers */, | |
1461 00CFA75B106B498B00758660 /* SDL_cocoamodes.h in Headers */, | |
1462 00CFA75D106B498B00758660 /* SDL_cocoamouse.h in Headers */, | |
1463 00CFA75F106B498B00758660 /* SDL_cocoaopengl.h in Headers */, | |
1464 00CFA761106B498B00758660 /* SDL_cocoavideo.h in Headers */, | |
1465 00CFA763106B498B00758660 /* SDL_cocoawindow.h in Headers */, | |
1466 00CFA766106B498B00758660 /* SDL_nullevents_c.h in Headers */, | |
1467 00CFA768106B498B00758660 /* SDL_nullrender_c.h in Headers */, | |
1468 00CFA76A106B498B00758660 /* SDL_nullvideo.h in Headers */, | |
1469 00CFA76C106B498B00758660 /* imKStoUCS.h in Headers */, | |
1470 00CFA76E106B498B00758660 /* SDL_x11dyn.h in Headers */, | |
1471 00CFA770106B498B00758660 /* SDL_x11events.h in Headers */, | |
1472 00CFA772106B498B00758660 /* SDL_x11gamma.h in Headers */, | |
1473 00CFA774106B498B00758660 /* SDL_x11keyboard.h in Headers */, | |
1474 00CFA776106B498B00758660 /* SDL_x11modes.h in Headers */, | |
1475 00CFA778106B498B00758660 /* SDL_x11mouse.h in Headers */, | |
1476 00CFA77A106B498B00758660 /* SDL_x11opengl.h in Headers */, | |
1477 00CFA77C106B498B00758660 /* SDL_x11opengles.h in Headers */, | |
1478 00CFA77E106B498B00758660 /* SDL_x11render.h in Headers */, | |
1479 00CFA77F106B498B00758660 /* SDL_x11sym.h in Headers */, | |
1480 00CFA781106B498B00758660 /* SDL_x11video.h in Headers */, | |
1481 00CFA783106B498B00758660 /* SDL_x11window.h in Headers */, | |
1482 00CFA784106B498B00758660 /* extutil.h in Headers */, | |
1483 00CFA785106B498B00758660 /* panoramiXext.h in Headers */, | |
1484 00CFA786106B498B00758660 /* panoramiXproto.h in Headers */, | |
1485 00CFA787106B498B00758660 /* StdCmap.h in Headers */, | |
1486 00CFA788106B498B00758660 /* Xext.h in Headers */, | |
1487 00CFA789106B498B00758660 /* xf86dga.h in Headers */, | |
1488 00CFA78A106B498B00758660 /* xf86dga1.h in Headers */, | |
1489 00CFA78B106B498B00758660 /* xf86dga1str.h in Headers */, | |
1490 00CFA78C106B498B00758660 /* xf86dgastr.h in Headers */, | |
1491 00CFA78D106B498B00758660 /* xf86vmode.h in Headers */, | |
1492 00CFA78E106B498B00758660 /* xf86vmstr.h in Headers */, | |
1493 00CFA78F106B498B00758660 /* Xinerama.h in Headers */, | |
1494 00CFA790106B498B00758660 /* Xv.h in Headers */, | |
1495 00CFA791106B498B00758660 /* Xvlib.h in Headers */, | |
1496 00CFA792106B498B00758660 /* Xvproto.h in Headers */, | |
1497 00CFA79F106B498B00758660 /* Xvlibint.h in Headers */, | |
1498 00CFA818106B49B600758660 /* mmx.h in Headers */, | |
1499 00CFA81A106B49B600758660 /* SDL_alphamult.h in Headers */, | |
1500 00CFA822106B49B600758660 /* SDL_blit_auto.h in Headers */, | |
1501 00CFA824106B49B600758660 /* SDL_blit_copy.h in Headers */, | |
1502 00CFA827106B49B600758660 /* SDL_blit_slow.h in Headers */, | |
1503 00CFA829106B49B600758660 /* SDL_blit.h in Headers */, | |
1504 00CFA82B106B49B600758660 /* SDL_draw.h in Headers */, | |
1505 00CFA830106B49B600758660 /* SDL_glesfuncs.h in Headers */, | |
1506 00CFA831106B49B600758660 /* SDL_glfuncs.h in Headers */, | |
1507 00CFA832106B49B600758660 /* SDL_leaks.h in Headers */, | |
1508 00CFA833106B49B600758660 /* SDL_pixels_c.h in Headers */, | |
1509 00CFA835106B49B600758660 /* SDL_rect_c.h in Headers */, | |
1510 00CFA838106B49B600758660 /* SDL_renderer_gl.h in Headers */, | |
1511 00CFA83A106B49B600758660 /* SDL_renderer_gles.h in Headers */, | |
1512 00CFA83C106B49B600758660 /* SDL_renderer_sw.h in Headers */, | |
1513 00CFA83D106B49B600758660 /* SDL_RLEaccel_c.h in Headers */, | |
1514 00CFA841106B49B600758660 /* SDL_sysvideo.h in Headers */, | |
1515 00CFA844106B49B600758660 /* SDL_yuv_sw_c.h in Headers */, | |
3339 | 1516 00A6EBDA1078D569001EEA06 /* SDL_revision.h in Headers */, |
3679
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
1517 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */, |
3331 | 1518 ); |
1519 runOnlyForDeploymentPostprocessing = 0; | |
1520 }; | |
1521 BECDF66E0761BA81005FE872 /* Headers */ = { | |
1522 isa = PBXHeadersBuildPhase; | |
1523 buildActionMask = 2147483647; | |
1524 files = ( | |
1525 BECDF6760761BA81005FE872 /* SDL_cpuinfo.h in Headers */, | |
1526 BECDF6770761BA81005FE872 /* SDL_name.h in Headers */, | |
1527 BECDF6780761BA81005FE872 /* SDL_coreaudio.h in Headers */, | |
1528 00162D4609BD1FA90037C8D0 /* SDL_config_macosx.h in Headers */, | |
1529 00162D4909BD1FA90037C8D0 /* SDL_config.h in Headers */, | |
1530 00162D4A09BD1FA90037C8D0 /* SDL_platform.h in Headers */, | |
1531 00162D4B09BD1FA90037C8D0 /* SDL_stdinc.h in Headers */, | |
1532 00162D5B09BD20DA0037C8D0 /* SDL_sysmutex_c.h in Headers */, | |
1533 00162D5E09BD20DA0037C8D0 /* SDL_systhread_c.h in Headers */, | |
1534 00162E6B09BD27370037C8D0 /* SDL_mixer_MMX.h in Headers */, | |
1535 002F32DA09CA0BE700EBEB88 /* SDL_diskaudio.h in Headers */, | |
1536 002F32E809CA0BF600EBEB88 /* SDL_dummyaudio.h in Headers */, | |
1537 00CFA68A106B44CE00758660 /* SDL_atomic.h in Headers */, | |
1538 00CFA68B106B44CE00758660 /* SDL_compat.h in Headers */, | |
1539 00CFA68C106B44CE00758660 /* SDL_haptic.h in Headers */, | |
1540 00CFA68D106B44CE00758660 /* SDL_pixels.h in Headers */, | |
1541 00CFA68E106B44CE00758660 /* SDL_power.h in Headers */, | |
1542 00CFA68F106B44CE00758660 /* SDL_rect.h in Headers */, | |
1543 00CFA690106B44CE00758660 /* SDL_scancode.h in Headers */, | |
1544 00CFA691106B44CE00758660 /* SDL_surface.h in Headers */, | |
1545 00CFA6BC106B46E500758660 /* SDL_audio_c.h in Headers */, | |
1546 00CFA6BD106B46E500758660 /* SDL_audiodev_c.h in Headers */, | |
1547 00CFA6BE106B46E500758660 /* SDL_audiomem.h in Headers */, | |
1548 00CFA6C0106B46E500758660 /* SDL_sysaudio.h in Headers */, | |
1549 00CFA6C1106B46E500758660 /* SDL_wave.h in Headers */, | |
1550 00CFA6CE106B480800758660 /* SDL_events_c.h in Headers */, | |
1551 00CFA6CF106B480800758660 /* SDL_keyboard_c.h in Headers */, | |
1552 00CFA6D0106B480800758660 /* SDL_mouse_c.h in Headers */, | |
1553 00CFA6D1106B480800758660 /* SDL_sysevents.h in Headers */, | |
1554 00CFA6D2106B480800758660 /* SDL_windowevents_c.h in Headers */, | |
1555 00CFA6F8106B48D800758660 /* SDL_syshaptic.h in Headers */, | |
1556 00CFA701106B493800758660 /* SDL_error_c.h in Headers */, | |
1557 00CFA702106B493800758660 /* SDL_fatal.h in Headers */, | |
1558 00CFA7A1106B498B00758660 /* SDL_cocoaevents.h in Headers */, | |
1559 00CFA7A3106B498B00758660 /* SDL_cocoakeyboard.h in Headers */, | |
1560 00CFA7A5106B498B00758660 /* SDL_cocoamodes.h in Headers */, | |
1561 00CFA7A7106B498B00758660 /* SDL_cocoamouse.h in Headers */, | |
1562 00CFA7A9106B498B00758660 /* SDL_cocoaopengl.h in Headers */, | |
1563 00CFA7AB106B498B00758660 /* SDL_cocoavideo.h in Headers */, | |
1564 00CFA7AD106B498B00758660 /* SDL_cocoawindow.h in Headers */, | |
1565 00CFA7B0106B498B00758660 /* SDL_nullevents_c.h in Headers */, | |
1566 00CFA7B2106B498B00758660 /* SDL_nullrender_c.h in Headers */, | |
1567 00CFA7B4106B498B00758660 /* SDL_nullvideo.h in Headers */, | |
1568 00CFA7B6106B498B00758660 /* imKStoUCS.h in Headers */, | |
1569 00CFA7B8106B498B00758660 /* SDL_x11dyn.h in Headers */, | |
1570 00CFA7BA106B498B00758660 /* SDL_x11events.h in Headers */, | |
1571 00CFA7BC106B498B00758660 /* SDL_x11gamma.h in Headers */, | |
1572 00CFA7BE106B498B00758660 /* SDL_x11keyboard.h in Headers */, | |
1573 00CFA7C0106B498B00758660 /* SDL_x11modes.h in Headers */, | |
1574 00CFA7C2106B498B00758660 /* SDL_x11mouse.h in Headers */, | |
1575 00CFA7C4106B498B00758660 /* SDL_x11opengl.h in Headers */, | |
1576 00CFA7C6106B498B00758660 /* SDL_x11opengles.h in Headers */, | |
1577 00CFA7C8106B498B00758660 /* SDL_x11render.h in Headers */, | |
1578 00CFA7C9106B498B00758660 /* SDL_x11sym.h in Headers */, | |
1579 00CFA7CB106B498B00758660 /* SDL_x11video.h in Headers */, | |
1580 00CFA7CD106B498B00758660 /* SDL_x11window.h in Headers */, | |
1581 00CFA7CE106B498B00758660 /* extutil.h in Headers */, | |
1582 00CFA7CF106B498B00758660 /* panoramiXext.h in Headers */, | |
1583 00CFA7D0106B498B00758660 /* panoramiXproto.h in Headers */, | |
1584 00CFA7D1106B498B00758660 /* StdCmap.h in Headers */, | |
1585 00CFA7D2106B498B00758660 /* Xext.h in Headers */, | |
1586 00CFA7D3106B498B00758660 /* xf86dga.h in Headers */, | |
1587 00CFA7D4106B498B00758660 /* xf86dga1.h in Headers */, | |
1588 00CFA7D5106B498B00758660 /* xf86dga1str.h in Headers */, | |
1589 00CFA7D6106B498B00758660 /* xf86dgastr.h in Headers */, | |
1590 00CFA7D7106B498B00758660 /* xf86vmode.h in Headers */, | |
1591 00CFA7D8106B498B00758660 /* xf86vmstr.h in Headers */, | |
1592 00CFA7D9106B498B00758660 /* Xinerama.h in Headers */, | |
1593 00CFA7DA106B498B00758660 /* Xv.h in Headers */, | |
1594 00CFA7DB106B498B00758660 /* Xvlib.h in Headers */, | |
1595 00CFA7DC106B498B00758660 /* Xvproto.h in Headers */, | |
1596 00CFA7E8106B498B00758660 /* Xvlibint.h in Headers */, | |
1597 00CFA846106B49B600758660 /* mmx.h in Headers */, | |
1598 00CFA848106B49B600758660 /* SDL_alphamult.h in Headers */, | |
1599 00CFA850106B49B600758660 /* SDL_blit_auto.h in Headers */, | |
1600 00CFA852106B49B600758660 /* SDL_blit_copy.h in Headers */, | |
1601 00CFA855106B49B600758660 /* SDL_blit_slow.h in Headers */, | |
1602 00CFA857106B49B600758660 /* SDL_blit.h in Headers */, | |
1603 00CFA859106B49B600758660 /* SDL_draw.h in Headers */, | |
1604 00CFA85E106B49B600758660 /* SDL_glesfuncs.h in Headers */, | |
1605 00CFA85F106B49B600758660 /* SDL_glfuncs.h in Headers */, | |
1606 00CFA860106B49B600758660 /* SDL_leaks.h in Headers */, | |
1607 00CFA861106B49B600758660 /* SDL_pixels_c.h in Headers */, | |
1608 00CFA863106B49B600758660 /* SDL_rect_c.h in Headers */, | |
1609 00CFA866106B49B600758660 /* SDL_renderer_gl.h in Headers */, | |
1610 00CFA868106B49B600758660 /* SDL_renderer_gles.h in Headers */, | |
1611 00CFA86A106B49B600758660 /* SDL_renderer_sw.h in Headers */, | |
1612 00CFA86B106B49B600758660 /* SDL_RLEaccel_c.h in Headers */, | |
1613 00CFA86F106B49B600758660 /* SDL_sysvideo.h in Headers */, | |
1614 00CFA872106B49B600758660 /* SDL_yuv_sw_c.h in Headers */, | |
3339 | 1615 00A6EBDB1078D569001EEA06 /* SDL_revision.h in Headers */, |
3679
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
1616 04F2AF6A1104AC4500D6DDF7 /* SDL_assert.h in Headers */, |
3331 | 1617 ); |
1618 runOnlyForDeploymentPostprocessing = 0; | |
1619 }; | |
1620 /* End PBXHeadersBuildPhase section */ | |
1621 | |
1622 /* Begin PBXNativeTarget section */ | |
1623 BECDF5FE0761BA81005FE872 /* Framework */ = { | |
1624 isa = PBXNativeTarget; | |
1625 buildConfigurationList = 0073177A0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Framework" */; | |
1626 buildPhases = ( | |
1627 BECDF5FF0761BA81005FE872 /* Headers */, | |
1628 BECDF62A0761BA81005FE872 /* Resources */, | |
1629 BECDF62C0761BA81005FE872 /* Sources */, | |
1630 BECDF6680761BA81005FE872 /* Frameworks */, | |
1631 ); | |
1632 buildRules = ( | |
1633 ); | |
1634 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"; | |
1635 dependencies = ( | |
1636 002D2AA9106C196E00BF972E /* PBXTargetDependency */, | |
1637 ); | |
1638 name = Framework; | |
1639 productInstallPath = "@executable_path/../Frameworks"; | |
1640 productName = SDL; | |
1641 productReference = BECDF66C0761BA81005FE872 /* SDL.framework */; | |
1642 productType = "com.apple.product-type.framework"; | |
1643 }; | |
1644 BECDF66D0761BA81005FE872 /* Static Library */ = { | |
1645 isa = PBXNativeTarget; | |
1646 buildConfigurationList = 0073177E0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Static Library" */; | |
1647 buildPhases = ( | |
1648 BECDF66E0761BA81005FE872 /* Headers */, | |
1649 BECDF6790761BA81005FE872 /* Sources */, | |
1650 BECDF6B10761BA81005FE872 /* Frameworks */, | |
1651 BECDF6B20761BA81005FE872 /* Rez */, | |
1652 ); | |
1653 buildRules = ( | |
1654 ); | |
1655 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."; | |
1656 dependencies = ( | |
1657 002D2AAC106C19B200BF972E /* PBXTargetDependency */, | |
1658 ); | |
1659 name = "Static Library"; | |
1660 productInstallPath = /usr/local/lib; | |
1661 productName = "Static Library"; | |
1662 productReference = BECDF6B30761BA81005FE872 /* libSDL.a */; | |
1663 productType = "com.apple.product-type.library.static"; | |
1664 }; | |
1665 BECDF6BB0761BA81005FE872 /* Standard DMG */ = { | |
1666 isa = PBXNativeTarget; | |
1667 buildConfigurationList = 007317860858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Standard DMG" */; | |
1668 buildPhases = ( | |
1669 BECDF6BD0761BA81005FE872 /* ShellScript */, | |
1670 ); | |
1671 buildRules = ( | |
1672 ); | |
1673 dependencies = ( | |
1674 BECDF6C60761BA81005FE872 /* PBXTargetDependency */, | |
1675 ); | |
1676 name = "Standard DMG"; | |
1677 productInstallPath = /usr/local/bin; | |
1678 productName = "Standard Package"; | |
1679 productReference = BECDF6BE0761BA81005FE872 /* Standard DMG */; | |
1680 productType = "com.apple.product-type.tool"; | |
1681 }; | |
1682 BECDF6C00761BA81005FE872 /* Developer Extras Package */ = { | |
1683 isa = PBXNativeTarget; | |
1684 buildConfigurationList = 0073178A0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Developer Extras Package" */; | |
1685 buildPhases = ( | |
1686 BECDF6C20761BA81005FE872 /* ShellScript */, | |
1687 ); | |
1688 buildRules = ( | |
1689 ); | |
1690 dependencies = ( | |
1691 008310461072EA9000A531F1 /* PBXTargetDependency */, | |
1692 ); | |
1693 name = "Developer Extras Package"; | |
1694 productInstallPath = /usr/local/bin; | |
1695 productName = "Devel Package"; | |
1696 productReference = BECDF6C30761BA81005FE872 /* Developer Extras Package */; | |
1697 productType = "com.apple.product-type.tool"; | |
1698 }; | |
1699 /* End PBXNativeTarget section */ | |
1700 | |
1701 /* Begin PBXProject section */ | |
1702 0867D690FE84028FC02AAC07 /* Project object */ = { | |
1703 isa = PBXProject; | |
1704 buildConfigurationList = 0073178E0858DB0500B2BC32 /* Build configuration list for PBXProject "SDL" */; | |
1705 compatibilityVersion = "Xcode 3.0"; | |
1706 hasScannedForEncodings = 1; | |
1707 mainGroup = 0867D691FE84028FC02AAC07 /* SDLFramework */; | |
1708 productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */; | |
1709 projectDirPath = ""; | |
1710 projectRoot = ""; | |
1711 targets = ( | |
1712 BECDF5FE0761BA81005FE872 /* Framework */, | |
1713 BECDF66D0761BA81005FE872 /* Static Library */, | |
1714 BECDF6BB0761BA81005FE872 /* Standard DMG */, | |
1715 BECDF6C00761BA81005FE872 /* Developer Extras Package */, | |
3339 | 1716 002D2A9E106C18E700BF972E /* Generate Header Files */, |
3331 | 1717 0083103F1072EA5700A531F1 /* Generate Doxygen DocSet */, |
1718 ); | |
1719 }; | |
1720 /* End PBXProject section */ | |
1721 | |
1722 /* Begin PBXResourcesBuildPhase section */ | |
1723 BECDF62A0761BA81005FE872 /* Resources */ = { | |
1724 isa = PBXResourcesBuildPhase; | |
1725 buildActionMask = 2147483647; | |
1726 files = ( | |
1727 ); | |
1728 runOnlyForDeploymentPostprocessing = 0; | |
1729 }; | |
1730 /* End PBXResourcesBuildPhase section */ | |
1731 | |
1732 /* Begin PBXRezBuildPhase section */ | |
1733 BECDF6B20761BA81005FE872 /* Rez */ = { | |
1734 isa = PBXRezBuildPhase; | |
1735 buildActionMask = 2147483647; | |
1736 files = ( | |
1737 ); | |
1738 runOnlyForDeploymentPostprocessing = 0; | |
1739 }; | |
1740 /* End PBXRezBuildPhase section */ | |
1741 | |
1742 /* Begin PBXShellScriptBuildPhase section */ | |
1743 002D2AA5106C190C00BF972E /* Run Script to Create SDL_config.h */ = { | |
1744 isa = PBXShellScriptBuildPhase; | |
1745 buildActionMask = 2147483647; | |
1746 files = ( | |
1747 ); | |
1748 inputPaths = ( | |
1749 "$(SRCROOT)/../../include/SDL_config.h.default", | |
1750 ); | |
1751 name = "Run Script to Create SDL_config.h"; | |
1752 outputPaths = ( | |
1753 "$(SRCROOT)/../../include/SDL_config.h", | |
1754 ); | |
1755 runOnlyForDeploymentPostprocessing = 0; | |
1756 shellPath = /bin/sh; | |
1757 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"; | |
1758 }; | |
1759 002D2AA7106C194100BF972E /* Run Script to Create SDL_revision.h */ = { | |
1760 isa = PBXShellScriptBuildPhase; | |
1761 buildActionMask = 2147483647; | |
1762 files = ( | |
1763 ); | |
1764 inputPaths = ( | |
1765 "$(SRCROOT)/../../build-scripts/showrev.sh", | |
1766 "$(SRCROOT)/../../build-scripts/updaterev.sh", | |
1767 ); | |
1768 name = "Run Script to Create SDL_revision.h"; | |
1769 outputPaths = ( | |
1770 "$(SRCROOT)/../../include/SDL_revision.h", | |
1771 ); | |
1772 runOnlyForDeploymentPostprocessing = 0; | |
1773 shellPath = /bin/sh; | |
1774 shellScript = "sh ../../build-scripts/updaterev.sh"; | |
1775 }; | |
1776 0083103E1072EA5700A531F1 /* ShellScript */ = { | |
1777 isa = PBXShellScriptBuildPhase; | |
1778 buildActionMask = 2147483647; | |
1779 files = ( | |
1780 ); | |
1781 inputPaths = ( | |
1782 ); | |
1783 outputPaths = ( | |
1784 ); | |
1785 runOnlyForDeploymentPostprocessing = 0; | |
1786 shellPath = /bin/sh; | |
1787 shellScript = "# DOXYGEN_EXE is defined in the Enclosing Target's Build Tab\n# DOXYGEN_EXE=/Applications/Doxygen.app/Contents/Resources/doxygen\n#echo DOXYGEN_EXE dir is $DOXYGEN_EXE\n\nDOC_DIR=$SRCROOT/../XcodeDocSet\n#echo Doc dir is $DOC_DIR\ncd $DOC_DIR\n$DOXYGEN_EXE $DOC_DIR/Doxyfile\ncd html\nmake\nif [ -d $SRCROOT/../XcodeDocSet/org.libsdl.sdl.docset ] ; then\n\t# remove previous docset\n\trm -rf $SRCROOT/../XcodeDocSet/org.libsdl.sdl.docset\nfi\nmv org.libsdl.sdl.docset ..\ncd ..\nrm -rf html\nexit 0"; | |
1788 }; | |
1789 BECDF6BD0761BA81005FE872 /* ShellScript */ = { | |
1790 isa = PBXShellScriptBuildPhase; | |
1791 buildActionMask = 12; | |
1792 files = ( | |
1793 ); | |
1794 runOnlyForDeploymentPostprocessing = 0; | |
1795 shellPath = /bin/sh; | |
1796 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 \"{}\" \\;\nfind -d build/dmg-tmp -type d -name .svn -exec rm -rf \"{}\" \\;\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)"; | |
1797 }; | |
1798 BECDF6C20761BA81005FE872 /* ShellScript */ = { | |
1799 isa = PBXShellScriptBuildPhase; | |
1800 buildActionMask = 2147483647; | |
1801 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)"; | |
1802 files = ( | |
1803 ); | |
1804 runOnlyForDeploymentPostprocessing = 0; | |
1805 shellPath = /bin/sh; | |
1806 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\nmkdir -p build/devel-extras-tmp/Documentation/docs/XcodeDocSet\nmkdir -p build/devel-extras-tmp/XcodeTemplates\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 Doxyfile for DocSet\ncp $SRCROOT/../XcodeDocSet/Doxyfile build/devel-extras-tmp/Documentation/docs/XcodeDocSet\n\n# Copy DocSet (if it exists)\nif [ -d $SRCROOT/../XcodeDocSet/org.libsdl.sdl.docset ] ; then\n#\techo Found docset directory\n\tmv $SRCROOT/../XcodeDocSet/org.libsdl.sdl.docset build/devel-extras-tmp/Documentation/docs/XcodeDocSet/\nelse\n\techo Warning: Could not find DocSet and will be omitted from package\nfi\n\n# copy the Xcode Project user templates\ncp -r \"../TemplatesForXcodeTiger\" build/devel-extras-tmp/XcodeTemplates\ncp -r \"../TemplatesForXcodeLeopard\" build/devel-extras-tmp/XcodeTemplates\ncp -r \"../TemplatesForXcodeSnowLeopard\" build/devel-extras-tmp/XcodeTemplates\n\ncp \"pkg-support/Readme SDL Developer.txt\" build/devel-extras-tmp\n\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 \"{}\" \\;\nfind -d build/devel-extras-tmp -type d -name .svn -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"; | |
1807 }; | |
1808 /* End PBXShellScriptBuildPhase section */ | |
1809 | |
1810 /* Begin PBXSourcesBuildPhase section */ | |
1811 BECDF62C0761BA81005FE872 /* Sources */ = { | |
1812 isa = PBXSourcesBuildPhase; | |
1813 buildActionMask = 2147483647; | |
1814 files = ( | |
1815 BECDF62E0761BA81005FE872 /* SDL_audio.c in Sources */, | |
1816 BECDF62F0761BA81005FE872 /* SDL_audiocvt.c in Sources */, | |
1817 BECDF6300761BA81005FE872 /* SDL_audiodev.c in Sources */, | |
1818 BECDF6320761BA81005FE872 /* SDL_mixer.c in Sources */, | |
1819 BECDF6330761BA81005FE872 /* SDL_wave.c in Sources */, | |
1820 BECDF6360761BA81005FE872 /* SDL_events.c in Sources */, | |
1821 BECDF6380761BA81005FE872 /* SDL_keyboard.c in Sources */, | |
1822 BECDF6390761BA81005FE872 /* SDL_mouse.c in Sources */, | |
1823 BECDF63A0761BA81005FE872 /* SDL_quit.c in Sources */, | |
1824 BECDF63C0761BA81005FE872 /* SDL_rwops.c in Sources */, | |
1825 BECDF63E0761BA81005FE872 /* SDL_timer.c in Sources */, | |
1826 BECDF64D0761BA81005FE872 /* SDL_error.c in Sources */, | |
1827 BECDF64E0761BA81005FE872 /* SDL_fatal.c in Sources */, | |
1828 BECDF6500761BA81005FE872 /* SDL.c in Sources */, | |
1829 BECDF6510761BA81005FE872 /* SDL_thread.c in Sources */, | |
1830 BECDF6530761BA81005FE872 /* SDL_joystick.c in Sources */, | |
1831 BECDF6590761BA81005FE872 /* SDL_sysjoystick.c in Sources */, | |
1832 BECDF6610761BA81005FE872 /* SDL_cpuinfo.c in Sources */, | |
1833 BECDF6670761BA81005FE872 /* SDL_coreaudio.c in Sources */, | |
1834 00162D5309BD20DA0037C8D0 /* SDL_syscond.c in Sources */, | |
1835 00162D5409BD20DA0037C8D0 /* SDL_sysmutex.c in Sources */, | |
1836 00162D5609BD20DA0037C8D0 /* SDL_syssem.c in Sources */, | |
1837 00162D5709BD20DA0037C8D0 /* SDL_systhread.c in Sources */, | |
1838 00162D6109BD21010037C8D0 /* SDL_systimer.c in Sources */, | |
1839 00162D6B09BD214F0037C8D0 /* SDL_getenv.c in Sources */, | |
1840 00162D6C09BD214F0037C8D0 /* SDL_malloc.c in Sources */, | |
1841 00162D6D09BD214F0037C8D0 /* SDL_qsort.c in Sources */, | |
1842 00162D6E09BD214F0037C8D0 /* SDL_stdlib.c in Sources */, | |
1843 00162D6F09BD214F0037C8D0 /* SDL_string.c in Sources */, | |
1844 00162E6809BD27300037C8D0 /* SDL_mixer_MMX.c in Sources */, | |
1845 002F328609CA049100EBEB88 /* SDL_iconv.c in Sources */, | |
1846 002F32D709CA0BE700EBEB88 /* SDL_diskaudio.c in Sources */, | |
1847 002F32E509CA0BF600EBEB88 /* SDL_dummyaudio.c in Sources */, | |
1848 046B91EC0A11B53500FB151C /* SDL_sysloadso.c in Sources */, | |
1849 046B92130A11B8AD00FB151C /* SDL_dlcompat.c in Sources */, | |
1850 00CFA6A8106B467B00758660 /* SDL_atomic.c in Sources */, | |
1851 00CFA6B9106B46E500758660 /* SDL_audiotypecvt.c in Sources */, | |
1852 00CFA6CD106B480800758660 /* SDL_windowevents.c in Sources */, | |
1853 00CFA6EC106B48D800758660 /* SDL_syshaptic.c in Sources */, | |
1854 00CFA6F0106B48D800758660 /* SDL_haptic.c in Sources */, | |
1855 00CFA6FD106B493800758660 /* SDL_compat.c in Sources */, | |
1856 00CFA758106B498B00758660 /* SDL_cocoaevents.m in Sources */, | |
1857 00CFA75A106B498B00758660 /* SDL_cocoakeyboard.m in Sources */, | |
1858 00CFA75C106B498B00758660 /* SDL_cocoamodes.m in Sources */, | |
1859 00CFA75E106B498B00758660 /* SDL_cocoamouse.m in Sources */, | |
1860 00CFA760106B498B00758660 /* SDL_cocoaopengl.m in Sources */, | |
1861 00CFA762106B498B00758660 /* SDL_cocoavideo.m in Sources */, | |
1862 00CFA764106B498B00758660 /* SDL_cocoawindow.m in Sources */, | |
1863 00CFA765106B498B00758660 /* SDL_nullevents.c in Sources */, | |
1864 00CFA767106B498B00758660 /* SDL_nullrender.c in Sources */, | |
1865 00CFA769106B498B00758660 /* SDL_nullvideo.c in Sources */, | |
1866 00CFA76B106B498B00758660 /* imKStoUCS.c in Sources */, | |
1867 00CFA76D106B498B00758660 /* SDL_x11dyn.c in Sources */, | |
1868 00CFA76F106B498B00758660 /* SDL_x11events.c in Sources */, | |
1869 00CFA771106B498B00758660 /* SDL_x11gamma.c in Sources */, | |
1870 00CFA773106B498B00758660 /* SDL_x11keyboard.c in Sources */, | |
1871 00CFA775106B498B00758660 /* SDL_x11modes.c in Sources */, | |
1872 00CFA777106B498B00758660 /* SDL_x11mouse.c in Sources */, | |
1873 00CFA779106B498B00758660 /* SDL_x11opengl.c in Sources */, | |
1874 00CFA77B106B498B00758660 /* SDL_x11opengles.c in Sources */, | |
1875 00CFA77D106B498B00758660 /* SDL_x11render.c in Sources */, | |
1876 00CFA780106B498B00758660 /* SDL_x11video.c in Sources */, | |
1877 00CFA782106B498B00758660 /* SDL_x11window.c in Sources */, | |
1878 00CFA794106B498B00758660 /* Xinerama.c in Sources */, | |
1879 00CFA795106B498B00758660 /* xme.c in Sources */, | |
1880 00CFA796106B498B00758660 /* AllCmap.c in Sources */, | |
1881 00CFA797106B498B00758660 /* CmapAlloc.c in Sources */, | |
1882 00CFA798106B498B00758660 /* CrCmap.c in Sources */, | |
1883 00CFA799106B498B00758660 /* DelCmap.c in Sources */, | |
1884 00CFA79A106B498B00758660 /* Distinct.c in Sources */, | |
1885 00CFA79B106B498B00758660 /* LookupCmap.c in Sources */, | |
1886 00CFA79C106B498B00758660 /* StdCmap.c in Sources */, | |
1887 00CFA79D106B498B00758660 /* VisCmap.c in Sources */, | |
1888 00CFA79E106B498B00758660 /* Xv.c in Sources */, | |
1889 00CFA7A0106B498B00758660 /* XF86VMode.c in Sources */, | |
1890 00CFA819106B49B600758660 /* SDL_alphamult.c in Sources */, | |
1891 00CFA81B106B49B600758660 /* SDL_blendline.c in Sources */, | |
1892 00CFA81C106B49B600758660 /* SDL_blendpoint.c in Sources */, | |
1893 00CFA81D106B49B600758660 /* SDL_blendrect.c in Sources */, | |
1894 00CFA81E106B49B600758660 /* SDL_blit_0.c in Sources */, | |
1895 00CFA81F106B49B600758660 /* SDL_blit_1.c in Sources */, | |
1896 00CFA820106B49B600758660 /* SDL_blit_A.c in Sources */, | |
1897 00CFA821106B49B600758660 /* SDL_blit_auto.c in Sources */, | |
1898 00CFA823106B49B600758660 /* SDL_blit_copy.c in Sources */, | |
1899 00CFA825106B49B600758660 /* SDL_blit_N.c in Sources */, | |
1900 00CFA826106B49B600758660 /* SDL_blit_slow.c in Sources */, | |
1901 00CFA828106B49B600758660 /* SDL_blit.c in Sources */, | |
1902 00CFA82A106B49B600758660 /* SDL_bmp.c in Sources */, | |
1903 00CFA82C106B49B600758660 /* SDL_drawline.c in Sources */, | |
1904 00CFA82D106B49B600758660 /* SDL_drawpoint.c in Sources */, | |
1905 00CFA82E106B49B600758660 /* SDL_fillrect.c in Sources */, | |
1906 00CFA82F106B49B600758660 /* SDL_gamma.c in Sources */, | |
1907 00CFA834106B49B600758660 /* SDL_pixels.c in Sources */, | |
1908 00CFA836106B49B600758660 /* SDL_rect.c in Sources */, | |
1909 00CFA837106B49B600758660 /* SDL_renderer_gl.c in Sources */, | |
1910 00CFA839106B49B600758660 /* SDL_renderer_gles.c in Sources */, | |
1911 00CFA83B106B49B600758660 /* SDL_renderer_sw.c in Sources */, | |
1912 00CFA83E106B49B600758660 /* SDL_RLEaccel.c in Sources */, | |
1913 00CFA83F106B49B600758660 /* SDL_stretch.c in Sources */, | |
1914 00CFA840106B49B600758660 /* SDL_surface.c in Sources */, | |
1915 00CFA842106B49B600758660 /* SDL_video.c in Sources */, | |
1916 00CFA843106B49B600758660 /* SDL_yuv_mmx.c in Sources */, | |
1917 00CFA845106B49B600758660 /* SDL_yuv_sw.c in Sources */, | |
1918 001798D210743B9F00F5D044 /* SDL_syspower.c in Sources */, | |
1919 001798D410743B9F00F5D044 /* SDL_power.c in Sources */, | |
3642
a10ad9826417
Fixed Mac OS X Xcode build
Sam Lantinga <slouken@libsdl.org>
parents:
3339
diff
changeset
|
1920 04DB838C10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */, |
a10ad9826417
Fixed Mac OS X Xcode build
Sam Lantinga <slouken@libsdl.org>
parents:
3339
diff
changeset
|
1921 04DB838D10FD8C81000519B5 /* SDL_drawrect.c in Sources */, |
3679
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
1922 04F2AF661104AC0800D6DDF7 /* SDL_assert.c in Sources */, |
3331 | 1923 ); |
1924 runOnlyForDeploymentPostprocessing = 0; | |
1925 }; | |
1926 BECDF6790761BA81005FE872 /* Sources */ = { | |
1927 isa = PBXSourcesBuildPhase; | |
1928 buildActionMask = 2147483647; | |
1929 files = ( | |
1930 BECDF67A0761BA81005FE872 /* SDL_audio.c in Sources */, | |
1931 BECDF67B0761BA81005FE872 /* SDL_audiocvt.c in Sources */, | |
1932 BECDF67D0761BA81005FE872 /* SDL_audiodev.c in Sources */, | |
1933 BECDF67E0761BA81005FE872 /* SDL_mixer.c in Sources */, | |
1934 BECDF67F0761BA81005FE872 /* SDL_wave.c in Sources */, | |
1935 BECDF6840761BA81005FE872 /* SDL_events.c in Sources */, | |
1936 BECDF6860761BA81005FE872 /* SDL_keyboard.c in Sources */, | |
1937 BECDF6870761BA81005FE872 /* SDL_mouse.c in Sources */, | |
1938 BECDF6880761BA81005FE872 /* SDL_quit.c in Sources */, | |
1939 BECDF68A0761BA81005FE872 /* SDL_rwops.c in Sources */, | |
1940 BECDF68B0761BA81005FE872 /* SDL_joystick.c in Sources */, | |
1941 BECDF68C0761BA81005FE872 /* SDL_thread.c in Sources */, | |
1942 BECDF6920761BA81005FE872 /* SDL_timer.c in Sources */, | |
1943 BECDF6A20761BA81005FE872 /* SDL_error.c in Sources */, | |
1944 BECDF6A30761BA81005FE872 /* SDL_fatal.c in Sources */, | |
1945 BECDF6A50761BA81005FE872 /* SDL.c in Sources */, | |
1946 BECDF6A60761BA81005FE872 /* SDL_sysjoystick.c in Sources */, | |
1947 BECDF6AF0761BA81005FE872 /* SDL_cpuinfo.c in Sources */, | |
1948 BECDF6B00761BA81005FE872 /* SDL_coreaudio.c in Sources */, | |
1949 00162D5909BD20DA0037C8D0 /* SDL_syscond.c in Sources */, | |
1950 00162D5A09BD20DA0037C8D0 /* SDL_sysmutex.c in Sources */, | |
1951 00162D5C09BD20DA0037C8D0 /* SDL_syssem.c in Sources */, | |
1952 00162D5D09BD20DA0037C8D0 /* SDL_systhread.c in Sources */, | |
1953 00162D6209BD21010037C8D0 /* SDL_systimer.c in Sources */, | |
1954 00162D7009BD214F0037C8D0 /* SDL_getenv.c in Sources */, | |
1955 00162D7109BD214F0037C8D0 /* SDL_malloc.c in Sources */, | |
1956 00162D7209BD214F0037C8D0 /* SDL_qsort.c in Sources */, | |
1957 00162D7309BD214F0037C8D0 /* SDL_stdlib.c in Sources */, | |
1958 00162D7409BD214F0037C8D0 /* SDL_string.c in Sources */, | |
1959 00162E6A09BD27360037C8D0 /* SDL_mixer_MMX.c in Sources */, | |
1960 002F328709CA049100EBEB88 /* SDL_iconv.c in Sources */, | |
1961 002F32D909CA0BE700EBEB88 /* SDL_diskaudio.c in Sources */, | |
1962 002F32E709CA0BF600EBEB88 /* SDL_dummyaudio.c in Sources */, | |
1963 046B91ED0A11B53500FB151C /* SDL_sysloadso.c in Sources */, | |
1964 046B92140A11B8AD00FB151C /* SDL_dlcompat.c in Sources */, | |
1965 00CFA6AD106B467B00758660 /* SDL_atomic.c in Sources */, | |
1966 00CFA6BF106B46E500758660 /* SDL_audiotypecvt.c in Sources */, | |
1967 00CFA6D3106B480800758660 /* SDL_windowevents.c in Sources */, | |
1968 00CFA6F3106B48D800758660 /* SDL_syshaptic.c in Sources */, | |
1969 00CFA6F7106B48D800758660 /* SDL_haptic.c in Sources */, | |
1970 00CFA700106B493800758660 /* SDL_compat.c in Sources */, | |
1971 00CFA7A2106B498B00758660 /* SDL_cocoaevents.m in Sources */, | |
1972 00CFA7A4106B498B00758660 /* SDL_cocoakeyboard.m in Sources */, | |
1973 00CFA7A6106B498B00758660 /* SDL_cocoamodes.m in Sources */, | |
1974 00CFA7A8106B498B00758660 /* SDL_cocoamouse.m in Sources */, | |
1975 00CFA7AA106B498B00758660 /* SDL_cocoaopengl.m in Sources */, | |
1976 00CFA7AC106B498B00758660 /* SDL_cocoavideo.m in Sources */, | |
1977 00CFA7AE106B498B00758660 /* SDL_cocoawindow.m in Sources */, | |
1978 00CFA7AF106B498B00758660 /* SDL_nullevents.c in Sources */, | |
1979 00CFA7B1106B498B00758660 /* SDL_nullrender.c in Sources */, | |
1980 00CFA7B3106B498B00758660 /* SDL_nullvideo.c in Sources */, | |
1981 00CFA7B5106B498B00758660 /* imKStoUCS.c in Sources */, | |
1982 00CFA7B7106B498B00758660 /* SDL_x11dyn.c in Sources */, | |
1983 00CFA7B9106B498B00758660 /* SDL_x11events.c in Sources */, | |
1984 00CFA7BB106B498B00758660 /* SDL_x11gamma.c in Sources */, | |
1985 00CFA7BD106B498B00758660 /* SDL_x11keyboard.c in Sources */, | |
1986 00CFA7BF106B498B00758660 /* SDL_x11modes.c in Sources */, | |
1987 00CFA7C1106B498B00758660 /* SDL_x11mouse.c in Sources */, | |
1988 00CFA7C3106B498B00758660 /* SDL_x11opengl.c in Sources */, | |
1989 00CFA7C5106B498B00758660 /* SDL_x11opengles.c in Sources */, | |
1990 00CFA7C7106B498B00758660 /* SDL_x11render.c in Sources */, | |
1991 00CFA7CA106B498B00758660 /* SDL_x11video.c in Sources */, | |
1992 00CFA7CC106B498B00758660 /* SDL_x11window.c in Sources */, | |
1993 00CFA7DD106B498B00758660 /* Xinerama.c in Sources */, | |
1994 00CFA7DE106B498B00758660 /* xme.c in Sources */, | |
1995 00CFA7DF106B498B00758660 /* AllCmap.c in Sources */, | |
1996 00CFA7E0106B498B00758660 /* CmapAlloc.c in Sources */, | |
1997 00CFA7E1106B498B00758660 /* CrCmap.c in Sources */, | |
1998 00CFA7E2106B498B00758660 /* DelCmap.c in Sources */, | |
1999 00CFA7E3106B498B00758660 /* Distinct.c in Sources */, | |
2000 00CFA7E4106B498B00758660 /* LookupCmap.c in Sources */, | |
2001 00CFA7E5106B498B00758660 /* StdCmap.c in Sources */, | |
2002 00CFA7E6106B498B00758660 /* VisCmap.c in Sources */, | |
2003 00CFA7E7106B498B00758660 /* Xv.c in Sources */, | |
2004 00CFA7E9106B498B00758660 /* XF86VMode.c in Sources */, | |
2005 00CFA847106B49B600758660 /* SDL_alphamult.c in Sources */, | |
2006 00CFA849106B49B600758660 /* SDL_blendline.c in Sources */, | |
2007 00CFA84A106B49B600758660 /* SDL_blendpoint.c in Sources */, | |
2008 00CFA84B106B49B600758660 /* SDL_blendrect.c in Sources */, | |
2009 00CFA84C106B49B600758660 /* SDL_blit_0.c in Sources */, | |
2010 00CFA84D106B49B600758660 /* SDL_blit_1.c in Sources */, | |
2011 00CFA84E106B49B600758660 /* SDL_blit_A.c in Sources */, | |
2012 00CFA84F106B49B600758660 /* SDL_blit_auto.c in Sources */, | |
2013 00CFA851106B49B600758660 /* SDL_blit_copy.c in Sources */, | |
2014 00CFA853106B49B600758660 /* SDL_blit_N.c in Sources */, | |
2015 00CFA854106B49B600758660 /* SDL_blit_slow.c in Sources */, | |
2016 00CFA856106B49B600758660 /* SDL_blit.c in Sources */, | |
2017 00CFA858106B49B600758660 /* SDL_bmp.c in Sources */, | |
2018 00CFA85A106B49B600758660 /* SDL_drawline.c in Sources */, | |
2019 00CFA85B106B49B600758660 /* SDL_drawpoint.c in Sources */, | |
2020 00CFA85C106B49B600758660 /* SDL_fillrect.c in Sources */, | |
2021 00CFA85D106B49B600758660 /* SDL_gamma.c in Sources */, | |
2022 00CFA862106B49B600758660 /* SDL_pixels.c in Sources */, | |
2023 00CFA864106B49B600758660 /* SDL_rect.c in Sources */, | |
2024 00CFA865106B49B600758660 /* SDL_renderer_gl.c in Sources */, | |
2025 00CFA867106B49B600758660 /* SDL_renderer_gles.c in Sources */, | |
2026 00CFA869106B49B600758660 /* SDL_renderer_sw.c in Sources */, | |
2027 00CFA86C106B49B600758660 /* SDL_RLEaccel.c in Sources */, | |
2028 00CFA86D106B49B600758660 /* SDL_stretch.c in Sources */, | |
2029 00CFA86E106B49B600758660 /* SDL_surface.c in Sources */, | |
2030 00CFA870106B49B600758660 /* SDL_video.c in Sources */, | |
2031 00CFA871106B49B600758660 /* SDL_yuv_mmx.c in Sources */, | |
2032 00CFA873106B49B600758660 /* SDL_yuv_sw.c in Sources */, | |
2033 001798CC10743B9F00F5D044 /* SDL_syspower.c in Sources */, | |
2034 001798CE10743B9F00F5D044 /* SDL_power.c in Sources */, | |
3642
a10ad9826417
Fixed Mac OS X Xcode build
Sam Lantinga <slouken@libsdl.org>
parents:
3339
diff
changeset
|
2035 04DB838E10FD8C81000519B5 /* SDL_blendfillrect.c in Sources */, |
a10ad9826417
Fixed Mac OS X Xcode build
Sam Lantinga <slouken@libsdl.org>
parents:
3339
diff
changeset
|
2036 04DB838F10FD8C81000519B5 /* SDL_drawrect.c in Sources */, |
3679
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
2037 04F2AF671104AC0800D6DDF7 /* SDL_assert.c in Sources */, |
3331 | 2038 ); |
2039 runOnlyForDeploymentPostprocessing = 0; | |
2040 }; | |
2041 /* End PBXSourcesBuildPhase section */ | |
2042 | |
2043 /* Begin PBXTargetDependency section */ | |
2044 002D2AA9106C196E00BF972E /* PBXTargetDependency */ = { | |
2045 isa = PBXTargetDependency; | |
2046 target = 002D2A9E106C18E700BF972E /* Generate Header Files */; | |
2047 targetProxy = 002D2AA8106C196E00BF972E /* PBXContainerItemProxy */; | |
2048 }; | |
2049 002D2AAC106C19B200BF972E /* PBXTargetDependency */ = { | |
2050 isa = PBXTargetDependency; | |
2051 target = 002D2A9E106C18E700BF972E /* Generate Header Files */; | |
2052 targetProxy = 002D2AAB106C19B200BF972E /* PBXContainerItemProxy */; | |
2053 }; | |
2054 008310461072EA9000A531F1 /* PBXTargetDependency */ = { | |
2055 isa = PBXTargetDependency; | |
2056 target = 0083103F1072EA5700A531F1 /* Generate Doxygen DocSet */; | |
2057 targetProxy = 008310451072EA9000A531F1 /* PBXContainerItemProxy */; | |
2058 }; | |
2059 BECDF6C60761BA81005FE872 /* PBXTargetDependency */ = { | |
2060 isa = PBXTargetDependency; | |
2061 target = BECDF5FE0761BA81005FE872 /* Framework */; | |
2062 targetProxy = BECDF6C50761BA81005FE872 /* PBXContainerItemProxy */; | |
2063 }; | |
2064 /* End PBXTargetDependency section */ | |
2065 | |
2066 /* Begin XCBuildConfiguration section */ | |
2067 002D2A9F106C18E700BF972E /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2068 isa = XCBuildConfiguration; | |
2069 buildSettings = { | |
2070 PRODUCT_NAME = "Generate Header Files"; | |
2071 }; | |
2072 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2073 }; | |
2074 002D2AA0106C18E700BF972E /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2075 isa = XCBuildConfiguration; | |
2076 buildSettings = { | |
2077 PRODUCT_NAME = "Generate Header Files"; | |
2078 }; | |
2079 name = Development_using_10.4SDK_and_10.6SDK; | |
2080 }; | |
2081 002D2AA1106C18E700BF972E /* Development_native_only */ = { | |
2082 isa = XCBuildConfiguration; | |
2083 buildSettings = { | |
2084 PRODUCT_NAME = "Generate Header Files"; | |
2085 }; | |
2086 name = Development_native_only; | |
2087 }; | |
2088 002D2AA2106C18E700BF972E /* Deployment_native_only */ = { | |
2089 isa = XCBuildConfiguration; | |
2090 buildSettings = { | |
2091 PRODUCT_NAME = "Generate Header Files"; | |
2092 }; | |
2093 name = Deployment_native_only; | |
2094 }; | |
2095 002D2AA3106C18E700BF972E /* Default */ = { | |
2096 isa = XCBuildConfiguration; | |
2097 buildSettings = { | |
2098 PRODUCT_NAME = "Generate Header Files"; | |
2099 }; | |
2100 name = Default; | |
2101 }; | |
2102 0073177B0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2103 isa = XCBuildConfiguration; | |
2104 buildSettings = { | |
2105 DYLIB_COMPATIBILITY_VERSION = 1.3; | |
2106 DYLIB_CURRENT_VERSION = 1.3.0; | |
2107 FRAMEWORK_VERSION = 1.3; | |
2108 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2109 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2110 "SDL_VIDEO_DRIVER_DGA=1", | |
2111 "SDL_VIDEO_DRIVER_X11=1", | |
2112 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2113 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2114 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2115 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2116 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2117 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2118 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2119 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2120 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2121 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2122 ); | |
2123 GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |
2124 HEADER_SEARCH_PATHS = /usr/X11R6/include; | |
2125 INFOPLIST_FILE = "Info-Framework.plist"; | |
2126 INSTALL_PATH = "@executable_path/../Frameworks"; | |
2127 PRODUCT_NAME = SDL; | |
2128 WRAPPER_EXTENSION = framework; | |
2129 }; | |
2130 name = Development_using_10.4SDK_and_10.6SDK; | |
2131 }; | |
2132 0073177C0858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2133 isa = XCBuildConfiguration; | |
2134 buildSettings = { | |
2135 DYLIB_COMPATIBILITY_VERSION = 1.3; | |
2136 DYLIB_CURRENT_VERSION = 1.3.0; | |
2137 FRAMEWORK_VERSION = 1.3; | |
2138 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2139 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2140 "SDL_VIDEO_DRIVER_DGA=1", | |
2141 "SDL_VIDEO_DRIVER_X11=1", | |
2142 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2143 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2144 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2145 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2146 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2147 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2148 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2149 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2150 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2151 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2152 ); | |
2153 GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |
2154 HEADER_SEARCH_PATHS = /usr/X11R6/include; | |
2155 INFOPLIST_FILE = "Info-Framework.plist"; | |
2156 INSTALL_PATH = "@executable_path/../Frameworks"; | |
2157 PRODUCT_NAME = SDL; | |
2158 WRAPPER_EXTENSION = framework; | |
2159 }; | |
2160 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2161 }; | |
2162 0073177D0858DB0500B2BC32 /* Default */ = { | |
2163 isa = XCBuildConfiguration; | |
2164 buildSettings = { | |
2165 DYLIB_COMPATIBILITY_VERSION = 1.3; | |
2166 DYLIB_CURRENT_VERSION = 1.3.0; | |
2167 FRAMEWORK_VERSION = 1.3; | |
2168 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2169 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2170 "SDL_VIDEO_DRIVER_DGA=1", | |
2171 "SDL_VIDEO_DRIVER_X11=1", | |
2172 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2173 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2174 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2175 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2176 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2177 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2178 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2179 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2180 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2181 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2182 ); | |
2183 GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |
2184 HEADER_SEARCH_PATHS = /usr/X11R6/include; | |
2185 INFOPLIST_FILE = "Info-Framework.plist"; | |
2186 INSTALL_PATH = "@executable_path/../Frameworks"; | |
2187 PRODUCT_NAME = SDL; | |
2188 WRAPPER_EXTENSION = framework; | |
2189 }; | |
2190 name = Default; | |
2191 }; | |
2192 0073177F0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2193 isa = XCBuildConfiguration; | |
2194 buildSettings = { | |
2195 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2196 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2197 "SDL_VIDEO_DRIVER_DGA=1", | |
2198 "SDL_VIDEO_DRIVER_X11=1", | |
2199 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2200 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2201 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2202 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2203 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2204 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2205 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2206 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2207 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2208 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2209 ); | |
3339 | 2210 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
3331 | 2211 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
2212 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; | |
2213 PRODUCT_NAME = SDL; | |
2214 }; | |
2215 name = Development_using_10.4SDK_and_10.6SDK; | |
2216 }; | |
2217 007317800858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2218 isa = XCBuildConfiguration; | |
2219 buildSettings = { | |
2220 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2221 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2222 "SDL_VIDEO_DRIVER_DGA=1", | |
2223 "SDL_VIDEO_DRIVER_X11=1", | |
2224 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2225 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2226 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2227 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2228 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2229 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2230 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2231 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2232 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2233 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2234 ); | |
3339 | 2235 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
3331 | 2236 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
2237 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; | |
2238 PRODUCT_NAME = SDL; | |
2239 }; | |
2240 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2241 }; | |
2242 007317810858DB0500B2BC32 /* Default */ = { | |
2243 isa = XCBuildConfiguration; | |
2244 buildSettings = { | |
2245 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2246 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2247 "SDL_VIDEO_DRIVER_DGA=1", | |
2248 "SDL_VIDEO_DRIVER_X11=1", | |
2249 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2250 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2251 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2252 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2253 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2254 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2255 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2256 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2257 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2258 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2259 ); | |
3339 | 2260 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
3331 | 2261 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
2262 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; | |
2263 PRODUCT_NAME = SDL; | |
2264 }; | |
2265 name = Default; | |
2266 }; | |
2267 007317870858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2268 isa = XCBuildConfiguration; | |
2269 buildSettings = { | |
2270 PRODUCT_NAME = "Standard DMG"; | |
2271 }; | |
2272 name = Development_using_10.4SDK_and_10.6SDK; | |
2273 }; | |
2274 007317880858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2275 isa = XCBuildConfiguration; | |
2276 buildSettings = { | |
2277 PRODUCT_NAME = "Standard DMG"; | |
2278 }; | |
2279 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2280 }; | |
2281 007317890858DB0500B2BC32 /* Default */ = { | |
2282 isa = XCBuildConfiguration; | |
2283 buildSettings = { | |
2284 PRODUCT_NAME = "Standard DMG"; | |
2285 }; | |
2286 name = Default; | |
2287 }; | |
2288 0073178B0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2289 isa = XCBuildConfiguration; | |
2290 buildSettings = { | |
2291 PRODUCT_NAME = "Developer Extras Package"; | |
2292 }; | |
2293 name = Development_using_10.4SDK_and_10.6SDK; | |
2294 }; | |
2295 0073178C0858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2296 isa = XCBuildConfiguration; | |
2297 buildSettings = { | |
2298 PRODUCT_NAME = "Developer Extras Package"; | |
2299 }; | |
2300 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2301 }; | |
2302 0073178D0858DB0500B2BC32 /* Default */ = { | |
2303 isa = XCBuildConfiguration; | |
2304 buildSettings = { | |
2305 PRODUCT_NAME = "Developer Extras Package"; | |
2306 }; | |
2307 name = Default; | |
2308 }; | |
2309 0073178F0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2310 isa = XCBuildConfiguration; | |
2311 buildSettings = { | |
2312 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; | |
2313 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; | |
2314 GCC_ALTIVEC_EXTENSIONS = YES; | |
2315 GCC_AUTO_VECTORIZATION = YES; | |
2316 GCC_ENABLE_CPP_EXCEPTIONS = NO; | |
2317 GCC_ENABLE_CPP_RTTI = NO; | |
2318 GCC_ENABLE_SSE3_EXTENSIONS = YES; | |
2319 GCC_OPTIMIZATION_LEVEL = 0; | |
2320 GCC_VERSION = 4.0; | |
2321 "GCC_VERSION[arch=x86_64]" = 4.2; | |
2322 MACOSX_DEPLOYMENT_TARGET = 10.4; | |
2323 "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6; | |
2324 PREBINDING = NO; | |
2325 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; | |
2326 "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; | |
2327 WARNING_CFLAGS = ""; | |
2328 }; | |
2329 name = Development_using_10.4SDK_and_10.6SDK; | |
2330 }; | |
2331 007317900858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2332 isa = XCBuildConfiguration; | |
2333 buildSettings = { | |
2334 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; | |
2335 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; | |
2336 DEPLOYMENT_POSTPROCESSING = YES; | |
2337 GCC_ALTIVEC_EXTENSIONS = YES; | |
2338 GCC_AUTO_VECTORIZATION = YES; | |
2339 GCC_ENABLE_CPP_EXCEPTIONS = NO; | |
2340 GCC_ENABLE_CPP_RTTI = NO; | |
2341 GCC_ENABLE_SSE3_EXTENSIONS = YES; | |
2342 GCC_OPTIMIZATION_LEVEL = 3; | |
2343 GCC_VERSION = 4.0; | |
2344 "GCC_VERSION[arch=x86_64]" = 4.2; | |
2345 MACOSX_DEPLOYMENT_TARGET = 10.4; | |
2346 "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6; | |
2347 PREBINDING = NO; | |
2348 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; | |
2349 "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; | |
2350 SEPARATE_STRIP = YES; | |
2351 STRIP_STYLE = "non-global"; | |
2352 WARNING_CFLAGS = ""; | |
2353 }; | |
2354 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2355 }; | |
2356 007317910858DB0500B2BC32 /* Default */ = { | |
2357 isa = XCBuildConfiguration; | |
2358 buildSettings = { | |
2359 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; | |
2360 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; | |
2361 GCC_ALTIVEC_EXTENSIONS = YES; | |
2362 GCC_AUTO_VECTORIZATION = YES; | |
2363 GCC_ENABLE_CPP_EXCEPTIONS = NO; | |
2364 GCC_ENABLE_CPP_RTTI = NO; | |
2365 GCC_ENABLE_SSE3_EXTENSIONS = YES; | |
2366 GCC_OPTIMIZATION_LEVEL = 3; | |
2367 GCC_VERSION = 4.0; | |
2368 GCC_VERSION_i386 = 4.0; | |
2369 GCC_VERSION_ppc = 4.0; | |
2370 GCC_VERSION_x86_64 = 4.2; | |
2371 MACOSX_DEPLOYMENT_TARGET = ""; | |
2372 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4; | |
2373 MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; | |
2374 MACOSX_DEPLOYMENT_TARGET_x86_64 = 10.6; | |
2375 PREBINDING = NO; | |
2376 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk; | |
2377 SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk; | |
2378 SDKROOT_x86_64 = /Developer/SDKs/MacOSX10.6.sdk; | |
2379 WARNING_CFLAGS = ""; | |
2380 ZERO_LINK = NO; | |
2381 }; | |
2382 name = Default; | |
2383 }; | |
2384 008310401072EA5700A531F1 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2385 isa = XCBuildConfiguration; | |
2386 buildSettings = { | |
2387 DOXYGEN_EXE = /Applications/Doxygen.app/Contents/Resources/doxygen; | |
2388 PRODUCT_NAME = "Generate Doxygen DocSet"; | |
2389 }; | |
2390 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2391 }; | |
2392 008310411072EA5700A531F1 /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2393 isa = XCBuildConfiguration; | |
2394 buildSettings = { | |
2395 DOXYGEN_EXE = /Applications/Doxygen.app/Contents/Resources/doxygen; | |
2396 PRODUCT_NAME = "Generate Doxygen DocSet"; | |
2397 }; | |
2398 name = Development_using_10.4SDK_and_10.6SDK; | |
2399 }; | |
2400 008310421072EA5700A531F1 /* Development_native_only */ = { | |
2401 isa = XCBuildConfiguration; | |
2402 buildSettings = { | |
2403 DOXYGEN_EXE = /Applications/Doxygen.app/Contents/Resources/doxygen; | |
2404 PRODUCT_NAME = "Generate Doxygen DocSet"; | |
2405 }; | |
2406 name = Development_native_only; | |
2407 }; | |
2408 008310431072EA5700A531F1 /* Deployment_native_only */ = { | |
2409 isa = XCBuildConfiguration; | |
2410 buildSettings = { | |
2411 DOXYGEN_EXE = /Applications/Doxygen.app/Contents/Resources/doxygen; | |
2412 PRODUCT_NAME = "Generate Doxygen DocSet"; | |
2413 }; | |
2414 name = Deployment_native_only; | |
2415 }; | |
2416 008310441072EA5700A531F1 /* Default */ = { | |
2417 isa = XCBuildConfiguration; | |
2418 buildSettings = { | |
2419 DOXYGEN_EXE = /Applications/Doxygen.app/Contents/Resources/doxygen; | |
2420 PRODUCT_NAME = "Generate Doxygen DocSet"; | |
2421 }; | |
2422 name = Default; | |
2423 }; | |
2424 00CFA621106A567900758660 /* Deployment_native_only */ = { | |
2425 isa = XCBuildConfiguration; | |
2426 buildSettings = { | |
2427 DEPLOYMENT_POSTPROCESSING = YES; | |
2428 GCC_ALTIVEC_EXTENSIONS = YES; | |
2429 GCC_AUTO_VECTORIZATION = YES; | |
2430 GCC_ENABLE_CPP_EXCEPTIONS = NO; | |
2431 GCC_ENABLE_CPP_RTTI = NO; | |
2432 GCC_ENABLE_SSE3_EXTENSIONS = YES; | |
2433 GCC_OPTIMIZATION_LEVEL = 3; | |
2434 MACOSX_DEPLOYMENT_TARGET = ""; | |
2435 PREBINDING = NO; | |
2436 SEPARATE_STRIP = YES; | |
2437 STRIP_STYLE = "non-global"; | |
2438 WARNING_CFLAGS = ""; | |
2439 ZERO_LINK = NO; | |
2440 }; | |
2441 name = Deployment_native_only; | |
2442 }; | |
2443 00CFA622106A567900758660 /* Deployment_native_only */ = { | |
2444 isa = XCBuildConfiguration; | |
2445 buildSettings = { | |
2446 DYLIB_COMPATIBILITY_VERSION = 1.3; | |
2447 DYLIB_CURRENT_VERSION = 1.3.0; | |
2448 FRAMEWORK_VERSION = 1.3; | |
2449 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2450 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2451 "SDL_VIDEO_DRIVER_DGA=1", | |
2452 "SDL_VIDEO_DRIVER_X11=1", | |
2453 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2454 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2455 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2456 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2457 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2458 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2459 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2460 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2461 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2462 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2463 ); | |
2464 GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |
2465 HEADER_SEARCH_PATHS = /usr/X11R6/include; | |
2466 INFOPLIST_FILE = "Info-Framework.plist"; | |
2467 INSTALL_PATH = "@executable_path/../Frameworks"; | |
2468 PRODUCT_NAME = SDL; | |
2469 WRAPPER_EXTENSION = framework; | |
2470 }; | |
2471 name = Deployment_native_only; | |
2472 }; | |
2473 00CFA623106A567900758660 /* Deployment_native_only */ = { | |
2474 isa = XCBuildConfiguration; | |
2475 buildSettings = { | |
2476 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2477 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2478 "SDL_VIDEO_DRIVER_DGA=1", | |
2479 "SDL_VIDEO_DRIVER_X11=1", | |
2480 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2481 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2482 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2483 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2484 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2485 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2486 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2487 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2488 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2489 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2490 ); | |
3339 | 2491 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
3331 | 2492 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
2493 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; | |
2494 PRODUCT_NAME = SDL; | |
2495 }; | |
2496 name = Deployment_native_only; | |
2497 }; | |
2498 00CFA625106A567900758660 /* Deployment_native_only */ = { | |
2499 isa = XCBuildConfiguration; | |
2500 buildSettings = { | |
2501 PRODUCT_NAME = "Standard DMG"; | |
2502 }; | |
2503 name = Deployment_native_only; | |
2504 }; | |
2505 00CFA626106A567900758660 /* Deployment_native_only */ = { | |
2506 isa = XCBuildConfiguration; | |
2507 buildSettings = { | |
2508 PRODUCT_NAME = "Developer Extras Package"; | |
2509 }; | |
2510 name = Deployment_native_only; | |
2511 }; | |
2512 00CFA627106A568900758660 /* Development_native_only */ = { | |
2513 isa = XCBuildConfiguration; | |
2514 buildSettings = { | |
2515 GCC_ALTIVEC_EXTENSIONS = YES; | |
2516 GCC_AUTO_VECTORIZATION = YES; | |
2517 GCC_ENABLE_CPP_EXCEPTIONS = NO; | |
2518 GCC_ENABLE_CPP_RTTI = NO; | |
2519 GCC_ENABLE_SSE3_EXTENSIONS = YES; | |
2520 GCC_OPTIMIZATION_LEVEL = 0; | |
2521 MACOSX_DEPLOYMENT_TARGET = ""; | |
2522 PREBINDING = NO; | |
2523 WARNING_CFLAGS = ""; | |
2524 ZERO_LINK = NO; | |
2525 }; | |
2526 name = Development_native_only; | |
2527 }; | |
2528 00CFA628106A568900758660 /* Development_native_only */ = { | |
2529 isa = XCBuildConfiguration; | |
2530 buildSettings = { | |
2531 DYLIB_COMPATIBILITY_VERSION = 1.3; | |
2532 DYLIB_CURRENT_VERSION = 1.3.0; | |
2533 FRAMEWORK_VERSION = 1.3; | |
2534 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2535 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2536 "SDL_VIDEO_DRIVER_DGA=1", | |
2537 "SDL_VIDEO_DRIVER_X11=1", | |
2538 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2539 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2540 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2541 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2542 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2543 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2544 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2545 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2546 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2547 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2548 ); | |
2549 GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |
2550 HEADER_SEARCH_PATHS = /usr/X11R6/include; | |
2551 INFOPLIST_FILE = "Info-Framework.plist"; | |
2552 INSTALL_PATH = "@executable_path/../Frameworks"; | |
2553 PRODUCT_NAME = SDL; | |
2554 WRAPPER_EXTENSION = framework; | |
2555 }; | |
2556 name = Development_native_only; | |
2557 }; | |
2558 00CFA629106A568900758660 /* Development_native_only */ = { | |
2559 isa = XCBuildConfiguration; | |
2560 buildSettings = { | |
2561 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2562 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2563 "SDL_VIDEO_DRIVER_DGA=1", | |
2564 "SDL_VIDEO_DRIVER_X11=1", | |
2565 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2566 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2567 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2568 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2569 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2570 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2571 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2572 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2573 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2574 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2575 ); | |
3339 | 2576 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
3331 | 2577 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
2578 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; | |
2579 PRODUCT_NAME = SDL; | |
2580 }; | |
2581 name = Development_native_only; | |
2582 }; | |
2583 00CFA62B106A568900758660 /* Development_native_only */ = { | |
2584 isa = XCBuildConfiguration; | |
2585 buildSettings = { | |
2586 PRODUCT_NAME = "Standard DMG"; | |
2587 }; | |
2588 name = Development_native_only; | |
2589 }; | |
2590 00CFA62C106A568900758660 /* Development_native_only */ = { | |
2591 isa = XCBuildConfiguration; | |
2592 buildSettings = { | |
2593 PRODUCT_NAME = "Developer Extras Package"; | |
2594 }; | |
2595 name = Development_native_only; | |
2596 }; | |
2597 /* End XCBuildConfiguration section */ | |
2598 | |
2599 /* Begin XCConfigurationList section */ | |
2600 002D2AAA106C198E00BF972E /* Build configuration list for PBXAggregateTarget "Generate Header Files" */ = { | |
2601 isa = XCConfigurationList; | |
2602 buildConfigurations = ( | |
2603 002D2A9F106C18E700BF972E /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
2604 002D2AA0106C18E700BF972E /* Development_using_10.4SDK_and_10.6SDK */, | |
2605 002D2AA1106C18E700BF972E /* Development_native_only */, | |
2606 002D2AA2106C18E700BF972E /* Deployment_native_only */, | |
2607 002D2AA3106C18E700BF972E /* Default */, | |
2608 ); | |
2609 defaultConfigurationIsVisible = 0; | |
2610 defaultConfigurationName = Default; | |
2611 }; | |
2612 0073177A0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Framework" */ = { | |
2613 isa = XCConfigurationList; | |
2614 buildConfigurations = ( | |
2615 0073177C0858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
2616 0073177B0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, | |
2617 00CFA628106A568900758660 /* Development_native_only */, | |
2618 00CFA622106A567900758660 /* Deployment_native_only */, | |
2619 0073177D0858DB0500B2BC32 /* Default */, | |
2620 ); | |
2621 defaultConfigurationIsVisible = 0; | |
2622 defaultConfigurationName = Default; | |
2623 }; | |
2624 0073177E0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Static Library" */ = { | |
2625 isa = XCConfigurationList; | |
2626 buildConfigurations = ( | |
2627 007317800858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
2628 0073177F0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, | |
2629 00CFA629106A568900758660 /* Development_native_only */, | |
2630 00CFA623106A567900758660 /* Deployment_native_only */, | |
2631 007317810858DB0500B2BC32 /* Default */, | |
2632 ); | |
2633 defaultConfigurationIsVisible = 0; | |
2634 defaultConfigurationName = Default; | |
2635 }; | |
2636 007317860858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Standard DMG" */ = { | |
2637 isa = XCConfigurationList; | |
2638 buildConfigurations = ( | |
2639 007317880858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
2640 007317870858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, | |
2641 00CFA62B106A568900758660 /* Development_native_only */, | |
2642 00CFA625106A567900758660 /* Deployment_native_only */, | |
2643 007317890858DB0500B2BC32 /* Default */, | |
2644 ); | |
2645 defaultConfigurationIsVisible = 0; | |
2646 defaultConfigurationName = Default; | |
2647 }; | |
2648 0073178A0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Developer Extras Package" */ = { | |
2649 isa = XCConfigurationList; | |
2650 buildConfigurations = ( | |
2651 0073178C0858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
2652 0073178B0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, | |
2653 00CFA62C106A568900758660 /* Development_native_only */, | |
2654 00CFA626106A567900758660 /* Deployment_native_only */, | |
2655 0073178D0858DB0500B2BC32 /* Default */, | |
2656 ); | |
2657 defaultConfigurationIsVisible = 0; | |
2658 defaultConfigurationName = Default; | |
2659 }; | |
2660 0073178E0858DB0500B2BC32 /* Build configuration list for PBXProject "SDL" */ = { | |
2661 isa = XCConfigurationList; | |
2662 buildConfigurations = ( | |
2663 007317900858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
2664 0073178F0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, | |
2665 00CFA627106A568900758660 /* Development_native_only */, | |
2666 00CFA621106A567900758660 /* Deployment_native_only */, | |
2667 007317910858DB0500B2BC32 /* Default */, | |
2668 ); | |
2669 defaultConfigurationIsVisible = 0; | |
2670 defaultConfigurationName = Default; | |
2671 }; | |
2672 008310471072EAAE00A531F1 /* Build configuration list for PBXAggregateTarget "Generate Doxygen DocSet" */ = { | |
2673 isa = XCConfigurationList; | |
2674 buildConfigurations = ( | |
2675 008310401072EA5700A531F1 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
2676 008310411072EA5700A531F1 /* Development_using_10.4SDK_and_10.6SDK */, | |
2677 008310421072EA5700A531F1 /* Development_native_only */, | |
2678 008310431072EA5700A531F1 /* Deployment_native_only */, | |
2679 008310441072EA5700A531F1 /* Default */, | |
2680 ); | |
2681 defaultConfigurationIsVisible = 0; | |
2682 defaultConfigurationName = Default; | |
2683 }; | |
2684 /* End XCConfigurationList section */ | |
2685 }; | |
2686 rootObject = 0867D690FE84028FC02AAC07 /* Project object */; | |
2687 } |