Mercurial > sdl-ios-xcode
annotate Xcode/SDL/SDL.xcodeproj/project.pbxproj @ 5169:4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
The software renderer has been re-routed to use the framebuffer interface, which makes it possible to have software rendering available even on simple ports.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 03 Feb 2011 15:49:37 -0800 |
parents | 307ccc9c135e |
children | 7c3422025c35 |
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 00162DA609BD222F0037C8D0 /* SDL_config_macosx.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3409BD1FA90037C8D0 /* SDL_config_macosx.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
41 00162DA909BD222F0037C8D0 /* SDL_config.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3709BD1FA90037C8D0 /* SDL_config.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
42 00162DAA09BD222F0037C8D0 /* SDL_platform.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3809BD1FA90037C8D0 /* SDL_platform.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
43 00162DAB09BD222F0037C8D0 /* SDL_stdinc.h in Headers */ = {isa = PBXBuildFile; fileRef = 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
44 00162DAC09BD222F0037C8D0 /* begin_code.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5E501191D2B7F000001 /* begin_code.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
45 00162DAD09BD222F0037C8D0 /* close_code.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5E601191D2B7F000001 /* close_code.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
46 00162DAF09BD222F0037C8D0 /* SDL_audio.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5E801191D2B7F000001 /* SDL_audio.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
47 00162DB209BD222F0037C8D0 /* SDL_copying.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
48 00162DB309BD222F0037C8D0 /* SDL_cpuinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
49 00162DB409BD222F0037C8D0 /* SDL_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5EC01191D2B7F000001 /* SDL_endian.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
50 00162DB509BD222F0037C8D0 /* SDL_error.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5ED01191D2B7F000001 /* SDL_error.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
51 00162DB609BD222F0037C8D0 /* SDL_events.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5EE01191D2B7F000001 /* SDL_events.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
52 00162DB809BD222F0037C8D0 /* SDL_joystick.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F001191D2B7F000001 /* SDL_joystick.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
53 00162DB909BD222F0037C8D0 /* SDL_keyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F101191D2B7F000001 /* SDL_keyboard.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
54 00162DBA09BD222F0037C8D0 /* SDL_keysym.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F201191D2B7F000001 /* SDL_keysym.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
55 00162DBB09BD222F0037C8D0 /* SDL_loadso.h in Headers */ = {isa = PBXBuildFile; fileRef = B29A290D04E5B28700A80002 /* SDL_loadso.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
56 00162DBC09BD222F0037C8D0 /* SDL_main.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F301191D2B7F000001 /* SDL_main.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
57 00162DBD09BD222F0037C8D0 /* SDL_mouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F401191D2B7F000001 /* SDL_mouse.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
58 00162DBE09BD222F0037C8D0 /* SDL_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F501191D2B7F000001 /* SDL_mutex.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
59 00162DBF09BD222F0037C8D0 /* SDL_name.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC705C4450500E5DC7F /* SDL_name.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
60 00162DC009BD222F0037C8D0 /* SDL_opengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F601191D2B7F000001 /* SDL_opengl.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
61 00162DC109BD222F0037C8D0 /* SDL_quit.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F701191D2B7F000001 /* SDL_quit.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
62 00162DC209BD222F0037C8D0 /* SDL_rwops.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F801191D2B7F000001 /* SDL_rwops.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
63 00162DC309BD222F0037C8D0 /* SDL_syswm.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5F901191D2B7F000001 /* SDL_syswm.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
64 00162DC409BD222F0037C8D0 /* SDL_thread.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FA01191D2B7F000001 /* SDL_thread.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
65 00162DC509BD222F0037C8D0 /* SDL_timer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
66 00162DC609BD222F0037C8D0 /* SDL_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FC01191D2B7F000001 /* SDL_types.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
67 00162DC709BD222F0037C8D0 /* SDL_version.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FD01191D2B7F000001 /* SDL_version.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
68 00162DC809BD222F0037C8D0 /* SDL_video.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FE01191D2B7F000001 /* SDL_video.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
69 00162DC909BD222F0037C8D0 /* SDL.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5AF5FF01191D2B7F000001 /* SDL.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
4452
4011619aab7e
Updated Mac Xcode project for refactored rwops automated test changes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4447
diff
changeset
|
70 001E39EE1196F75000A3F5B8 /* TestSupportRWops_Cocoa.m in Sources */ = {isa = PBXBuildFile; fileRef = 001E39EC1196F75000A3F5B8 /* TestSupportRWops_Cocoa.m */; }; |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
71 006E94A3119511A1001DE610 /* icon.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 006E949C119511A1001DE610 /* icon.bmp */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
72 006E94A4119511A1001DE610 /* moose.dat in Resources */ = {isa = PBXBuildFile; fileRef = 006E949D119511A1001DE610 /* moose.dat */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
73 006E94A5119511A1001DE610 /* picture.xbm in Resources */ = {isa = PBXBuildFile; fileRef = 006E949E119511A1001DE610 /* picture.xbm */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
74 006E94A6119511A1001DE610 /* sail.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 006E949F119511A1001DE610 /* sail.bmp */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
75 006E94A7119511A1001DE610 /* sample.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 006E94A0119511A1001DE610 /* sample.bmp */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
76 006E94A8119511A1001DE610 /* sample.wav in Resources */ = {isa = PBXBuildFile; fileRef = 006E94A1119511A1001DE610 /* sample.wav */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
77 006E94A9119511A1001DE610 /* utf8.txt in Resources */ = {isa = PBXBuildFile; fileRef = 006E94A2119511A1001DE610 /* utf8.txt */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
78 006E94BC11951217001DE610 /* read in Copy rwops */ = {isa = PBXBuildFile; fileRef = 00D8DA121195093100638393 /* read */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
79 006E94EF11951255001DE610 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BECDF66C0761BA81005FE872 /* SDL.framework */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
80 006E94F01195125B001DE610 /* SDL.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = BECDF66C0761BA81005FE872 /* SDL.framework */; }; |
3331 | 81 007317A20858DECD00B2BC32 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179B0858DECD00B2BC32 /* AudioToolbox.framework */; }; |
82 007317A30858DECD00B2BC32 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179C0858DECD00B2BC32 /* AudioUnit.framework */; }; | |
83 007317A40858DECD00B2BC32 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179D0858DECD00B2BC32 /* Cocoa.framework */; }; | |
84 007317A50858DECD00B2BC32 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179E0858DECD00B2BC32 /* CoreAudio.framework */; }; | |
85 007317A60858DECD00B2BC32 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179F0858DECD00B2BC32 /* IOKit.framework */; }; | |
86 007317A70858DECD00B2BC32 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007317A00858DECD00B2BC32 /* OpenGL.framework */; }; | |
87 007317A90858DECD00B2BC32 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179B0858DECD00B2BC32 /* AudioToolbox.framework */; }; | |
88 007317AA0858DECD00B2BC32 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179C0858DECD00B2BC32 /* AudioUnit.framework */; }; | |
89 007317AB0858DECD00B2BC32 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179D0858DECD00B2BC32 /* Cocoa.framework */; }; | |
90 007317AC0858DECD00B2BC32 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179E0858DECD00B2BC32 /* CoreAudio.framework */; }; | |
91 007317AD0858DECD00B2BC32 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179F0858DECD00B2BC32 /* IOKit.framework */; }; | |
92 007317AE0858DECD00B2BC32 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007317A00858DECD00B2BC32 /* OpenGL.framework */; }; | |
93 007317C30858E15000B2BC32 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007317C10858E15000B2BC32 /* Carbon.framework */; }; | |
3339 | 94 00A6EBDA1078D569001EEA06 /* SDL_revision.h in Headers */ = {isa = PBXBuildFile; fileRef = 00A6EBD91078D569001EEA06 /* SDL_revision.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
95 00A6EBDB1078D569001EEA06 /* SDL_revision.h in Headers */ = {isa = PBXBuildFile; fileRef = 00A6EBD91078D569001EEA06 /* SDL_revision.h */; }; | |
3331 | 96 00CFA682106B44CE00758660 /* SDL_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67A106B44CE00758660 /* SDL_atomic.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
97 00CFA683106B44CE00758660 /* SDL_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67B106B44CE00758660 /* SDL_compat.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
98 00CFA684106B44CE00758660 /* SDL_haptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67C106B44CE00758660 /* SDL_haptic.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
99 00CFA685106B44CE00758660 /* SDL_pixels.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67D106B44CE00758660 /* SDL_pixels.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
100 00CFA686106B44CE00758660 /* SDL_power.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67E106B44CE00758660 /* SDL_power.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
101 00CFA687106B44CE00758660 /* SDL_rect.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67F106B44CE00758660 /* SDL_rect.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
102 00CFA688106B44CE00758660 /* SDL_scancode.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA680106B44CE00758660 /* SDL_scancode.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
103 00CFA689106B44CE00758660 /* SDL_surface.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA681106B44CE00758660 /* SDL_surface.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
104 00CFA68A106B44CE00758660 /* SDL_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67A106B44CE00758660 /* SDL_atomic.h */; }; | |
105 00CFA68B106B44CE00758660 /* SDL_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67B106B44CE00758660 /* SDL_compat.h */; }; | |
106 00CFA68C106B44CE00758660 /* SDL_haptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67C106B44CE00758660 /* SDL_haptic.h */; }; | |
107 00CFA68D106B44CE00758660 /* SDL_pixels.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67D106B44CE00758660 /* SDL_pixels.h */; }; | |
108 00CFA68E106B44CE00758660 /* SDL_power.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67E106B44CE00758660 /* SDL_power.h */; }; | |
109 00CFA68F106B44CE00758660 /* SDL_rect.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA67F106B44CE00758660 /* SDL_rect.h */; }; | |
110 00CFA690106B44CE00758660 /* SDL_scancode.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA680106B44CE00758660 /* SDL_scancode.h */; }; | |
111 00CFA691106B44CE00758660 /* SDL_surface.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CFA681106B44CE00758660 /* SDL_surface.h */; }; | |
112 00CFA89D106B4BA100758660 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00CFA89C106B4BA100758660 /* ForceFeedback.framework */; }; | |
113 00D0D08410675DD9004B05EF /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00D0D08310675DD9004B05EF /* CoreFoundation.framework */; }; | |
114 00D0D0D810675E46004B05EF /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007317C10858E15000B2BC32 /* Carbon.framework */; }; | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
115 00D8DA1B1195093100638393 /* audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D9FC1195093100638393 /* audio.c */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
116 00D8DA1C1195093100638393 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D9FF1195093100638393 /* common.c */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
117 00D8DA221195093100638393 /* platform.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DA081195093100638393 /* platform.c */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
118 00D8DA241195093100638393 /* rect.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DA0C1195093100638393 /* rect.c */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
119 00D8DA251195093100638393 /* render.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DA0F1195093100638393 /* render.c */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
120 00D8DA271195093100638393 /* rwops.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DA131195093100638393 /* rwops.c */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
121 00D8DA281195093100638393 /* SDL_at.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DA151195093100638393 /* SDL_at.c */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
122 00D8DA291195093100638393 /* surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DA181195093100638393 /* surface.c */; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
123 00D8DA2A1195093100638393 /* testsdl.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DA1A1195093100638393 /* testsdl.c */; }; |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
124 041B2C9512FA0D2A0087D585 /* SDL_render.h in Headers */ = {isa = PBXBuildFile; fileRef = 041B2C9412FA0D2A0087D585 /* SDL_render.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
125 041B2C9612FA0D2A0087D585 /* SDL_render.h in Headers */ = {isa = PBXBuildFile; fileRef = 041B2C9412FA0D2A0087D585 /* SDL_render.h */; }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
126 041B2CA312FA0D680087D585 /* SDL_renderer_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 041B2C9B12FA0D680087D585 /* SDL_renderer_gl.c */; }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
127 041B2CA512FA0D680087D585 /* SDL_render.c in Sources */ = {isa = PBXBuildFile; fileRef = 041B2C9E12FA0D680087D585 /* SDL_render.c */; }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
128 041B2CA612FA0D680087D585 /* SDL_sysrender.h in Headers */ = {isa = PBXBuildFile; fileRef = 041B2C9F12FA0D680087D585 /* SDL_sysrender.h */; }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
129 041B2CA712FA0D680087D585 /* SDL_renderer_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 041B2CA112FA0D680087D585 /* SDL_renderer_sw.c */; }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
130 041B2CA912FA0D680087D585 /* SDL_renderer_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 041B2C9B12FA0D680087D585 /* SDL_renderer_gl.c */; }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
131 041B2CAB12FA0D680087D585 /* SDL_render.c in Sources */ = {isa = PBXBuildFile; fileRef = 041B2C9E12FA0D680087D585 /* SDL_render.c */; }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
132 041B2CAC12FA0D680087D585 /* SDL_sysrender.h in Headers */ = {isa = PBXBuildFile; fileRef = 041B2C9F12FA0D680087D585 /* SDL_sysrender.h */; }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
133 041B2CAD12FA0D680087D585 /* SDL_renderer_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 041B2CA112FA0D680087D585 /* SDL_renderer_sw.c */; }; |
5159
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
134 04409B9112FA97ED00FB9AA8 /* mmx.h in Headers */ = {isa = PBXBuildFile; fileRef = 04409B8D12FA97ED00FB9AA8 /* mmx.h */; }; |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
135 04409B9212FA97ED00FB9AA8 /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = 04409B8E12FA97ED00FB9AA8 /* SDL_yuv_mmx.c */; }; |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
136 04409B9312FA97ED00FB9AA8 /* SDL_yuv_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04409B8F12FA97ED00FB9AA8 /* SDL_yuv_sw_c.h */; }; |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
137 04409B9412FA97ED00FB9AA8 /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 04409B9012FA97ED00FB9AA8 /* SDL_yuv_sw.c */; }; |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
138 04409B9512FA97ED00FB9AA8 /* mmx.h in Headers */ = {isa = PBXBuildFile; fileRef = 04409B8D12FA97ED00FB9AA8 /* mmx.h */; }; |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
139 04409B9612FA97ED00FB9AA8 /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = 04409B8E12FA97ED00FB9AA8 /* SDL_yuv_mmx.c */; }; |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
140 04409B9712FA97ED00FB9AA8 /* SDL_yuv_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04409B8F12FA97ED00FB9AA8 /* SDL_yuv_sw_c.h */; }; |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
141 04409B9812FA97ED00FB9AA8 /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 04409B9012FA97ED00FB9AA8 /* SDL_yuv_sw.c */; }; |
4502
b3540fa08474
Made the new public headers public
Sam Lantinga <slouken@libsdl.org>
parents:
4501
diff
changeset
|
142 044E5F8511E6051C0076F181 /* SDL_clipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5F8411E6051C0076F181 /* SDL_clipboard.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
4501
0cf025066b6f
Updated Xcode project files for clipboard API
Sam Lantinga <slouken@libsdl.org>
parents:
4452
diff
changeset
|
143 044E5F8611E6051C0076F181 /* SDL_clipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5F8411E6051C0076F181 /* SDL_clipboard.h */; }; |
5089 | 144 0469A10B12EE4BF100B846D6 /* SDL_blendmode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0469A10912EE4BF100B846D6 /* SDL_blendmode.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
145 0469A10D12EE4BF100B846D6 /* SDL_blendmode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0469A10912EE4BF100B846D6 /* SDL_blendmode.h */; }; | |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
146 04BD000812E6671800899322 /* SDL_diskaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD8812E6671700899322 /* SDL_diskaudio.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
147 04BD000912E6671800899322 /* SDL_diskaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFD8912E6671700899322 /* SDL_diskaudio.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
148 04BD001012E6671800899322 /* SDL_dummyaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD9412E6671700899322 /* SDL_dummyaudio.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
149 04BD001112E6671800899322 /* SDL_dummyaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFD9512E6671700899322 /* SDL_dummyaudio.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
150 04BD001812E6671800899322 /* SDL_coreaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDA012E6671700899322 /* SDL_coreaudio.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
151 04BD001912E6671800899322 /* SDL_coreaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDA112E6671700899322 /* SDL_coreaudio.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
152 04BD002612E6671800899322 /* SDL_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDB412E6671700899322 /* SDL_audio.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
153 04BD002712E6671800899322 /* SDL_audio_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDB512E6671700899322 /* SDL_audio_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
154 04BD002812E6671800899322 /* SDL_audiocvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDB612E6671700899322 /* SDL_audiocvt.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
155 04BD002912E6671800899322 /* SDL_audiodev.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDB712E6671700899322 /* SDL_audiodev.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
156 04BD002A12E6671800899322 /* SDL_audiodev_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDB812E6671700899322 /* SDL_audiodev_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
157 04BD002B12E6671800899322 /* SDL_audiomem.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDB912E6671700899322 /* SDL_audiomem.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
158 04BD002C12E6671800899322 /* SDL_audiotypecvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDBA12E6671700899322 /* SDL_audiotypecvt.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
159 04BD002D12E6671800899322 /* SDL_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDBB12E6671700899322 /* SDL_mixer.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
160 04BD002E12E6671800899322 /* SDL_mixer_m68k.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDBC12E6671700899322 /* SDL_mixer_m68k.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
161 04BD002F12E6671800899322 /* SDL_mixer_m68k.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDBD12E6671700899322 /* SDL_mixer_m68k.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
162 04BD003012E6671800899322 /* SDL_mixer_MMX.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDBE12E6671700899322 /* SDL_mixer_MMX.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
163 04BD003112E6671800899322 /* SDL_mixer_MMX.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDBF12E6671700899322 /* SDL_mixer_MMX.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
164 04BD003212E6671800899322 /* SDL_mixer_MMX_VC.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDC012E6671700899322 /* SDL_mixer_MMX_VC.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
165 04BD003312E6671800899322 /* SDL_mixer_MMX_VC.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDC112E6671700899322 /* SDL_mixer_MMX_VC.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
166 04BD003412E6671800899322 /* SDL_sysaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDC212E6671700899322 /* SDL_sysaudio.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
167 04BD003512E6671800899322 /* SDL_wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDC312E6671700899322 /* SDL_wave.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
168 04BD003612E6671800899322 /* SDL_wave.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDC412E6671700899322 /* SDL_wave.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
169 04BD004112E6671800899322 /* SDL_cpuinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDD412E6671700899322 /* SDL_cpuinfo.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
170 04BD004212E6671800899322 /* blank_cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDD612E6671700899322 /* blank_cursor.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
171 04BD004312E6671800899322 /* default_cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDD712E6671700899322 /* default_cursor.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
172 04BD004412E6671800899322 /* scancodes_darwin.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDD812E6671700899322 /* scancodes_darwin.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
173 04BD004512E6671800899322 /* scancodes_linux.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDD912E6671700899322 /* scancodes_linux.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
174 04BD004712E6671800899322 /* scancodes_xfree86.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDDB12E6671700899322 /* scancodes_xfree86.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
175 04BD004812E6671800899322 /* SDL_clipboardevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDDC12E6671700899322 /* SDL_clipboardevents.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
176 04BD004912E6671800899322 /* SDL_clipboardevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDDD12E6671700899322 /* SDL_clipboardevents_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
177 04BD004A12E6671800899322 /* SDL_events.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDDE12E6671700899322 /* SDL_events.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
178 04BD004B12E6671800899322 /* SDL_events_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDDF12E6671700899322 /* SDL_events_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
179 04BD004C12E6671800899322 /* SDL_gesture.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDE012E6671700899322 /* SDL_gesture.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
180 04BD004D12E6671800899322 /* SDL_gesture_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDE112E6671700899322 /* SDL_gesture_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
181 04BD004E12E6671800899322 /* SDL_keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDE212E6671700899322 /* SDL_keyboard.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
182 04BD004F12E6671800899322 /* SDL_keyboard_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDE312E6671700899322 /* SDL_keyboard_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
183 04BD005012E6671800899322 /* SDL_mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDE412E6671700899322 /* SDL_mouse.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
184 04BD005112E6671800899322 /* SDL_mouse_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDE512E6671700899322 /* SDL_mouse_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
185 04BD005212E6671800899322 /* SDL_quit.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDE612E6671700899322 /* SDL_quit.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
186 04BD005312E6671800899322 /* SDL_sysevents.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDE712E6671700899322 /* SDL_sysevents.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
187 04BD005412E6671800899322 /* SDL_touch.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDE812E6671700899322 /* SDL_touch.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
188 04BD005512E6671800899322 /* SDL_touch_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDE912E6671700899322 /* SDL_touch_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
189 04BD005612E6671800899322 /* SDL_windowevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDEA12E6671700899322 /* SDL_windowevents.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
190 04BD005712E6671800899322 /* SDL_windowevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDEB12E6671700899322 /* SDL_windowevents_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
191 04BD005812E6671800899322 /* SDL_rwopsbundlesupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDEE12E6671700899322 /* SDL_rwopsbundlesupport.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
192 04BD005912E6671800899322 /* SDL_rwopsbundlesupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDEF12E6671700899322 /* SDL_rwopsbundlesupport.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
193 04BD005A12E6671800899322 /* SDL_rwops.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDF012E6671700899322 /* SDL_rwops.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
194 04BD005B12E6671800899322 /* SDL_syshaptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDF312E6671700899322 /* SDL_syshaptic.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
195 04BD005F12E6671800899322 /* SDL_haptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDFA12E6671700899322 /* SDL_haptic.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
196 04BD006012E6671800899322 /* SDL_haptic_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDFB12E6671700899322 /* SDL_haptic_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
197 04BD006112E6671800899322 /* SDL_syshaptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDFC12E6671700899322 /* SDL_syshaptic.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
198 04BD006612E6671800899322 /* SDL_sysjoystick.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE0712E6671700899322 /* SDL_sysjoystick.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
199 04BD006712E6671800899322 /* SDL_sysjoystick_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE0812E6671700899322 /* SDL_sysjoystick_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
200 04BD007012E6671800899322 /* SDL_joystick.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE1612E6671700899322 /* SDL_joystick.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
201 04BD007112E6671800899322 /* SDL_joystick_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE1712E6671700899322 /* SDL_joystick_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
202 04BD007212E6671800899322 /* SDL_sysjoystick.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE1812E6671700899322 /* SDL_sysjoystick.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
203 04BD008812E6671800899322 /* SDL_sysloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE3312E6671700899322 /* SDL_sysloadso.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
204 04BD008A12E6671800899322 /* SDL_dlcompat.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE3712E6671700899322 /* SDL_dlcompat.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
205 04BD009412E6671800899322 /* SDL_syspower.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE4B12E6671700899322 /* SDL_syspower.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
206 04BD009612E6671800899322 /* SDL_power.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE4E12E6671700899322 /* SDL_power.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
207 04BD009B12E6671800899322 /* SDL_assert_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE5512E6671700899322 /* SDL_assert_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
208 04BD009C12E6671800899322 /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5612E6671700899322 /* SDL_assert.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
209 04BD009D12E6671800899322 /* SDL_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5712E6671700899322 /* SDL_compat.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
210 04BD009E12E6671800899322 /* SDL_error_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE5812E6671700899322 /* SDL_error_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
211 04BD009F12E6671800899322 /* SDL_error.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5912E6671700899322 /* SDL_error.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
212 04BD00A012E6671800899322 /* SDL_fatal.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5A12E6671700899322 /* SDL_fatal.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
213 04BD00A112E6671800899322 /* SDL_fatal.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE5B12E6671700899322 /* SDL_fatal.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
214 04BD00A212E6671800899322 /* SDL.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5C12E6671700899322 /* SDL.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
215 04BD00A312E6671800899322 /* SDL_getenv.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5E12E6671700899322 /* SDL_getenv.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
216 04BD00A412E6671800899322 /* SDL_iconv.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5F12E6671700899322 /* SDL_iconv.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
217 04BD00A512E6671800899322 /* SDL_malloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE6012E6671700899322 /* SDL_malloc.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
218 04BD00A612E6671800899322 /* SDL_qsort.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE6112E6671700899322 /* SDL_qsort.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
219 04BD00A712E6671800899322 /* SDL_stdlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE6212E6671700899322 /* SDL_stdlib.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
220 04BD00A812E6671800899322 /* SDL_string.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE6312E6671700899322 /* SDL_string.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
221 04BD00BD12E6671800899322 /* SDL_syscond.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE7E12E6671800899322 /* SDL_syscond.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
222 04BD00BE12E6671800899322 /* SDL_sysmutex.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE7F12E6671800899322 /* SDL_sysmutex.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
223 04BD00BF12E6671800899322 /* SDL_sysmutex_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE8012E6671800899322 /* SDL_sysmutex_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
224 04BD00C012E6671800899322 /* SDL_syssem.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE8112E6671800899322 /* SDL_syssem.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
225 04BD00C112E6671800899322 /* SDL_systhread.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE8212E6671800899322 /* SDL_systhread.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
226 04BD00C212E6671800899322 /* SDL_systhread_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE8312E6671800899322 /* SDL_systhread_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
227 04BD00C912E6671800899322 /* SDL_systhread.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE8B12E6671800899322 /* SDL_systhread.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
228 04BD00CA12E6671800899322 /* SDL_thread.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE8C12E6671800899322 /* SDL_thread.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
229 04BD00CB12E6671800899322 /* SDL_thread_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE8D12E6671800899322 /* SDL_thread_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
230 04BD00D712E6671800899322 /* SDL_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE9F12E6671800899322 /* SDL_timer.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
231 04BD00D812E6671800899322 /* SDL_timer_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEA012E6671800899322 /* SDL_timer_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
232 04BD00D912E6671800899322 /* SDL_systimer.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEA212E6671800899322 /* SDL_systimer.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
233 04BD00F312E6671800899322 /* SDL_cocoaclipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEC212E6671800899322 /* SDL_cocoaclipboard.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
234 04BD00F412E6671800899322 /* SDL_cocoaclipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEC312E6671800899322 /* SDL_cocoaclipboard.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
235 04BD00F512E6671800899322 /* SDL_cocoaevents.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEC412E6671800899322 /* SDL_cocoaevents.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
236 04BD00F612E6671800899322 /* SDL_cocoaevents.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEC512E6671800899322 /* SDL_cocoaevents.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
237 04BD00F712E6671800899322 /* SDL_cocoakeyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEC612E6671800899322 /* SDL_cocoakeyboard.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
238 04BD00F812E6671800899322 /* SDL_cocoakeyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEC712E6671800899322 /* SDL_cocoakeyboard.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
239 04BD00F912E6671800899322 /* SDL_cocoamodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEC812E6671800899322 /* SDL_cocoamodes.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
240 04BD00FA12E6671800899322 /* SDL_cocoamodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEC912E6671800899322 /* SDL_cocoamodes.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
241 04BD00FB12E6671800899322 /* SDL_cocoamouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFECA12E6671800899322 /* SDL_cocoamouse.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
242 04BD00FC12E6671800899322 /* SDL_cocoamouse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFECB12E6671800899322 /* SDL_cocoamouse.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
243 04BD00FD12E6671800899322 /* SDL_cocoaopengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFECC12E6671800899322 /* SDL_cocoaopengl.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
244 04BD00FE12E6671800899322 /* SDL_cocoaopengl.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFECD12E6671800899322 /* SDL_cocoaopengl.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
245 04BD00FF12E6671800899322 /* SDL_cocoashape.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFECE12E6671800899322 /* SDL_cocoashape.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
246 04BD010012E6671800899322 /* SDL_cocoashape.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFECF12E6671800899322 /* SDL_cocoashape.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
247 04BD010112E6671800899322 /* SDL_cocoavideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFED012E6671800899322 /* SDL_cocoavideo.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
248 04BD010212E6671800899322 /* SDL_cocoavideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFED112E6671800899322 /* SDL_cocoavideo.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
249 04BD010312E6671800899322 /* SDL_cocoawindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFED212E6671800899322 /* SDL_cocoawindow.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
250 04BD010412E6671800899322 /* SDL_cocoawindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFED312E6671800899322 /* SDL_cocoawindow.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
251 04BD011712E6671800899322 /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEE812E6671800899322 /* SDL_nullevents.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
252 04BD011812E6671800899322 /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEE912E6671800899322 /* SDL_nullevents_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
253 04BD011B12E6671800899322 /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEEC12E6671800899322 /* SDL_nullvideo.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
254 04BD011C12E6671800899322 /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEED12E6671800899322 /* SDL_nullvideo.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
255 04BD017512E6671800899322 /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4E12E6671800899322 /* SDL_blit.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
256 04BD017612E6671800899322 /* SDL_blit.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF4F12E6671800899322 /* SDL_blit.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
257 04BD017712E6671800899322 /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5012E6671800899322 /* SDL_blit_0.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
258 04BD017812E6671800899322 /* SDL_blit_1.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5112E6671800899322 /* SDL_blit_1.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
259 04BD017912E6671800899322 /* SDL_blit_A.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5212E6671800899322 /* SDL_blit_A.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
260 04BD017A12E6671800899322 /* SDL_blit_auto.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5312E6671800899322 /* SDL_blit_auto.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
261 04BD017B12E6671800899322 /* SDL_blit_auto.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF5412E6671800899322 /* SDL_blit_auto.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
262 04BD017C12E6671800899322 /* SDL_blit_copy.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5512E6671800899322 /* SDL_blit_copy.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
263 04BD017D12E6671800899322 /* SDL_blit_copy.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF5612E6671800899322 /* SDL_blit_copy.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
264 04BD017E12E6671800899322 /* SDL_blit_N.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5712E6671800899322 /* SDL_blit_N.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
265 04BD017F12E6671800899322 /* SDL_blit_slow.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5812E6671800899322 /* SDL_blit_slow.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
266 04BD018012E6671800899322 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF5912E6671800899322 /* SDL_blit_slow.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
267 04BD018112E6671800899322 /* SDL_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5A12E6671800899322 /* SDL_bmp.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
268 04BD018212E6671800899322 /* SDL_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5B12E6671800899322 /* SDL_clipboard.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
269 04BD018712E6671800899322 /* SDL_fillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6012E6671800899322 /* SDL_fillrect.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
270 04BD018812E6671800899322 /* SDL_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6112E6671800899322 /* SDL_gamma.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
271 04BD018912E6671800899322 /* SDL_glesfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6212E6671800899322 /* SDL_glesfuncs.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
272 04BD018A12E6671800899322 /* SDL_glfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6312E6671800899322 /* SDL_glfuncs.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
273 04BD018B12E6671800899322 /* SDL_leaks.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6412E6671800899322 /* SDL_leaks.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
274 04BD018C12E6671800899322 /* SDL_pixels.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6512E6671800899322 /* SDL_pixels.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
275 04BD018D12E6671800899322 /* SDL_pixels_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6612E6671800899322 /* SDL_pixels_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
276 04BD018E12E6671800899322 /* SDL_rect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6712E6671800899322 /* SDL_rect.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
277 04BD019612E6671800899322 /* SDL_RLEaccel.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6F12E6671800899322 /* SDL_RLEaccel.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
278 04BD019712E6671800899322 /* SDL_RLEaccel_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF7012E6671800899322 /* SDL_RLEaccel_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
279 04BD019812E6671800899322 /* SDL_shape.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF7112E6671800899322 /* SDL_shape.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
280 04BD019912E6671800899322 /* SDL_shape_internals.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF7212E6671800899322 /* SDL_shape_internals.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
281 04BD019A12E6671800899322 /* SDL_stretch.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF7312E6671800899322 /* SDL_stretch.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
282 04BD019B12E6671800899322 /* SDL_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF7412E6671800899322 /* SDL_surface.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
283 04BD019C12E6671800899322 /* SDL_sysvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF7512E6671800899322 /* SDL_sysvideo.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
284 04BD019D12E6671800899322 /* SDL_video.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF7612E6671800899322 /* SDL_video.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
285 04BD01DB12E6671800899322 /* imKStoUCS.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFB812E6671800899322 /* imKStoUCS.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
286 04BD01DC12E6671800899322 /* imKStoUCS.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFB912E6671800899322 /* imKStoUCS.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
287 04BD01DD12E6671800899322 /* SDL_x11clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFBA12E6671800899322 /* SDL_x11clipboard.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
288 04BD01DE12E6671800899322 /* SDL_x11clipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFBB12E6671800899322 /* SDL_x11clipboard.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
289 04BD01DF12E6671800899322 /* SDL_x11dyn.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFBC12E6671800899322 /* SDL_x11dyn.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
290 04BD01E012E6671800899322 /* SDL_x11dyn.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFBD12E6671800899322 /* SDL_x11dyn.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
291 04BD01E112E6671800899322 /* SDL_x11events.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFBE12E6671800899322 /* SDL_x11events.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
292 04BD01E212E6671800899322 /* SDL_x11events.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFBF12E6671800899322 /* SDL_x11events.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
293 04BD01E312E6671800899322 /* SDL_x11gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFC012E6671800899322 /* SDL_x11gamma.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
294 04BD01E412E6671800899322 /* SDL_x11gamma.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFC112E6671800899322 /* SDL_x11gamma.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
295 04BD01E512E6671800899322 /* SDL_x11keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFC212E6671800899322 /* SDL_x11keyboard.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
296 04BD01E612E6671800899322 /* SDL_x11keyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFC312E6671800899322 /* SDL_x11keyboard.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
297 04BD01E712E6671800899322 /* SDL_x11modes.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFC412E6671800899322 /* SDL_x11modes.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
298 04BD01E812E6671800899322 /* SDL_x11modes.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFC512E6671800899322 /* SDL_x11modes.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
299 04BD01E912E6671800899322 /* SDL_x11mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFC612E6671800899322 /* SDL_x11mouse.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
300 04BD01EA12E6671800899322 /* SDL_x11mouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFC712E6671800899322 /* SDL_x11mouse.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
301 04BD01EB12E6671800899322 /* SDL_x11opengl.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFC812E6671800899322 /* SDL_x11opengl.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
302 04BD01EC12E6671800899322 /* SDL_x11opengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFC912E6671800899322 /* SDL_x11opengl.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
303 04BD01ED12E6671800899322 /* SDL_x11opengles.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFCA12E6671800899322 /* SDL_x11opengles.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
304 04BD01EE12E6671800899322 /* SDL_x11opengles.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFCB12E6671800899322 /* SDL_x11opengles.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
305 04BD01F112E6671800899322 /* SDL_x11shape.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFCE12E6671800899322 /* SDL_x11shape.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
306 04BD01F212E6671800899322 /* SDL_x11shape.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFCF12E6671800899322 /* SDL_x11shape.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
307 04BD01F312E6671800899322 /* SDL_x11sym.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFD012E6671800899322 /* SDL_x11sym.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
308 04BD01F412E6671800899322 /* SDL_x11touch.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFD112E6671800899322 /* SDL_x11touch.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
309 04BD01F512E6671800899322 /* SDL_x11touch.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFD212E6671800899322 /* SDL_x11touch.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
310 04BD01F612E6671800899322 /* SDL_x11video.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFD312E6671800899322 /* SDL_x11video.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
311 04BD01F712E6671800899322 /* SDL_x11video.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFD412E6671800899322 /* SDL_x11video.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
312 04BD01F812E6671800899322 /* SDL_x11window.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFD512E6671800899322 /* SDL_x11window.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
313 04BD01F912E6671800899322 /* SDL_x11window.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFD612E6671800899322 /* SDL_x11window.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
314 04BD01FA12E6671800899322 /* extutil.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFD912E6671800899322 /* extutil.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
315 04BD01FB12E6671800899322 /* panoramiXext.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFDA12E6671800899322 /* panoramiXext.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
316 04BD01FC12E6671800899322 /* panoramiXproto.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFDB12E6671800899322 /* panoramiXproto.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
317 04BD01FD12E6671800899322 /* StdCmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFDC12E6671800899322 /* StdCmap.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
318 04BD01FE12E6671800899322 /* Xext.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFDD12E6671800899322 /* Xext.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
319 04BD01FF12E6671800899322 /* xf86dga.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFDE12E6671800899322 /* xf86dga.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
320 04BD020012E6671800899322 /* xf86dga1.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFDF12E6671800899322 /* xf86dga1.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
321 04BD020112E6671800899322 /* xf86dga1str.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE012E6671800899322 /* xf86dga1str.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
322 04BD020212E6671800899322 /* xf86dgastr.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE112E6671800899322 /* xf86dgastr.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
323 04BD020312E6671800899322 /* xf86vmode.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE212E6671800899322 /* xf86vmode.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
324 04BD020412E6671800899322 /* xf86vmstr.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE312E6671800899322 /* xf86vmstr.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
325 04BD020512E6671800899322 /* Xinerama.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE412E6671800899322 /* Xinerama.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
326 04BD020612E6671800899322 /* Xv.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE512E6671800899322 /* Xv.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
327 04BD020712E6671800899322 /* Xvlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE612E6671800899322 /* Xvlib.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
328 04BD020812E6671800899322 /* Xvproto.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE712E6671800899322 /* Xvproto.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
329 04BD020912E6671800899322 /* README in Resources */ = {isa = PBXBuildFile; fileRef = 04BDFFE812E6671800899322 /* README */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
330 04BD020A12E6671800899322 /* Xinerama.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFEA12E6671800899322 /* Xinerama.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
331 04BD020B12E6671800899322 /* xme.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFEC12E6671800899322 /* xme.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
332 04BD020C12E6671800899322 /* AllCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFEE12E6671800899322 /* AllCmap.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
333 04BD020D12E6671800899322 /* CmapAlloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFEF12E6671800899322 /* CmapAlloc.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
334 04BD020E12E6671800899322 /* CrCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF012E6671800899322 /* CrCmap.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
335 04BD020F12E6671800899322 /* DelCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF112E6671800899322 /* DelCmap.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
336 04BD021012E6671800899322 /* Distinct.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF212E6671800899322 /* Distinct.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
337 04BD021112E6671800899322 /* LookupCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF312E6671800899322 /* LookupCmap.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
338 04BD021212E6671800899322 /* StdCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF412E6671800899322 /* StdCmap.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
339 04BD021312E6671800899322 /* VisCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF512E6671800899322 /* VisCmap.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
340 04BD021412E6671800899322 /* Xv.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF712E6671800899322 /* Xv.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
341 04BD021512E6671800899322 /* Xvlibint.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFF812E6671800899322 /* Xvlibint.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
342 04BD021612E6671800899322 /* XF86VMode.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFFA12E6671800899322 /* XF86VMode.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
343 04BD021712E6671800899322 /* SDL_atomic.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD7412E6671700899322 /* SDL_atomic.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
344 04BD021812E6671800899322 /* SDL_spinlock.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD7512E6671700899322 /* SDL_spinlock.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
345 04BD022412E6671800899322 /* SDL_diskaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD8812E6671700899322 /* SDL_diskaudio.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
346 04BD022512E6671800899322 /* SDL_diskaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFD8912E6671700899322 /* SDL_diskaudio.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
347 04BD022C12E6671800899322 /* SDL_dummyaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD9412E6671700899322 /* SDL_dummyaudio.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
348 04BD022D12E6671800899322 /* SDL_dummyaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFD9512E6671700899322 /* SDL_dummyaudio.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
349 04BD023412E6671800899322 /* SDL_coreaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDA012E6671700899322 /* SDL_coreaudio.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
350 04BD023512E6671800899322 /* SDL_coreaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDA112E6671700899322 /* SDL_coreaudio.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
351 04BD024212E6671800899322 /* SDL_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDB412E6671700899322 /* SDL_audio.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
352 04BD024312E6671800899322 /* SDL_audio_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDB512E6671700899322 /* SDL_audio_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
353 04BD024412E6671800899322 /* SDL_audiocvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDB612E6671700899322 /* SDL_audiocvt.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
354 04BD024512E6671800899322 /* SDL_audiodev.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDB712E6671700899322 /* SDL_audiodev.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
355 04BD024612E6671800899322 /* SDL_audiodev_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDB812E6671700899322 /* SDL_audiodev_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
356 04BD024712E6671800899322 /* SDL_audiomem.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDB912E6671700899322 /* SDL_audiomem.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
357 04BD024812E6671800899322 /* SDL_audiotypecvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDBA12E6671700899322 /* SDL_audiotypecvt.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
358 04BD024912E6671800899322 /* SDL_mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDBB12E6671700899322 /* SDL_mixer.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
359 04BD024A12E6671800899322 /* SDL_mixer_m68k.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDBC12E6671700899322 /* SDL_mixer_m68k.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
360 04BD024B12E6671800899322 /* SDL_mixer_m68k.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDBD12E6671700899322 /* SDL_mixer_m68k.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
361 04BD024C12E6671800899322 /* SDL_mixer_MMX.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDBE12E6671700899322 /* SDL_mixer_MMX.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
362 04BD024D12E6671800899322 /* SDL_mixer_MMX.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDBF12E6671700899322 /* SDL_mixer_MMX.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
363 04BD024E12E6671800899322 /* SDL_mixer_MMX_VC.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDC012E6671700899322 /* SDL_mixer_MMX_VC.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
364 04BD024F12E6671800899322 /* SDL_mixer_MMX_VC.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDC112E6671700899322 /* SDL_mixer_MMX_VC.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
365 04BD025012E6671800899322 /* SDL_sysaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDC212E6671700899322 /* SDL_sysaudio.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
366 04BD025112E6671800899322 /* SDL_wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDC312E6671700899322 /* SDL_wave.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
367 04BD025212E6671800899322 /* SDL_wave.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDC412E6671700899322 /* SDL_wave.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
368 04BD025C12E6671800899322 /* SDL_cpuinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDD412E6671700899322 /* SDL_cpuinfo.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
369 04BD025D12E6671800899322 /* blank_cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDD612E6671700899322 /* blank_cursor.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
370 04BD025E12E6671800899322 /* default_cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDD712E6671700899322 /* default_cursor.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
371 04BD025F12E6671800899322 /* scancodes_darwin.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDD812E6671700899322 /* scancodes_darwin.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
372 04BD026012E6671800899322 /* scancodes_linux.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDD912E6671700899322 /* scancodes_linux.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
373 04BD026212E6671800899322 /* scancodes_xfree86.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDDB12E6671700899322 /* scancodes_xfree86.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
374 04BD026312E6671800899322 /* SDL_clipboardevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDDC12E6671700899322 /* SDL_clipboardevents.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
375 04BD026412E6671800899322 /* SDL_clipboardevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDDD12E6671700899322 /* SDL_clipboardevents_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
376 04BD026512E6671800899322 /* SDL_events.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDDE12E6671700899322 /* SDL_events.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
377 04BD026612E6671800899322 /* SDL_events_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDDF12E6671700899322 /* SDL_events_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
378 04BD026712E6671800899322 /* SDL_gesture.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDE012E6671700899322 /* SDL_gesture.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
379 04BD026812E6671800899322 /* SDL_gesture_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDE112E6671700899322 /* SDL_gesture_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
380 04BD026912E6671800899322 /* SDL_keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDE212E6671700899322 /* SDL_keyboard.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
381 04BD026A12E6671800899322 /* SDL_keyboard_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDE312E6671700899322 /* SDL_keyboard_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
382 04BD026B12E6671800899322 /* SDL_mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDE412E6671700899322 /* SDL_mouse.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
383 04BD026C12E6671800899322 /* SDL_mouse_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDE512E6671700899322 /* SDL_mouse_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
384 04BD026D12E6671800899322 /* SDL_quit.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDE612E6671700899322 /* SDL_quit.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
385 04BD026E12E6671800899322 /* SDL_sysevents.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDE712E6671700899322 /* SDL_sysevents.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
386 04BD026F12E6671800899322 /* SDL_touch.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDE812E6671700899322 /* SDL_touch.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
387 04BD027012E6671800899322 /* SDL_touch_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDE912E6671700899322 /* SDL_touch_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
388 04BD027112E6671800899322 /* SDL_windowevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDEA12E6671700899322 /* SDL_windowevents.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
389 04BD027212E6671800899322 /* SDL_windowevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDEB12E6671700899322 /* SDL_windowevents_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
390 04BD027312E6671800899322 /* SDL_rwopsbundlesupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDEE12E6671700899322 /* SDL_rwopsbundlesupport.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
391 04BD027412E6671800899322 /* SDL_rwopsbundlesupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDEF12E6671700899322 /* SDL_rwopsbundlesupport.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
392 04BD027512E6671800899322 /* SDL_rwops.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDF012E6671700899322 /* SDL_rwops.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
393 04BD027612E6671800899322 /* SDL_syshaptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDF312E6671700899322 /* SDL_syshaptic.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
394 04BD027A12E6671800899322 /* SDL_haptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDFA12E6671700899322 /* SDL_haptic.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
395 04BD027B12E6671800899322 /* SDL_haptic_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDFB12E6671700899322 /* SDL_haptic_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
396 04BD027C12E6671800899322 /* SDL_syshaptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFDFC12E6671700899322 /* SDL_syshaptic.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
397 04BD028112E6671800899322 /* SDL_sysjoystick.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE0712E6671700899322 /* SDL_sysjoystick.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
398 04BD028212E6671800899322 /* SDL_sysjoystick_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE0812E6671700899322 /* SDL_sysjoystick_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
399 04BD028B12E6671800899322 /* SDL_joystick.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE1612E6671700899322 /* SDL_joystick.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
400 04BD028C12E6671800899322 /* SDL_joystick_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE1712E6671700899322 /* SDL_joystick_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
401 04BD028D12E6671800899322 /* SDL_sysjoystick.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE1812E6671700899322 /* SDL_sysjoystick.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
402 04BD02A312E6671800899322 /* SDL_sysloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE3312E6671700899322 /* SDL_sysloadso.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
403 04BD02A512E6671800899322 /* SDL_dlcompat.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE3712E6671700899322 /* SDL_dlcompat.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
404 04BD02AE12E6671800899322 /* SDL_syspower.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE4B12E6671700899322 /* SDL_syspower.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
405 04BD02B012E6671800899322 /* SDL_power.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE4E12E6671700899322 /* SDL_power.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
406 04BD02B512E6671800899322 /* SDL_assert_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE5512E6671700899322 /* SDL_assert_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
407 04BD02B612E6671800899322 /* SDL_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5612E6671700899322 /* SDL_assert.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
408 04BD02B712E6671800899322 /* SDL_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5712E6671700899322 /* SDL_compat.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
409 04BD02B812E6671800899322 /* SDL_error_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE5812E6671700899322 /* SDL_error_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
410 04BD02B912E6671800899322 /* SDL_error.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5912E6671700899322 /* SDL_error.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
411 04BD02BA12E6671800899322 /* SDL_fatal.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5A12E6671700899322 /* SDL_fatal.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
412 04BD02BB12E6671800899322 /* SDL_fatal.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE5B12E6671700899322 /* SDL_fatal.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
413 04BD02BC12E6671800899322 /* SDL.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5C12E6671700899322 /* SDL.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
414 04BD02BD12E6671800899322 /* SDL_getenv.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5E12E6671700899322 /* SDL_getenv.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
415 04BD02BE12E6671800899322 /* SDL_iconv.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE5F12E6671700899322 /* SDL_iconv.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
416 04BD02BF12E6671800899322 /* SDL_malloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE6012E6671700899322 /* SDL_malloc.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
417 04BD02C012E6671800899322 /* SDL_qsort.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE6112E6671700899322 /* SDL_qsort.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
418 04BD02C112E6671800899322 /* SDL_stdlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE6212E6671700899322 /* SDL_stdlib.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
419 04BD02C212E6671800899322 /* SDL_string.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE6312E6671700899322 /* SDL_string.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
420 04BD02D712E6671800899322 /* SDL_syscond.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE7E12E6671800899322 /* SDL_syscond.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
421 04BD02D812E6671800899322 /* SDL_sysmutex.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE7F12E6671800899322 /* SDL_sysmutex.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
422 04BD02D912E6671800899322 /* SDL_sysmutex_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE8012E6671800899322 /* SDL_sysmutex_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
423 04BD02DA12E6671800899322 /* SDL_syssem.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE8112E6671800899322 /* SDL_syssem.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
424 04BD02DB12E6671800899322 /* SDL_systhread.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE8212E6671800899322 /* SDL_systhread.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
425 04BD02DC12E6671800899322 /* SDL_systhread_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE8312E6671800899322 /* SDL_systhread_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
426 04BD02E312E6671800899322 /* SDL_systhread.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE8B12E6671800899322 /* SDL_systhread.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
427 04BD02E412E6671800899322 /* SDL_thread.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE8C12E6671800899322 /* SDL_thread.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
428 04BD02E512E6671800899322 /* SDL_thread_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFE8D12E6671800899322 /* SDL_thread_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
429 04BD02F112E6671800899322 /* SDL_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFE9F12E6671800899322 /* SDL_timer.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
430 04BD02F212E6671800899322 /* SDL_timer_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEA012E6671800899322 /* SDL_timer_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
431 04BD02F312E6671800899322 /* SDL_systimer.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEA212E6671800899322 /* SDL_systimer.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
432 04BD030D12E6671800899322 /* SDL_cocoaclipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEC212E6671800899322 /* SDL_cocoaclipboard.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
433 04BD030E12E6671800899322 /* SDL_cocoaclipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEC312E6671800899322 /* SDL_cocoaclipboard.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
434 04BD030F12E6671800899322 /* SDL_cocoaevents.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEC412E6671800899322 /* SDL_cocoaevents.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
435 04BD031012E6671800899322 /* SDL_cocoaevents.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEC512E6671800899322 /* SDL_cocoaevents.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
436 04BD031112E6671800899322 /* SDL_cocoakeyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEC612E6671800899322 /* SDL_cocoakeyboard.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
437 04BD031212E6671800899322 /* SDL_cocoakeyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEC712E6671800899322 /* SDL_cocoakeyboard.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
438 04BD031312E6671800899322 /* SDL_cocoamodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEC812E6671800899322 /* SDL_cocoamodes.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
439 04BD031412E6671800899322 /* SDL_cocoamodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEC912E6671800899322 /* SDL_cocoamodes.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
440 04BD031512E6671800899322 /* SDL_cocoamouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFECA12E6671800899322 /* SDL_cocoamouse.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
441 04BD031612E6671800899322 /* SDL_cocoamouse.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFECB12E6671800899322 /* SDL_cocoamouse.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
442 04BD031712E6671800899322 /* SDL_cocoaopengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFECC12E6671800899322 /* SDL_cocoaopengl.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
443 04BD031812E6671800899322 /* SDL_cocoaopengl.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFECD12E6671800899322 /* SDL_cocoaopengl.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
444 04BD031912E6671800899322 /* SDL_cocoashape.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFECE12E6671800899322 /* SDL_cocoashape.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
445 04BD031A12E6671800899322 /* SDL_cocoashape.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFECF12E6671800899322 /* SDL_cocoashape.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
446 04BD031B12E6671800899322 /* SDL_cocoavideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFED012E6671800899322 /* SDL_cocoavideo.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
447 04BD031C12E6671800899322 /* SDL_cocoavideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFED112E6671800899322 /* SDL_cocoavideo.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
448 04BD031D12E6671800899322 /* SDL_cocoawindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFED212E6671800899322 /* SDL_cocoawindow.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
449 04BD031E12E6671800899322 /* SDL_cocoawindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFED312E6671800899322 /* SDL_cocoawindow.m */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
450 04BD033112E6671800899322 /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEE812E6671800899322 /* SDL_nullevents.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
451 04BD033212E6671800899322 /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEE912E6671800899322 /* SDL_nullevents_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
452 04BD033512E6671800899322 /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFEEC12E6671800899322 /* SDL_nullvideo.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
453 04BD033612E6671800899322 /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFEED12E6671800899322 /* SDL_nullvideo.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
454 04BD038F12E6671800899322 /* SDL_blit.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF4E12E6671800899322 /* SDL_blit.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
455 04BD039012E6671800899322 /* SDL_blit.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF4F12E6671800899322 /* SDL_blit.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
456 04BD039112E6671800899322 /* SDL_blit_0.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5012E6671800899322 /* SDL_blit_0.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
457 04BD039212E6671800899322 /* SDL_blit_1.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5112E6671800899322 /* SDL_blit_1.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
458 04BD039312E6671800899322 /* SDL_blit_A.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5212E6671800899322 /* SDL_blit_A.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
459 04BD039412E6671800899322 /* SDL_blit_auto.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5312E6671800899322 /* SDL_blit_auto.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
460 04BD039512E6671800899322 /* SDL_blit_auto.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF5412E6671800899322 /* SDL_blit_auto.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
461 04BD039612E6671800899322 /* SDL_blit_copy.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5512E6671800899322 /* SDL_blit_copy.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
462 04BD039712E6671800899322 /* SDL_blit_copy.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF5612E6671800899322 /* SDL_blit_copy.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
463 04BD039812E6671800899322 /* SDL_blit_N.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5712E6671800899322 /* SDL_blit_N.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
464 04BD039912E6671800899322 /* SDL_blit_slow.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5812E6671800899322 /* SDL_blit_slow.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
465 04BD039A12E6671800899322 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF5912E6671800899322 /* SDL_blit_slow.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
466 04BD039B12E6671800899322 /* SDL_bmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5A12E6671800899322 /* SDL_bmp.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
467 04BD039C12E6671800899322 /* SDL_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF5B12E6671800899322 /* SDL_clipboard.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
468 04BD03A112E6671800899322 /* SDL_fillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6012E6671800899322 /* SDL_fillrect.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
469 04BD03A212E6671800899322 /* SDL_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6112E6671800899322 /* SDL_gamma.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
470 04BD03A312E6671800899322 /* SDL_glesfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6212E6671800899322 /* SDL_glesfuncs.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
471 04BD03A412E6671800899322 /* SDL_glfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6312E6671800899322 /* SDL_glfuncs.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
472 04BD03A512E6671800899322 /* SDL_leaks.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6412E6671800899322 /* SDL_leaks.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
473 04BD03A612E6671800899322 /* SDL_pixels.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6512E6671800899322 /* SDL_pixels.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
474 04BD03A712E6671800899322 /* SDL_pixels_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF6612E6671800899322 /* SDL_pixels_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
475 04BD03A812E6671800899322 /* SDL_rect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6712E6671800899322 /* SDL_rect.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
476 04BD03B012E6671800899322 /* SDL_RLEaccel.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF6F12E6671800899322 /* SDL_RLEaccel.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
477 04BD03B112E6671800899322 /* SDL_RLEaccel_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF7012E6671800899322 /* SDL_RLEaccel_c.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
478 04BD03B212E6671800899322 /* SDL_shape.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF7112E6671800899322 /* SDL_shape.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
479 04BD03B312E6671800899322 /* SDL_shape_internals.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF7212E6671800899322 /* SDL_shape_internals.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
480 04BD03B412E6671800899322 /* SDL_stretch.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF7312E6671800899322 /* SDL_stretch.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
481 04BD03B512E6671800899322 /* SDL_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF7412E6671800899322 /* SDL_surface.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
482 04BD03B612E6671800899322 /* SDL_sysvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFF7512E6671800899322 /* SDL_sysvideo.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
483 04BD03B712E6671800899322 /* SDL_video.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFF7612E6671800899322 /* SDL_video.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
484 04BD03F312E6671800899322 /* imKStoUCS.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFB812E6671800899322 /* imKStoUCS.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
485 04BD03F412E6671800899322 /* imKStoUCS.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFB912E6671800899322 /* imKStoUCS.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
486 04BD03F512E6671800899322 /* SDL_x11clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFBA12E6671800899322 /* SDL_x11clipboard.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
487 04BD03F612E6671800899322 /* SDL_x11clipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFBB12E6671800899322 /* SDL_x11clipboard.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
488 04BD03F712E6671800899322 /* SDL_x11dyn.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFBC12E6671800899322 /* SDL_x11dyn.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
489 04BD03F812E6671800899322 /* SDL_x11dyn.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFBD12E6671800899322 /* SDL_x11dyn.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
490 04BD03F912E6671800899322 /* SDL_x11events.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFBE12E6671800899322 /* SDL_x11events.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
491 04BD03FA12E6671800899322 /* SDL_x11events.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFBF12E6671800899322 /* SDL_x11events.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
492 04BD03FB12E6671800899322 /* SDL_x11gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFC012E6671800899322 /* SDL_x11gamma.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
493 04BD03FC12E6671800899322 /* SDL_x11gamma.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFC112E6671800899322 /* SDL_x11gamma.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
494 04BD03FD12E6671800899322 /* SDL_x11keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFC212E6671800899322 /* SDL_x11keyboard.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
495 04BD03FE12E6671800899322 /* SDL_x11keyboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFC312E6671800899322 /* SDL_x11keyboard.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
496 04BD03FF12E6671800899322 /* SDL_x11modes.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFC412E6671800899322 /* SDL_x11modes.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
497 04BD040012E6671800899322 /* SDL_x11modes.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFC512E6671800899322 /* SDL_x11modes.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
498 04BD040112E6671800899322 /* SDL_x11mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFC612E6671800899322 /* SDL_x11mouse.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
499 04BD040212E6671800899322 /* SDL_x11mouse.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFC712E6671800899322 /* SDL_x11mouse.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
500 04BD040312E6671800899322 /* SDL_x11opengl.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFC812E6671800899322 /* SDL_x11opengl.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
501 04BD040412E6671800899322 /* SDL_x11opengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFC912E6671800899322 /* SDL_x11opengl.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
502 04BD040512E6671800899322 /* SDL_x11opengles.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFCA12E6671800899322 /* SDL_x11opengles.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
503 04BD040612E6671800899322 /* SDL_x11opengles.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFCB12E6671800899322 /* SDL_x11opengles.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
504 04BD040912E6671800899322 /* SDL_x11shape.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFCE12E6671800899322 /* SDL_x11shape.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
505 04BD040A12E6671800899322 /* SDL_x11shape.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFCF12E6671800899322 /* SDL_x11shape.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
506 04BD040B12E6671800899322 /* SDL_x11sym.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFD012E6671800899322 /* SDL_x11sym.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
507 04BD040C12E6671800899322 /* SDL_x11touch.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFD112E6671800899322 /* SDL_x11touch.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
508 04BD040D12E6671800899322 /* SDL_x11touch.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFD212E6671800899322 /* SDL_x11touch.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
509 04BD040E12E6671800899322 /* SDL_x11video.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFD312E6671800899322 /* SDL_x11video.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
510 04BD040F12E6671800899322 /* SDL_x11video.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFD412E6671800899322 /* SDL_x11video.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
511 04BD041012E6671800899322 /* SDL_x11window.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFD512E6671800899322 /* SDL_x11window.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
512 04BD041112E6671800899322 /* SDL_x11window.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFD612E6671800899322 /* SDL_x11window.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
513 04BD041212E6671800899322 /* extutil.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFD912E6671800899322 /* extutil.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
514 04BD041312E6671800899322 /* panoramiXext.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFDA12E6671800899322 /* panoramiXext.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
515 04BD041412E6671800899322 /* panoramiXproto.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFDB12E6671800899322 /* panoramiXproto.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
516 04BD041512E6671800899322 /* StdCmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFDC12E6671800899322 /* StdCmap.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
517 04BD041612E6671800899322 /* Xext.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFDD12E6671800899322 /* Xext.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
518 04BD041712E6671800899322 /* xf86dga.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFDE12E6671800899322 /* xf86dga.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
519 04BD041812E6671800899322 /* xf86dga1.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFDF12E6671800899322 /* xf86dga1.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
520 04BD041912E6671800899322 /* xf86dga1str.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE012E6671800899322 /* xf86dga1str.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
521 04BD041A12E6671800899322 /* xf86dgastr.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE112E6671800899322 /* xf86dgastr.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
522 04BD041B12E6671800899322 /* xf86vmode.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE212E6671800899322 /* xf86vmode.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
523 04BD041C12E6671800899322 /* xf86vmstr.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE312E6671800899322 /* xf86vmstr.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
524 04BD041D12E6671800899322 /* Xinerama.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE412E6671800899322 /* Xinerama.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
525 04BD041E12E6671800899322 /* Xv.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE512E6671800899322 /* Xv.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
526 04BD041F12E6671800899322 /* Xvlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE612E6671800899322 /* Xvlib.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
527 04BD042012E6671800899322 /* Xvproto.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFE712E6671800899322 /* Xvproto.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
528 04BD042112E6671800899322 /* Xinerama.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFEA12E6671800899322 /* Xinerama.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
529 04BD042212E6671800899322 /* xme.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFEC12E6671800899322 /* xme.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
530 04BD042312E6671800899322 /* AllCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFEE12E6671800899322 /* AllCmap.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
531 04BD042412E6671800899322 /* CmapAlloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFEF12E6671800899322 /* CmapAlloc.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
532 04BD042512E6671800899322 /* CrCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF012E6671800899322 /* CrCmap.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
533 04BD042612E6671800899322 /* DelCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF112E6671800899322 /* DelCmap.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
534 04BD042712E6671800899322 /* Distinct.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF212E6671800899322 /* Distinct.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
535 04BD042812E6671800899322 /* LookupCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF312E6671800899322 /* LookupCmap.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
536 04BD042912E6671800899322 /* StdCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF412E6671800899322 /* StdCmap.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
537 04BD042A12E6671800899322 /* VisCmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF512E6671800899322 /* VisCmap.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
538 04BD042B12E6671800899322 /* Xv.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFF712E6671800899322 /* Xv.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
539 04BD042C12E6671800899322 /* Xvlibint.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFFF812E6671800899322 /* Xvlibint.h */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
540 04BD042D12E6671800899322 /* XF86VMode.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFFFA12E6671800899322 /* XF86VMode.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
541 04BDFFFB12E6671800899322 /* SDL_atomic.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD7412E6671700899322 /* SDL_atomic.c */; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
542 04BDFFFC12E6671800899322 /* SDL_spinlock.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD7512E6671700899322 /* SDL_spinlock.c */; }; |
4502
b3540fa08474
Made the new public headers public
Sam Lantinga <slouken@libsdl.org>
parents:
4501
diff
changeset
|
543 04DEA57111E6006A00386CAC /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 04DEA56F11E6006A00386CAC /* SDL_input.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
4501
0cf025066b6f
Updated Xcode project files for clipboard API
Sam Lantinga <slouken@libsdl.org>
parents:
4452
diff
changeset
|
544 04DEA57311E6006A00386CAC /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 04DEA56F11E6006A00386CAC /* SDL_input.h */; }; |
4502
b3540fa08474
Made the new public headers public
Sam Lantinga <slouken@libsdl.org>
parents:
4501
diff
changeset
|
545 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
3679
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
546 04F2AF6A1104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; }; |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
547 04F7803912FB748500FC43C0 /* SDL_nullframebuffer_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7803712FB748500FC43C0 /* SDL_nullframebuffer_c.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
548 04F7803A12FB748500FC43C0 /* SDL_nullframebuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7803812FB748500FC43C0 /* SDL_nullframebuffer.c */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
549 04F7803B12FB748500FC43C0 /* SDL_nullframebuffer_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7803712FB748500FC43C0 /* SDL_nullframebuffer_c.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
550 04F7803C12FB748500FC43C0 /* SDL_nullframebuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7803812FB748500FC43C0 /* SDL_nullframebuffer.c */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
551 04F7804912FB74A200FC43C0 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7803D12FB74A200FC43C0 /* SDL_blendfillrect.c */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
552 04F7804A12FB74A200FC43C0 /* SDL_blendfillrect.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7803E12FB74A200FC43C0 /* SDL_blendfillrect.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
553 04F7804B12FB74A200FC43C0 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7803F12FB74A200FC43C0 /* SDL_blendline.c */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
554 04F7804C12FB74A200FC43C0 /* SDL_blendline.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804012FB74A200FC43C0 /* SDL_blendline.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
555 04F7804D12FB74A200FC43C0 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7804112FB74A200FC43C0 /* SDL_blendpoint.c */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
556 04F7804E12FB74A200FC43C0 /* SDL_blendpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804212FB74A200FC43C0 /* SDL_blendpoint.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
557 04F7804F12FB74A200FC43C0 /* SDL_draw.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804312FB74A200FC43C0 /* SDL_draw.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
558 04F7805012FB74A200FC43C0 /* SDL_drawline.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7804412FB74A200FC43C0 /* SDL_drawline.c */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
559 04F7805112FB74A200FC43C0 /* SDL_drawline.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804512FB74A200FC43C0 /* SDL_drawline.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
560 04F7805212FB74A200FC43C0 /* SDL_drawpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7804612FB74A200FC43C0 /* SDL_drawpoint.c */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
561 04F7805312FB74A200FC43C0 /* SDL_drawpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804712FB74A200FC43C0 /* SDL_drawpoint.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
562 04F7805412FB74A200FC43C0 /* SDL_renderer_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804812FB74A200FC43C0 /* SDL_renderer_sw_c.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
563 04F7805512FB74A200FC43C0 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7803D12FB74A200FC43C0 /* SDL_blendfillrect.c */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
564 04F7805612FB74A200FC43C0 /* SDL_blendfillrect.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7803E12FB74A200FC43C0 /* SDL_blendfillrect.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
565 04F7805712FB74A200FC43C0 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7803F12FB74A200FC43C0 /* SDL_blendline.c */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
566 04F7805812FB74A200FC43C0 /* SDL_blendline.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804012FB74A200FC43C0 /* SDL_blendline.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
567 04F7805912FB74A200FC43C0 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7804112FB74A200FC43C0 /* SDL_blendpoint.c */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
568 04F7805A12FB74A200FC43C0 /* SDL_blendpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804212FB74A200FC43C0 /* SDL_blendpoint.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
569 04F7805B12FB74A200FC43C0 /* SDL_draw.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804312FB74A200FC43C0 /* SDL_draw.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
570 04F7805C12FB74A200FC43C0 /* SDL_drawline.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7804412FB74A200FC43C0 /* SDL_drawline.c */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
571 04F7805D12FB74A200FC43C0 /* SDL_drawline.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804512FB74A200FC43C0 /* SDL_drawline.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
572 04F7805E12FB74A200FC43C0 /* SDL_drawpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F7804612FB74A200FC43C0 /* SDL_drawpoint.c */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
573 04F7805F12FB74A200FC43C0 /* SDL_drawpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804712FB74A200FC43C0 /* SDL_drawpoint.h */; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
574 04F7806012FB74A200FC43C0 /* SDL_renderer_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F7804812FB74A200FC43C0 /* SDL_renderer_sw_c.h */; }; |
5089 | 575 453773821207C518002F0F45 /* SDL_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = 453773811207C518002F0F45 /* SDL_shape.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
4908
9b9dc9fc7df2
Fix Xcode project to turns the SDL_gesture.h and SDL_touch.h into public includes (since they are included when using the SDL/SDL.h file)
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4862
diff
changeset
|
576 8CB0A77811F6A87F00CBA2DE /* SDL_gesture.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CB0A77611F6A87F00CBA2DE /* SDL_gesture.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
9b9dc9fc7df2
Fix Xcode project to turns the SDL_gesture.h and SDL_touch.h into public includes (since they are included when using the SDL/SDL.h file)
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4862
diff
changeset
|
577 8CB0A77911F6A87F00CBA2DE /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CB0A77711F6A87F00CBA2DE /* SDL_touch.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
3331 | 578 BECDF6760761BA81005FE872 /* SDL_cpuinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */; }; |
579 BECDF6770761BA81005FE872 /* SDL_name.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC705C4450500E5DC7F /* SDL_name.h */; }; | |
580 /* End PBXBuildFile section */ | |
581 | |
582 /* Begin PBXContainerItemProxy section */ | |
583 002D2AA8106C196E00BF972E /* PBXContainerItemProxy */ = { | |
584 isa = PBXContainerItemProxy; | |
585 containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; | |
586 proxyType = 1; | |
587 remoteGlobalIDString = 002D2A9E106C18E700BF972E; | |
588 remoteInfo = "Generate Header Files"; | |
589 }; | |
590 002D2AAB106C19B200BF972E /* PBXContainerItemProxy */ = { | |
591 isa = PBXContainerItemProxy; | |
592 containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; | |
593 proxyType = 1; | |
594 remoteGlobalIDString = 002D2A9E106C18E700BF972E; | |
595 remoteInfo = "Generate Header Files"; | |
596 }; | |
597 008310451072EA9000A531F1 /* PBXContainerItemProxy */ = { | |
598 isa = PBXContainerItemProxy; | |
599 containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; | |
600 proxyType = 1; | |
601 remoteGlobalIDString = 0083103F1072EA5700A531F1; | |
602 remoteInfo = "Generate Doxygen DocSet"; | |
603 }; | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
604 00D8DA2E1195094500638393 /* PBXContainerItemProxy */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
605 isa = PBXContainerItemProxy; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
606 containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
607 proxyType = 1; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
608 remoteGlobalIDString = BECDF5FE0761BA81005FE872; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
609 remoteInfo = Framework; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
610 }; |
3331 | 611 BECDF6C50761BA81005FE872 /* PBXContainerItemProxy */ = { |
612 isa = PBXContainerItemProxy; | |
613 containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; | |
614 proxyType = 1; | |
615 remoteGlobalIDString = BECDF5FE0761BA81005FE872; | |
616 remoteInfo = "Framework (Upgraded)"; | |
617 }; | |
618 /* End PBXContainerItemProxy section */ | |
619 | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
620 /* Begin PBXCopyFilesBuildPhase section */ |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
621 006E9491119510E1001DE610 /* Copy Frameworks */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
622 isa = PBXCopyFilesBuildPhase; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
623 buildActionMask = 2147483647; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
624 dstPath = ""; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
625 dstSubfolderSpec = 10; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
626 files = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
627 006E94F01195125B001DE610 /* SDL.framework in Copy Frameworks */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
628 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
629 name = "Copy Frameworks"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
630 runOnlyForDeploymentPostprocessing = 0; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
631 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
632 006E94B3119511CE001DE610 /* Copy rwops */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
633 isa = PBXCopyFilesBuildPhase; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
634 buildActionMask = 2147483647; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
635 dstPath = rwops; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
636 dstSubfolderSpec = 7; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
637 files = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
638 006E94BC11951217001DE610 /* read in Copy rwops */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
639 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
640 name = "Copy rwops"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
641 runOnlyForDeploymentPostprocessing = 0; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
642 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
643 /* End PBXCopyFilesBuildPhase section */ |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
644 |
3331 | 645 /* Begin PBXFileReference section */ |
646 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; }; | |
647 00162D3709BD1FA90037C8D0 /* SDL_config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_config.h; path = ../../include/SDL_config.h; sourceTree = SOURCE_ROOT; }; | |
648 00162D3809BD1FA90037C8D0 /* SDL_platform.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_platform.h; path = ../../include/SDL_platform.h; sourceTree = SOURCE_ROOT; }; | |
649 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_stdinc.h; path = ../../include/SDL_stdinc.h; sourceTree = SOURCE_ROOT; }; | |
4452
4011619aab7e
Updated Mac Xcode project for refactored rwops automated test changes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4447
diff
changeset
|
650 001E39EC1196F75000A3F5B8 /* TestSupportRWops_Cocoa.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestSupportRWops_Cocoa.m; sourceTree = "<group>"; }; |
4011619aab7e
Updated Mac Xcode project for refactored rwops automated test changes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4447
diff
changeset
|
651 001E39ED1196F75000A3F5B8 /* TestSupportRWops.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestSupportRWops.h; sourceTree = "<group>"; }; |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
652 006E949C119511A1001DE610 /* icon.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = icon.bmp; path = ../../test/icon.bmp; sourceTree = SOURCE_ROOT; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
653 006E949D119511A1001DE610 /* moose.dat */ = {isa = PBXFileReference; lastKnownFileType = file; name = moose.dat; path = ../../test/moose.dat; sourceTree = SOURCE_ROOT; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
654 006E949E119511A1001DE610 /* picture.xbm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = picture.xbm; path = ../../test/picture.xbm; sourceTree = SOURCE_ROOT; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
655 006E949F119511A1001DE610 /* sail.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = sail.bmp; path = ../../test/sail.bmp; sourceTree = SOURCE_ROOT; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
656 006E94A0119511A1001DE610 /* sample.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = sample.bmp; path = ../../test/sample.bmp; sourceTree = SOURCE_ROOT; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
657 006E94A1119511A1001DE610 /* sample.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = sample.wav; path = ../../test/sample.wav; sourceTree = SOURCE_ROOT; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
658 006E94A2119511A1001DE610 /* utf8.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = utf8.txt; path = ../../test/utf8.txt; sourceTree = SOURCE_ROOT; }; |
3331 | 659 0073179B0858DECD00B2BC32 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = "<absolute>"; }; |
660 0073179C0858DECD00B2BC32 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = "<absolute>"; }; | |
661 0073179D0858DECD00B2BC32 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; | |
662 0073179E0858DECD00B2BC32 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; | |
663 0073179F0858DECD00B2BC32 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; }; | |
664 007317A00858DECD00B2BC32 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; }; | |
665 007317C10858E15000B2BC32 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; | |
666 00794D3F09D0C461003FC8A1 /* License.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = License.rtf; sourceTree = "<group>"; }; | |
3339 | 667 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 | 668 00AE6E1E08B958CC00255E2F /* ReadMeDevLite.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMeDevLite.txt; sourceTree = "<group>"; }; |
669 00CFA67A106B44CE00758660 /* SDL_atomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_atomic.h; path = ../../include/SDL_atomic.h; sourceTree = SOURCE_ROOT; }; | |
670 00CFA67B106B44CE00758660 /* SDL_compat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_compat.h; path = ../../include/SDL_compat.h; sourceTree = SOURCE_ROOT; }; | |
671 00CFA67C106B44CE00758660 /* SDL_haptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_haptic.h; path = ../../include/SDL_haptic.h; sourceTree = SOURCE_ROOT; }; | |
672 00CFA67D106B44CE00758660 /* SDL_pixels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_pixels.h; path = ../../include/SDL_pixels.h; sourceTree = SOURCE_ROOT; }; | |
673 00CFA67E106B44CE00758660 /* SDL_power.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_power.h; path = ../../include/SDL_power.h; sourceTree = SOURCE_ROOT; }; | |
674 00CFA67F106B44CE00758660 /* SDL_rect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_rect.h; path = ../../include/SDL_rect.h; sourceTree = SOURCE_ROOT; }; | |
675 00CFA680106B44CE00758660 /* SDL_scancode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_scancode.h; path = ../../include/SDL_scancode.h; sourceTree = SOURCE_ROOT; }; | |
676 00CFA681106B44CE00758660 /* SDL_surface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_surface.h; path = ../../include/SDL_surface.h; sourceTree = SOURCE_ROOT; }; | |
677 00CFA89C106B4BA100758660 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ForceFeedback.framework; path = /System/Library/Frameworks/ForceFeedback.framework; sourceTree = "<absolute>"; }; | |
678 00D0D08310675DD9004B05EF /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
679 00D8D9EF1195090700638393 /* testsdl.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = testsdl.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
680 00D8D9F11195090700638393 /* testsdl-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "testsdl-Info.plist"; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
681 00D8D9FC1195093100638393 /* audio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = audio.c; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
682 00D8D9FD1195093100638393 /* audio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audio.h; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
683 00D8D9FF1195093100638393 /* common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = common.c; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
684 00D8DA001195093100638393 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
685 00D8DA011195093100638393 /* images.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = images.h; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
686 00D8DA021195093100638393 /* img_blit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = img_blit.c; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
687 00D8DA031195093100638393 /* img_blitblend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = img_blitblend.c; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
688 00D8DA041195093100638393 /* img_face.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = img_face.c; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
689 00D8DA051195093100638393 /* img_primitives.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = img_primitives.c; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
690 00D8DA061195093100638393 /* img_primitivesblend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = img_primitivesblend.c; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
691 00D8DA081195093100638393 /* platform.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = platform.c; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
692 00D8DA091195093100638393 /* platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
693 00D8DA0A1195093100638393 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = ../../test/automated/README; sourceTree = SOURCE_ROOT; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
694 00D8DA0C1195093100638393 /* rect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rect.c; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
695 00D8DA0D1195093100638393 /* rect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rect.h; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
696 00D8DA0F1195093100638393 /* render.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = render.c; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
697 00D8DA101195093100638393 /* render.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = render.h; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
698 00D8DA121195093100638393 /* read */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = read; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
699 00D8DA131195093100638393 /* rwops.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rwops.c; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
700 00D8DA141195093100638393 /* rwops.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rwops.h; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
701 00D8DA151195093100638393 /* SDL_at.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_at.c; path = ../../test/automated/SDL_at.c; sourceTree = SOURCE_ROOT; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
702 00D8DA161195093100638393 /* SDL_at.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_at.h; path = ../../test/automated/SDL_at.h; sourceTree = SOURCE_ROOT; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
703 00D8DA181195093100638393 /* surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = surface.c; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
704 00D8DA191195093100638393 /* surface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surface.h; sourceTree = "<group>"; }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
705 00D8DA1A1195093100638393 /* testsdl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testsdl.c; path = ../../test/automated/testsdl.c; sourceTree = SOURCE_ROOT; }; |
3331 | 706 00F5D79E0990CA0D0051C449 /* UniversalBinaryNotes.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = UniversalBinaryNotes.rtf; sourceTree = "<group>"; }; |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
707 041B2C9412FA0D2A0087D585 /* SDL_render.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_render.h; path = ../../include/SDL_render.h; sourceTree = SOURCE_ROOT; }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
708 041B2C9B12FA0D680087D585 /* SDL_renderer_gl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_renderer_gl.c; sourceTree = "<group>"; }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
709 041B2C9E12FA0D680087D585 /* SDL_render.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_render.c; sourceTree = "<group>"; }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
710 041B2C9F12FA0D680087D585 /* SDL_sysrender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysrender.h; sourceTree = "<group>"; }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
711 041B2CA112FA0D680087D585 /* SDL_renderer_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_renderer_sw.c; sourceTree = "<group>"; }; |
5159
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
712 04409B8D12FA97ED00FB9AA8 /* mmx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mmx.h; sourceTree = "<group>"; }; |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
713 04409B8E12FA97ED00FB9AA8 /* SDL_yuv_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_mmx.c; sourceTree = "<group>"; }; |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
714 04409B8F12FA97ED00FB9AA8 /* SDL_yuv_sw_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_yuv_sw_c.h; sourceTree = "<group>"; }; |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
715 04409B9012FA97ED00FB9AA8 /* SDL_yuv_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_sw.c; sourceTree = "<group>"; }; |
4501
0cf025066b6f
Updated Xcode project files for clipboard API
Sam Lantinga <slouken@libsdl.org>
parents:
4452
diff
changeset
|
716 044E5F8411E6051C0076F181 /* SDL_clipboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_clipboard.h; path = ../../include/SDL_clipboard.h; sourceTree = SOURCE_ROOT; }; |
5089 | 717 0469A10912EE4BF100B846D6 /* SDL_blendmode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_blendmode.h; path = ../../include/SDL_blendmode.h; sourceTree = SOURCE_ROOT; }; |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
718 04BDFD7412E6671700899322 /* SDL_atomic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_atomic.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
719 04BDFD7512E6671700899322 /* SDL_spinlock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_spinlock.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
720 04BDFD8812E6671700899322 /* SDL_diskaudio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_diskaudio.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
721 04BDFD8912E6671700899322 /* SDL_diskaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_diskaudio.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
722 04BDFD9412E6671700899322 /* SDL_dummyaudio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_dummyaudio.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
723 04BDFD9512E6671700899322 /* SDL_dummyaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_dummyaudio.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
724 04BDFDA012E6671700899322 /* SDL_coreaudio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_coreaudio.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
725 04BDFDA112E6671700899322 /* SDL_coreaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_coreaudio.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
726 04BDFDB412E6671700899322 /* SDL_audio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_audio.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
727 04BDFDB512E6671700899322 /* SDL_audio_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_audio_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
728 04BDFDB612E6671700899322 /* SDL_audiocvt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_audiocvt.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
729 04BDFDB712E6671700899322 /* SDL_audiodev.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_audiodev.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
730 04BDFDB812E6671700899322 /* SDL_audiodev_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_audiodev_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
731 04BDFDB912E6671700899322 /* SDL_audiomem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_audiomem.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
732 04BDFDBA12E6671700899322 /* SDL_audiotypecvt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_audiotypecvt.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
733 04BDFDBB12E6671700899322 /* SDL_mixer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_mixer.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
734 04BDFDBC12E6671700899322 /* SDL_mixer_m68k.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_mixer_m68k.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
735 04BDFDBD12E6671700899322 /* SDL_mixer_m68k.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_mixer_m68k.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
736 04BDFDBE12E6671700899322 /* SDL_mixer_MMX.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_mixer_MMX.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
737 04BDFDBF12E6671700899322 /* SDL_mixer_MMX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_mixer_MMX.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
738 04BDFDC012E6671700899322 /* SDL_mixer_MMX_VC.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_mixer_MMX_VC.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
739 04BDFDC112E6671700899322 /* SDL_mixer_MMX_VC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_mixer_MMX_VC.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
740 04BDFDC212E6671700899322 /* SDL_sysaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysaudio.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
741 04BDFDC312E6671700899322 /* SDL_wave.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_wave.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
742 04BDFDC412E6671700899322 /* SDL_wave.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_wave.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
743 04BDFDD412E6671700899322 /* SDL_cpuinfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_cpuinfo.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
744 04BDFDD612E6671700899322 /* blank_cursor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blank_cursor.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
745 04BDFDD712E6671700899322 /* default_cursor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = default_cursor.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
746 04BDFDD812E6671700899322 /* scancodes_darwin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scancodes_darwin.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
747 04BDFDD912E6671700899322 /* scancodes_linux.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scancodes_linux.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
748 04BDFDDB12E6671700899322 /* scancodes_xfree86.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scancodes_xfree86.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
749 04BDFDDC12E6671700899322 /* SDL_clipboardevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_clipboardevents.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
750 04BDFDDD12E6671700899322 /* SDL_clipboardevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_clipboardevents_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
751 04BDFDDE12E6671700899322 /* SDL_events.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_events.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
752 04BDFDDF12E6671700899322 /* SDL_events_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_events_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
753 04BDFDE012E6671700899322 /* SDL_gesture.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_gesture.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
754 04BDFDE112E6671700899322 /* SDL_gesture_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_gesture_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
755 04BDFDE212E6671700899322 /* SDL_keyboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_keyboard.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
756 04BDFDE312E6671700899322 /* SDL_keyboard_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_keyboard_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
757 04BDFDE412E6671700899322 /* SDL_mouse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_mouse.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
758 04BDFDE512E6671700899322 /* SDL_mouse_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_mouse_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
759 04BDFDE612E6671700899322 /* SDL_quit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_quit.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
760 04BDFDE712E6671700899322 /* SDL_sysevents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysevents.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
761 04BDFDE812E6671700899322 /* SDL_touch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_touch.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
762 04BDFDE912E6671700899322 /* SDL_touch_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_touch_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
763 04BDFDEA12E6671700899322 /* SDL_windowevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_windowevents.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
764 04BDFDEB12E6671700899322 /* SDL_windowevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_windowevents_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
765 04BDFDEE12E6671700899322 /* SDL_rwopsbundlesupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_rwopsbundlesupport.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
766 04BDFDEF12E6671700899322 /* SDL_rwopsbundlesupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_rwopsbundlesupport.m; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
767 04BDFDF012E6671700899322 /* SDL_rwops.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_rwops.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
768 04BDFDF312E6671700899322 /* SDL_syshaptic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_syshaptic.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
769 04BDFDFA12E6671700899322 /* SDL_haptic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_haptic.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
770 04BDFDFB12E6671700899322 /* SDL_haptic_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_haptic_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
771 04BDFDFC12E6671700899322 /* SDL_syshaptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_syshaptic.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
772 04BDFE0712E6671700899322 /* SDL_sysjoystick.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_sysjoystick.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
773 04BDFE0812E6671700899322 /* SDL_sysjoystick_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysjoystick_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
774 04BDFE1612E6671700899322 /* SDL_joystick.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_joystick.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
775 04BDFE1712E6671700899322 /* SDL_joystick_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_joystick_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
776 04BDFE1812E6671700899322 /* SDL_sysjoystick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysjoystick.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
777 04BDFE3312E6671700899322 /* SDL_sysloadso.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_sysloadso.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
778 04BDFE3712E6671700899322 /* SDL_dlcompat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_dlcompat.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
779 04BDFE4B12E6671700899322 /* SDL_syspower.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_syspower.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
780 04BDFE4E12E6671700899322 /* SDL_power.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_power.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
781 04BDFE5512E6671700899322 /* SDL_assert_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_assert_c.h; path = ../../src/SDL_assert_c.h; sourceTree = SOURCE_ROOT; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
782 04BDFE5612E6671700899322 /* SDL_assert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_assert.c; path = ../../src/SDL_assert.c; sourceTree = SOURCE_ROOT; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
783 04BDFE5712E6671700899322 /* SDL_compat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_compat.c; path = ../../src/SDL_compat.c; sourceTree = SOURCE_ROOT; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
784 04BDFE5812E6671700899322 /* 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; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
785 04BDFE5912E6671700899322 /* SDL_error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_error.c; path = ../../src/SDL_error.c; sourceTree = SOURCE_ROOT; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
786 04BDFE5A12E6671700899322 /* SDL_fatal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_fatal.c; path = ../../src/SDL_fatal.c; sourceTree = SOURCE_ROOT; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
787 04BDFE5B12E6671700899322 /* SDL_fatal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_fatal.h; path = ../../src/SDL_fatal.h; sourceTree = SOURCE_ROOT; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
788 04BDFE5C12E6671700899322 /* SDL.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL.c; path = ../../src/SDL.c; sourceTree = SOURCE_ROOT; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
789 04BDFE5E12E6671700899322 /* SDL_getenv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_getenv.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
790 04BDFE5F12E6671700899322 /* SDL_iconv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_iconv.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
791 04BDFE6012E6671700899322 /* SDL_malloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_malloc.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
792 04BDFE6112E6671700899322 /* SDL_qsort.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_qsort.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
793 04BDFE6212E6671700899322 /* SDL_stdlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_stdlib.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
794 04BDFE6312E6671700899322 /* SDL_string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_string.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
795 04BDFE7E12E6671800899322 /* SDL_syscond.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_syscond.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
796 04BDFE7F12E6671800899322 /* SDL_sysmutex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_sysmutex.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
797 04BDFE8012E6671800899322 /* SDL_sysmutex_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysmutex_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
798 04BDFE8112E6671800899322 /* SDL_syssem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_syssem.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
799 04BDFE8212E6671800899322 /* SDL_systhread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_systhread.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
800 04BDFE8312E6671800899322 /* SDL_systhread_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_systhread_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
801 04BDFE8B12E6671800899322 /* SDL_systhread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_systhread.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
802 04BDFE8C12E6671800899322 /* SDL_thread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_thread.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
803 04BDFE8D12E6671800899322 /* SDL_thread_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_thread_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
804 04BDFE9F12E6671800899322 /* SDL_timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_timer.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
805 04BDFEA012E6671800899322 /* SDL_timer_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_timer_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
806 04BDFEA212E6671800899322 /* SDL_systimer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_systimer.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
807 04BDFEC212E6671800899322 /* SDL_cocoaclipboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoaclipboard.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
808 04BDFEC312E6671800899322 /* SDL_cocoaclipboard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoaclipboard.m; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
809 04BDFEC412E6671800899322 /* SDL_cocoaevents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoaevents.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
810 04BDFEC512E6671800899322 /* SDL_cocoaevents.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoaevents.m; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
811 04BDFEC612E6671800899322 /* SDL_cocoakeyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoakeyboard.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
812 04BDFEC712E6671800899322 /* SDL_cocoakeyboard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoakeyboard.m; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
813 04BDFEC812E6671800899322 /* SDL_cocoamodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoamodes.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
814 04BDFEC912E6671800899322 /* SDL_cocoamodes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoamodes.m; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
815 04BDFECA12E6671800899322 /* SDL_cocoamouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoamouse.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
816 04BDFECB12E6671800899322 /* SDL_cocoamouse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoamouse.m; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
817 04BDFECC12E6671800899322 /* SDL_cocoaopengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoaopengl.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
818 04BDFECD12E6671800899322 /* SDL_cocoaopengl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoaopengl.m; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
819 04BDFECE12E6671800899322 /* SDL_cocoashape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoashape.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
820 04BDFECF12E6671800899322 /* SDL_cocoashape.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoashape.m; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
821 04BDFED012E6671800899322 /* SDL_cocoavideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoavideo.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
822 04BDFED112E6671800899322 /* SDL_cocoavideo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoavideo.m; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
823 04BDFED212E6671800899322 /* SDL_cocoawindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_cocoawindow.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
824 04BDFED312E6671800899322 /* SDL_cocoawindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDL_cocoawindow.m; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
825 04BDFEE812E6671800899322 /* SDL_nullevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullevents.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
826 04BDFEE912E6671800899322 /* SDL_nullevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullevents_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
827 04BDFEEC12E6671800899322 /* SDL_nullvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullvideo.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
828 04BDFEED12E6671800899322 /* SDL_nullvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullvideo.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
829 04BDFF4E12E6671800899322 /* SDL_blit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
830 04BDFF4F12E6671800899322 /* SDL_blit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
831 04BDFF5012E6671800899322 /* SDL_blit_0.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_0.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
832 04BDFF5112E6671800899322 /* SDL_blit_1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_1.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
833 04BDFF5212E6671800899322 /* SDL_blit_A.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_A.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
834 04BDFF5312E6671800899322 /* SDL_blit_auto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_auto.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
835 04BDFF5412E6671800899322 /* SDL_blit_auto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit_auto.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
836 04BDFF5512E6671800899322 /* SDL_blit_copy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_copy.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
837 04BDFF5612E6671800899322 /* SDL_blit_copy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit_copy.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
838 04BDFF5712E6671800899322 /* SDL_blit_N.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_N.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
839 04BDFF5812E6671800899322 /* SDL_blit_slow.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blit_slow.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
840 04BDFF5912E6671800899322 /* SDL_blit_slow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit_slow.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
841 04BDFF5A12E6671800899322 /* SDL_bmp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_bmp.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
842 04BDFF5B12E6671800899322 /* SDL_clipboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_clipboard.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
843 04BDFF6012E6671800899322 /* SDL_fillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_fillrect.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
844 04BDFF6112E6671800899322 /* SDL_gamma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_gamma.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
845 04BDFF6212E6671800899322 /* SDL_glesfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glesfuncs.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
846 04BDFF6312E6671800899322 /* SDL_glfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_glfuncs.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
847 04BDFF6412E6671800899322 /* SDL_leaks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_leaks.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
848 04BDFF6512E6671800899322 /* SDL_pixels.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_pixels.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
849 04BDFF6612E6671800899322 /* SDL_pixels_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_pixels_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
850 04BDFF6712E6671800899322 /* SDL_rect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_rect.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
851 04BDFF6F12E6671800899322 /* SDL_RLEaccel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_RLEaccel.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
852 04BDFF7012E6671800899322 /* SDL_RLEaccel_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_RLEaccel_c.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
853 04BDFF7112E6671800899322 /* SDL_shape.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_shape.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
854 04BDFF7212E6671800899322 /* SDL_shape_internals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_shape_internals.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
855 04BDFF7312E6671800899322 /* SDL_stretch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_stretch.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
856 04BDFF7412E6671800899322 /* SDL_surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_surface.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
857 04BDFF7512E6671800899322 /* SDL_sysvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysvideo.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
858 04BDFF7612E6671800899322 /* SDL_video.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_video.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
859 04BDFFB812E6671800899322 /* imKStoUCS.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imKStoUCS.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
860 04BDFFB912E6671800899322 /* imKStoUCS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = imKStoUCS.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
861 04BDFFBA12E6671800899322 /* SDL_x11clipboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11clipboard.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
862 04BDFFBB12E6671800899322 /* SDL_x11clipboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11clipboard.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
863 04BDFFBC12E6671800899322 /* SDL_x11dyn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11dyn.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
864 04BDFFBD12E6671800899322 /* SDL_x11dyn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11dyn.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
865 04BDFFBE12E6671800899322 /* SDL_x11events.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11events.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
866 04BDFFBF12E6671800899322 /* SDL_x11events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11events.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
867 04BDFFC012E6671800899322 /* SDL_x11gamma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11gamma.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
868 04BDFFC112E6671800899322 /* SDL_x11gamma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11gamma.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
869 04BDFFC212E6671800899322 /* SDL_x11keyboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11keyboard.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
870 04BDFFC312E6671800899322 /* SDL_x11keyboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11keyboard.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
871 04BDFFC412E6671800899322 /* SDL_x11modes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11modes.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
872 04BDFFC512E6671800899322 /* SDL_x11modes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11modes.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
873 04BDFFC612E6671800899322 /* SDL_x11mouse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11mouse.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
874 04BDFFC712E6671800899322 /* SDL_x11mouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11mouse.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
875 04BDFFC812E6671800899322 /* SDL_x11opengl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11opengl.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
876 04BDFFC912E6671800899322 /* SDL_x11opengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11opengl.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
877 04BDFFCA12E6671800899322 /* SDL_x11opengles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11opengles.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
878 04BDFFCB12E6671800899322 /* SDL_x11opengles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11opengles.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
879 04BDFFCE12E6671800899322 /* SDL_x11shape.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11shape.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
880 04BDFFCF12E6671800899322 /* SDL_x11shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11shape.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
881 04BDFFD012E6671800899322 /* SDL_x11sym.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11sym.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
882 04BDFFD112E6671800899322 /* SDL_x11touch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11touch.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
883 04BDFFD212E6671800899322 /* SDL_x11touch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11touch.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
884 04BDFFD312E6671800899322 /* SDL_x11video.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11video.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
885 04BDFFD412E6671800899322 /* SDL_x11video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11video.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
886 04BDFFD512E6671800899322 /* SDL_x11window.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_x11window.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
887 04BDFFD612E6671800899322 /* SDL_x11window.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_x11window.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
888 04BDFFD912E6671800899322 /* extutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = extutil.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
889 04BDFFDA12E6671800899322 /* panoramiXext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = panoramiXext.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
890 04BDFFDB12E6671800899322 /* panoramiXproto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = panoramiXproto.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
891 04BDFFDC12E6671800899322 /* StdCmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StdCmap.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
892 04BDFFDD12E6671800899322 /* Xext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xext.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
893 04BDFFDE12E6671800899322 /* xf86dga.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86dga.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
894 04BDFFDF12E6671800899322 /* xf86dga1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86dga1.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
895 04BDFFE012E6671800899322 /* xf86dga1str.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86dga1str.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
896 04BDFFE112E6671800899322 /* xf86dgastr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86dgastr.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
897 04BDFFE212E6671800899322 /* xf86vmode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86vmode.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
898 04BDFFE312E6671800899322 /* xf86vmstr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xf86vmstr.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
899 04BDFFE412E6671800899322 /* Xinerama.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xinerama.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
900 04BDFFE512E6671800899322 /* Xv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xv.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
901 04BDFFE612E6671800899322 /* Xvlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xvlib.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
902 04BDFFE712E6671800899322 /* Xvproto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xvproto.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
903 04BDFFE812E6671800899322 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
904 04BDFFEA12E6671800899322 /* Xinerama.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Xinerama.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
905 04BDFFEC12E6671800899322 /* xme.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xme.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
906 04BDFFEE12E6671800899322 /* AllCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = AllCmap.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
907 04BDFFEF12E6671800899322 /* CmapAlloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CmapAlloc.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
908 04BDFFF012E6671800899322 /* CrCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CrCmap.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
909 04BDFFF112E6671800899322 /* DelCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = DelCmap.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
910 04BDFFF212E6671800899322 /* Distinct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Distinct.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
911 04BDFFF312E6671800899322 /* LookupCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LookupCmap.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
912 04BDFFF412E6671800899322 /* StdCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = StdCmap.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
913 04BDFFF512E6671800899322 /* VisCmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = VisCmap.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
914 04BDFFF712E6671800899322 /* Xv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Xv.c; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
915 04BDFFF812E6671800899322 /* Xvlibint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xvlibint.h; sourceTree = "<group>"; }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
916 04BDFFFA12E6671800899322 /* XF86VMode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = XF86VMode.c; sourceTree = "<group>"; }; |
4501
0cf025066b6f
Updated Xcode project files for clipboard API
Sam Lantinga <slouken@libsdl.org>
parents:
4452
diff
changeset
|
917 04DEA56F11E6006A00386CAC /* SDL_input.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_input.h; path = ../../include/SDL_input.h; sourceTree = SOURCE_ROOT; }; |
3679
ce290de32f2a
Updated Mac OS X projects with new assertion code
Sam Lantinga <slouken@libsdl.org>
parents:
3642
diff
changeset
|
918 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_assert.h; path = ../../include/SDL_assert.h; sourceTree = SOURCE_ROOT; }; |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
919 04F7803712FB748500FC43C0 /* SDL_nullframebuffer_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullframebuffer_c.h; sourceTree = "<group>"; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
920 04F7803812FB748500FC43C0 /* SDL_nullframebuffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullframebuffer.c; sourceTree = "<group>"; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
921 04F7803D12FB74A200FC43C0 /* SDL_blendfillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendfillrect.c; sourceTree = "<group>"; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
922 04F7803E12FB74A200FC43C0 /* SDL_blendfillrect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blendfillrect.h; sourceTree = "<group>"; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
923 04F7803F12FB74A200FC43C0 /* SDL_blendline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendline.c; sourceTree = "<group>"; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
924 04F7804012FB74A200FC43C0 /* SDL_blendline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blendline.h; sourceTree = "<group>"; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
925 04F7804112FB74A200FC43C0 /* SDL_blendpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendpoint.c; sourceTree = "<group>"; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
926 04F7804212FB74A200FC43C0 /* SDL_blendpoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blendpoint.h; sourceTree = "<group>"; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
927 04F7804312FB74A200FC43C0 /* SDL_draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_draw.h; sourceTree = "<group>"; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
928 04F7804412FB74A200FC43C0 /* SDL_drawline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawline.c; sourceTree = "<group>"; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
929 04F7804512FB74A200FC43C0 /* SDL_drawline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_drawline.h; sourceTree = "<group>"; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
930 04F7804612FB74A200FC43C0 /* SDL_drawpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawpoint.c; sourceTree = "<group>"; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
931 04F7804712FB74A200FC43C0 /* SDL_drawpoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_drawpoint.h; sourceTree = "<group>"; }; |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
932 04F7804812FB74A200FC43C0 /* SDL_renderer_sw_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_renderer_sw_c.h; sourceTree = "<group>"; }; |
3331 | 933 0C5AF5E501191D2B7F000001 /* begin_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = begin_code.h; path = ../../include/begin_code.h; sourceTree = SOURCE_ROOT; }; |
934 0C5AF5E601191D2B7F000001 /* close_code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = close_code.h; path = ../../include/close_code.h; sourceTree = SOURCE_ROOT; }; | |
935 0C5AF5E801191D2B7F000001 /* SDL_audio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_audio.h; path = ../../include/SDL_audio.h; sourceTree = SOURCE_ROOT; }; | |
936 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_copying.h; path = ../../include/SDL_copying.h; sourceTree = SOURCE_ROOT; }; | |
937 0C5AF5EC01191D2B7F000001 /* SDL_endian.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_endian.h; path = ../../include/SDL_endian.h; sourceTree = SOURCE_ROOT; }; | |
938 0C5AF5ED01191D2B7F000001 /* SDL_error.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_error.h; path = ../../include/SDL_error.h; sourceTree = SOURCE_ROOT; }; | |
939 0C5AF5EE01191D2B7F000001 /* SDL_events.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_events.h; path = ../../include/SDL_events.h; sourceTree = SOURCE_ROOT; }; | |
940 0C5AF5F001191D2B7F000001 /* SDL_joystick.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_joystick.h; path = ../../include/SDL_joystick.h; sourceTree = SOURCE_ROOT; }; | |
941 0C5AF5F101191D2B7F000001 /* SDL_keyboard.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_keyboard.h; path = ../../include/SDL_keyboard.h; sourceTree = SOURCE_ROOT; }; | |
942 0C5AF5F201191D2B7F000001 /* SDL_keysym.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_keysym.h; path = ../../include/SDL_keysym.h; sourceTree = SOURCE_ROOT; }; | |
943 0C5AF5F301191D2B7F000001 /* SDL_main.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_main.h; path = ../../include/SDL_main.h; sourceTree = SOURCE_ROOT; }; | |
944 0C5AF5F401191D2B7F000001 /* SDL_mouse.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_mouse.h; path = ../../include/SDL_mouse.h; sourceTree = SOURCE_ROOT; }; | |
945 0C5AF5F501191D2B7F000001 /* SDL_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_mutex.h; path = ../../include/SDL_mutex.h; sourceTree = SOURCE_ROOT; }; | |
946 0C5AF5F601191D2B7F000001 /* SDL_opengl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_opengl.h; path = ../../include/SDL_opengl.h; sourceTree = SOURCE_ROOT; }; | |
947 0C5AF5F701191D2B7F000001 /* SDL_quit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_quit.h; path = ../../include/SDL_quit.h; sourceTree = SOURCE_ROOT; }; | |
948 0C5AF5F801191D2B7F000001 /* SDL_rwops.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_rwops.h; path = ../../include/SDL_rwops.h; sourceTree = SOURCE_ROOT; }; | |
949 0C5AF5F901191D2B7F000001 /* SDL_syswm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_syswm.h; path = ../../include/SDL_syswm.h; sourceTree = SOURCE_ROOT; }; | |
950 0C5AF5FA01191D2B7F000001 /* SDL_thread.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_thread.h; path = ../../include/SDL_thread.h; sourceTree = SOURCE_ROOT; }; | |
951 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_timer.h; path = ../../include/SDL_timer.h; sourceTree = SOURCE_ROOT; }; | |
952 0C5AF5FC01191D2B7F000001 /* SDL_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_types.h; path = ../../include/SDL_types.h; sourceTree = SOURCE_ROOT; }; | |
953 0C5AF5FD01191D2B7F000001 /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_version.h; path = ../../include/SDL_version.h; sourceTree = SOURCE_ROOT; }; | |
954 0C5AF5FE01191D2B7F000001 /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_video.h; path = ../../include/SDL_video.h; sourceTree = SOURCE_ROOT; }; | |
955 0C5AF5FF01191D2B7F000001 /* SDL.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL.h; path = ../../include/SDL.h; sourceTree = SOURCE_ROOT; }; | |
4908
9b9dc9fc7df2
Fix Xcode project to turns the SDL_gesture.h and SDL_touch.h into public includes (since they are included when using the SDL/SDL.h file)
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4862
diff
changeset
|
956 453773811207C518002F0F45 /* SDL_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_shape.h; path = ../../include/SDL_shape.h; sourceTree = SOURCE_ROOT; }; |
4669 | 957 8CB0A77611F6A87F00CBA2DE /* SDL_gesture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_gesture.h; path = ../../include/SDL_gesture.h; sourceTree = SOURCE_ROOT; }; |
958 8CB0A77711F6A87F00CBA2DE /* SDL_touch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_touch.h; path = ../../include/SDL_touch.h; sourceTree = SOURCE_ROOT; }; | |
3331 | 959 B29A290D04E5B28700A80002 /* SDL_loadso.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_loadso.h; path = ../../include/SDL_loadso.h; sourceTree = "<group>"; }; |
960 B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_cpuinfo.h; path = ../../include/SDL_cpuinfo.h; sourceTree = SOURCE_ROOT; }; | |
961 B2CF8DC705C4450500E5DC7F /* SDL_name.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_name.h; path = ../../include/SDL_name.h; sourceTree = SOURCE_ROOT; }; | |
962 BECDF66B0761BA81005FE872 /* Info-Framework.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Framework.plist"; sourceTree = "<group>"; }; | |
963 BECDF66C0761BA81005FE872 /* SDL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | |
964 BECDF6B30761BA81005FE872 /* libSDL.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDL.a; sourceTree = BUILT_PRODUCTS_DIR; }; | |
965 BECDF6BE0761BA81005FE872 /* Standard DMG */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Standard DMG"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
966 BECDF6C30761BA81005FE872 /* Developer Extras Package */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Developer Extras Package"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
967 F59C70FF00D5CB5801000001 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; }; | |
968 F59C710000D5CB5801000001 /* Welcome.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Welcome.txt; sourceTree = "<group>"; }; | |
969 F59C710300D5CB5801000001 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; }; | |
970 F59C710500D5CB5801000001 /* SDL-devel.info */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "SDL-devel.info"; sourceTree = "<group>"; }; | |
971 F59C710600D5CB5801000001 /* SDL.info */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SDL.info; sourceTree = "<group>"; }; | |
972 F59C710C00D5D15801000001 /* install.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = install.sh; sourceTree = "<group>"; }; | |
973 F5A2EF3900C6A39A01000001 /* BUGS */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = BUGS; path = ../../BUGS; sourceTree = SOURCE_ROOT; }; | |
974 F5A2EF3A00C6A3C201000001 /* README.MacOSX */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = README.MacOSX; path = ../../README.MacOSX; sourceTree = SOURCE_ROOT; }; | |
975 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; }; | |
976 /* End PBXFileReference section */ | |
977 | |
978 /* Begin PBXFrameworksBuildPhase section */ | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
979 00D8D9ED1195090700638393 /* Frameworks */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
980 isa = PBXFrameworksBuildPhase; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
981 buildActionMask = 2147483647; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
982 files = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
983 006E94EF11951255001DE610 /* SDL.framework in Frameworks */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
984 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
985 runOnlyForDeploymentPostprocessing = 0; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
986 }; |
3331 | 987 BECDF6680761BA81005FE872 /* Frameworks */ = { |
988 isa = PBXFrameworksBuildPhase; | |
989 buildActionMask = 2147483647; | |
990 files = ( | |
991 007317A20858DECD00B2BC32 /* AudioToolbox.framework in Frameworks */, | |
992 007317A30858DECD00B2BC32 /* AudioUnit.framework in Frameworks */, | |
993 007317A40858DECD00B2BC32 /* Cocoa.framework in Frameworks */, | |
994 007317A50858DECD00B2BC32 /* CoreAudio.framework in Frameworks */, | |
995 007317A60858DECD00B2BC32 /* IOKit.framework in Frameworks */, | |
996 007317A70858DECD00B2BC32 /* OpenGL.framework in Frameworks */, | |
997 00D0D08410675DD9004B05EF /* CoreFoundation.framework in Frameworks */, | |
998 00D0D0D810675E46004B05EF /* Carbon.framework in Frameworks */, | |
999 00CFA89D106B4BA100758660 /* ForceFeedback.framework in Frameworks */, | |
1000 ); | |
1001 runOnlyForDeploymentPostprocessing = 0; | |
1002 }; | |
1003 BECDF6B10761BA81005FE872 /* Frameworks */ = { | |
1004 isa = PBXFrameworksBuildPhase; | |
1005 buildActionMask = 2147483647; | |
1006 files = ( | |
1007 007317A90858DECD00B2BC32 /* AudioToolbox.framework in Frameworks */, | |
1008 007317AA0858DECD00B2BC32 /* AudioUnit.framework in Frameworks */, | |
1009 007317AB0858DECD00B2BC32 /* Cocoa.framework in Frameworks */, | |
1010 007317AC0858DECD00B2BC32 /* CoreAudio.framework in Frameworks */, | |
1011 007317AD0858DECD00B2BC32 /* IOKit.framework in Frameworks */, | |
1012 007317AE0858DECD00B2BC32 /* OpenGL.framework in Frameworks */, | |
1013 007317C30858E15000B2BC32 /* Carbon.framework in Frameworks */, | |
1014 ); | |
1015 runOnlyForDeploymentPostprocessing = 0; | |
1016 }; | |
1017 /* End PBXFrameworksBuildPhase section */ | |
1018 | |
1019 /* Begin PBXGroup section */ | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1020 006E949B11951160001DE610 /* TestResources */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1021 isa = PBXGroup; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1022 children = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1023 006E949C119511A1001DE610 /* icon.bmp */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1024 006E949D119511A1001DE610 /* moose.dat */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1025 006E949E119511A1001DE610 /* picture.xbm */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1026 006E949F119511A1001DE610 /* sail.bmp */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1027 006E94A0119511A1001DE610 /* sample.bmp */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1028 006E94A1119511A1001DE610 /* sample.wav */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1029 006E94A2119511A1001DE610 /* utf8.txt */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1030 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1031 name = TestResources; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1032 sourceTree = "<group>"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1033 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1034 00D8D9FA1195091500638393 /* AutomatedTests */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1035 isa = PBXGroup; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1036 children = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1037 00D8D9FB1195093100638393 /* audio */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1038 00D8D9FE1195093100638393 /* common */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1039 00D8DA071195093100638393 /* platform */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1040 00D8DA0A1195093100638393 /* README */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1041 00D8DA0B1195093100638393 /* rect */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1042 00D8DA0E1195093100638393 /* render */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1043 00D8DA111195093100638393 /* rwops */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1044 00D8DA151195093100638393 /* SDL_at.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1045 00D8DA161195093100638393 /* SDL_at.h */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1046 00D8DA171195093100638393 /* surface */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1047 00D8DA1A1195093100638393 /* testsdl.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1048 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1049 name = AutomatedTests; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1050 sourceTree = "<group>"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1051 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1052 00D8D9FB1195093100638393 /* audio */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1053 isa = PBXGroup; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1054 children = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1055 00D8D9FC1195093100638393 /* audio.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1056 00D8D9FD1195093100638393 /* audio.h */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1057 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1058 name = audio; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1059 path = ../../test/automated/audio; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1060 sourceTree = SOURCE_ROOT; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1061 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1062 00D8D9FE1195093100638393 /* common */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1063 isa = PBXGroup; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1064 children = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1065 00D8D9FF1195093100638393 /* common.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1066 00D8DA001195093100638393 /* common.h */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1067 00D8DA011195093100638393 /* images.h */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1068 00D8DA021195093100638393 /* img_blit.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1069 00D8DA031195093100638393 /* img_blitblend.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1070 00D8DA041195093100638393 /* img_face.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1071 00D8DA051195093100638393 /* img_primitives.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1072 00D8DA061195093100638393 /* img_primitivesblend.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1073 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1074 name = common; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1075 path = ../../test/automated/common; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1076 sourceTree = SOURCE_ROOT; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1077 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1078 00D8DA071195093100638393 /* platform */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1079 isa = PBXGroup; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1080 children = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1081 00D8DA081195093100638393 /* platform.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1082 00D8DA091195093100638393 /* platform.h */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1083 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1084 name = platform; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1085 path = ../../test/automated/platform; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1086 sourceTree = SOURCE_ROOT; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1087 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1088 00D8DA0B1195093100638393 /* rect */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1089 isa = PBXGroup; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1090 children = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1091 00D8DA0C1195093100638393 /* rect.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1092 00D8DA0D1195093100638393 /* rect.h */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1093 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1094 name = rect; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1095 path = ../../test/automated/rect; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1096 sourceTree = SOURCE_ROOT; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1097 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1098 00D8DA0E1195093100638393 /* render */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1099 isa = PBXGroup; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1100 children = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1101 00D8DA0F1195093100638393 /* render.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1102 00D8DA101195093100638393 /* render.h */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1103 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1104 name = render; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1105 path = ../../test/automated/render; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1106 sourceTree = SOURCE_ROOT; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1107 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1108 00D8DA111195093100638393 /* rwops */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1109 isa = PBXGroup; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1110 children = ( |
4452
4011619aab7e
Updated Mac Xcode project for refactored rwops automated test changes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4447
diff
changeset
|
1111 001E39EC1196F75000A3F5B8 /* TestSupportRWops_Cocoa.m */, |
4011619aab7e
Updated Mac Xcode project for refactored rwops automated test changes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4447
diff
changeset
|
1112 001E39ED1196F75000A3F5B8 /* TestSupportRWops.h */, |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1113 00D8DA121195093100638393 /* read */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1114 00D8DA131195093100638393 /* rwops.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1115 00D8DA141195093100638393 /* rwops.h */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1116 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1117 name = rwops; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1118 path = ../../test/automated/rwops; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1119 sourceTree = SOURCE_ROOT; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1120 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1121 00D8DA171195093100638393 /* surface */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1122 isa = PBXGroup; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1123 children = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1124 00D8DA181195093100638393 /* surface.c */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1125 00D8DA191195093100638393 /* surface.h */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1126 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1127 name = surface; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1128 path = ../../test/automated/surface; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1129 sourceTree = SOURCE_ROOT; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1130 }; |
3331 | 1131 0153844A006D81B07F000001 /* Public Headers */ = { |
1132 isa = PBXGroup; | |
1133 children = ( | |
1134 0C5AF5E501191D2B7F000001 /* begin_code.h */, | |
1135 0C5AF5E601191D2B7F000001 /* close_code.h */, | |
1136 0C5AF5FF01191D2B7F000001 /* SDL.h */, | |
4501
0cf025066b6f
Updated Xcode project files for clipboard API
Sam Lantinga <slouken@libsdl.org>
parents:
4452
diff
changeset
|
1137 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */, |
3331 | 1138 00CFA67A106B44CE00758660 /* SDL_atomic.h */, |
1139 0C5AF5E801191D2B7F000001 /* SDL_audio.h */, | |
5089 | 1140 0469A10912EE4BF100B846D6 /* SDL_blendmode.h */, |
4501
0cf025066b6f
Updated Xcode project files for clipboard API
Sam Lantinga <slouken@libsdl.org>
parents:
4452
diff
changeset
|
1141 044E5F8411E6051C0076F181 /* SDL_clipboard.h */, |
3331 | 1142 00CFA67B106B44CE00758660 /* SDL_compat.h */, |
1143 00162D3709BD1FA90037C8D0 /* SDL_config.h */, | |
1144 00162D3409BD1FA90037C8D0 /* SDL_config_macosx.h */, | |
1145 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */, | |
1146 B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */, | |
1147 0C5AF5EC01191D2B7F000001 /* SDL_endian.h */, | |
1148 0C5AF5ED01191D2B7F000001 /* SDL_error.h */, | |
1149 0C5AF5EE01191D2B7F000001 /* SDL_events.h */, | |
5089 | 1150 8CB0A77611F6A87F00CBA2DE /* SDL_gesture.h */, |
3331 | 1151 00CFA67C106B44CE00758660 /* SDL_haptic.h */, |
4501
0cf025066b6f
Updated Xcode project files for clipboard API
Sam Lantinga <slouken@libsdl.org>
parents:
4452
diff
changeset
|
1152 04DEA56F11E6006A00386CAC /* SDL_input.h */, |
3331 | 1153 0C5AF5F001191D2B7F000001 /* SDL_joystick.h */, |
1154 0C5AF5F101191D2B7F000001 /* SDL_keyboard.h */, | |
1155 0C5AF5F201191D2B7F000001 /* SDL_keysym.h */, | |
1156 B29A290D04E5B28700A80002 /* SDL_loadso.h */, | |
1157 0C5AF5F301191D2B7F000001 /* SDL_main.h */, | |
1158 0C5AF5F401191D2B7F000001 /* SDL_mouse.h */, | |
1159 0C5AF5F501191D2B7F000001 /* SDL_mutex.h */, | |
1160 B2CF8DC705C4450500E5DC7F /* SDL_name.h */, | |
1161 0C5AF5F601191D2B7F000001 /* SDL_opengl.h */, | |
1162 00CFA67D106B44CE00758660 /* SDL_pixels.h */, | |
1163 00162D3809BD1FA90037C8D0 /* SDL_platform.h */, | |
1164 00CFA67E106B44CE00758660 /* SDL_power.h */, | |
1165 0C5AF5F701191D2B7F000001 /* SDL_quit.h */, | |
1166 00CFA67F106B44CE00758660 /* SDL_rect.h */, | |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1167 041B2C9412FA0D2A0087D585 /* SDL_render.h */, |
3339 | 1168 00A6EBD91078D569001EEA06 /* SDL_revision.h */, |
3331 | 1169 0C5AF5F801191D2B7F000001 /* SDL_rwops.h */, |
1170 00CFA680106B44CE00758660 /* SDL_scancode.h */, | |
4827
5660aac926e9
Got basic, pre-actually-writing-anything Cocoa to build.
egottlieb
parents:
4452
diff
changeset
|
1171 453773811207C518002F0F45 /* SDL_shape.h */, |
3331 | 1172 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */, |
1173 00CFA681106B44CE00758660 /* SDL_surface.h */, | |
1174 0C5AF5F901191D2B7F000001 /* SDL_syswm.h */, | |
1175 0C5AF5FA01191D2B7F000001 /* SDL_thread.h */, | |
1176 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */, | |
5089 | 1177 8CB0A77711F6A87F00CBA2DE /* SDL_touch.h */, |
3331 | 1178 0C5AF5FC01191D2B7F000001 /* SDL_types.h */, |
1179 0C5AF5FD01191D2B7F000001 /* SDL_version.h */, | |
1180 0C5AF5FE01191D2B7F000001 /* SDL_video.h */, | |
1181 ); | |
1182 name = "Public Headers"; | |
1183 sourceTree = "<group>"; | |
1184 }; | |
1185 034768DDFF38A45A11DB9C8B /* Products */ = { | |
1186 isa = PBXGroup; | |
1187 children = ( | |
1188 089C1665FE841158C02AAC07 /* Resources */, | |
1189 BECDF66C0761BA81005FE872 /* SDL.framework */, | |
1190 BECDF6B30761BA81005FE872 /* libSDL.a */, | |
1191 BECDF6BE0761BA81005FE872 /* Standard DMG */, | |
1192 BECDF6C30761BA81005FE872 /* Developer Extras Package */, | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1193 00D8D9EF1195090700638393 /* testsdl.app */, |
3331 | 1194 ); |
1195 name = Products; | |
1196 sourceTree = "<group>"; | |
1197 }; | |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1198 041B2C9712FA0D680087D585 /* render */ = { |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1199 isa = PBXGroup; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1200 children = ( |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1201 041B2C9A12FA0D680087D585 /* opengl */, |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1202 041B2CA012FA0D680087D585 /* software */, |
5159
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
1203 04409B8D12FA97ED00FB9AA8 /* mmx.h */, |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1204 041B2C9E12FA0D680087D585 /* SDL_render.c */, |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1205 041B2C9F12FA0D680087D585 /* SDL_sysrender.h */, |
5159
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
1206 04409B8E12FA97ED00FB9AA8 /* SDL_yuv_mmx.c */, |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
1207 04409B8F12FA97ED00FB9AA8 /* SDL_yuv_sw_c.h */, |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
1208 04409B9012FA97ED00FB9AA8 /* SDL_yuv_sw.c */, |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1209 ); |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1210 name = render; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1211 path = ../../src/render; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1212 sourceTree = SOURCE_ROOT; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1213 }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1214 041B2C9A12FA0D680087D585 /* opengl */ = { |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1215 isa = PBXGroup; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1216 children = ( |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1217 041B2C9B12FA0D680087D585 /* SDL_renderer_gl.c */, |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1218 ); |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1219 path = opengl; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1220 sourceTree = "<group>"; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1221 }; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1222 041B2CA012FA0D680087D585 /* software */ = { |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1223 isa = PBXGroup; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1224 children = ( |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1225 04F7803D12FB74A200FC43C0 /* SDL_blendfillrect.c */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1226 04F7803E12FB74A200FC43C0 /* SDL_blendfillrect.h */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1227 04F7803F12FB74A200FC43C0 /* SDL_blendline.c */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1228 04F7804012FB74A200FC43C0 /* SDL_blendline.h */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1229 04F7804112FB74A200FC43C0 /* SDL_blendpoint.c */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1230 04F7804212FB74A200FC43C0 /* SDL_blendpoint.h */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1231 04F7804312FB74A200FC43C0 /* SDL_draw.h */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1232 04F7804412FB74A200FC43C0 /* SDL_drawline.c */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1233 04F7804512FB74A200FC43C0 /* SDL_drawline.h */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1234 04F7804612FB74A200FC43C0 /* SDL_drawpoint.c */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1235 04F7804712FB74A200FC43C0 /* SDL_drawpoint.h */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1236 04F7804812FB74A200FC43C0 /* SDL_renderer_sw_c.h */, |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1237 041B2CA112FA0D680087D585 /* SDL_renderer_sw.c */, |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1238 ); |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1239 path = software; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1240 sourceTree = "<group>"; |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1241 }; |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1242 04BDFD7312E6671700899322 /* atomic */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1243 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1244 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1245 04BDFD7412E6671700899322 /* SDL_atomic.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1246 04BDFD7512E6671700899322 /* SDL_spinlock.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1247 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1248 name = atomic; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1249 path = ../../src/atomic; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1250 sourceTree = SOURCE_ROOT; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1251 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1252 04BDFD7612E6671700899322 /* audio */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1253 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1254 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1255 04BDFD8712E6671700899322 /* disk */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1256 04BDFD9312E6671700899322 /* dummy */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1257 04BDFD9F12E6671700899322 /* macosx */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1258 04BDFDB412E6671700899322 /* SDL_audio.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1259 04BDFDB512E6671700899322 /* SDL_audio_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1260 04BDFDB612E6671700899322 /* SDL_audiocvt.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1261 04BDFDB712E6671700899322 /* SDL_audiodev.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1262 04BDFDB812E6671700899322 /* SDL_audiodev_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1263 04BDFDB912E6671700899322 /* SDL_audiomem.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1264 04BDFDBA12E6671700899322 /* SDL_audiotypecvt.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1265 04BDFDBB12E6671700899322 /* SDL_mixer.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1266 04BDFDBC12E6671700899322 /* SDL_mixer_m68k.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1267 04BDFDBD12E6671700899322 /* SDL_mixer_m68k.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1268 04BDFDBE12E6671700899322 /* SDL_mixer_MMX.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1269 04BDFDBF12E6671700899322 /* SDL_mixer_MMX.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1270 04BDFDC012E6671700899322 /* SDL_mixer_MMX_VC.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1271 04BDFDC112E6671700899322 /* SDL_mixer_MMX_VC.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1272 04BDFDC212E6671700899322 /* SDL_sysaudio.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1273 04BDFDC312E6671700899322 /* SDL_wave.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1274 04BDFDC412E6671700899322 /* SDL_wave.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1275 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1276 name = audio; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1277 path = ../../src/audio; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1278 sourceTree = SOURCE_ROOT; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1279 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1280 04BDFD8712E6671700899322 /* disk */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1281 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1282 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1283 04BDFD8812E6671700899322 /* SDL_diskaudio.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1284 04BDFD8912E6671700899322 /* SDL_diskaudio.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1285 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1286 path = disk; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1287 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1288 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1289 04BDFD9312E6671700899322 /* dummy */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1290 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1291 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1292 04BDFD9412E6671700899322 /* SDL_dummyaudio.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1293 04BDFD9512E6671700899322 /* SDL_dummyaudio.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1294 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1295 path = dummy; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1296 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1297 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1298 04BDFD9F12E6671700899322 /* macosx */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1299 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1300 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1301 04BDFDA012E6671700899322 /* SDL_coreaudio.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1302 04BDFDA112E6671700899322 /* SDL_coreaudio.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1303 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1304 path = macosx; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1305 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1306 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1307 04BDFDD312E6671700899322 /* cpuinfo */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1308 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1309 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1310 04BDFDD412E6671700899322 /* SDL_cpuinfo.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1311 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1312 name = cpuinfo; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1313 path = ../../src/cpuinfo; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1314 sourceTree = SOURCE_ROOT; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1315 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1316 04BDFDD512E6671700899322 /* events */ = { |
3331 | 1317 isa = PBXGroup; |
1318 children = ( | |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1319 04BDFDD612E6671700899322 /* blank_cursor.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1320 04BDFDD712E6671700899322 /* default_cursor.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1321 04BDFDD812E6671700899322 /* scancodes_darwin.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1322 04BDFDD912E6671700899322 /* scancodes_linux.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1323 04BDFDDB12E6671700899322 /* scancodes_xfree86.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1324 04BDFDDC12E6671700899322 /* SDL_clipboardevents.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1325 04BDFDDD12E6671700899322 /* SDL_clipboardevents_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1326 04BDFDDE12E6671700899322 /* SDL_events.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1327 04BDFDDF12E6671700899322 /* SDL_events_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1328 04BDFDE012E6671700899322 /* SDL_gesture.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1329 04BDFDE112E6671700899322 /* SDL_gesture_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1330 04BDFDE212E6671700899322 /* SDL_keyboard.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1331 04BDFDE312E6671700899322 /* SDL_keyboard_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1332 04BDFDE412E6671700899322 /* SDL_mouse.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1333 04BDFDE512E6671700899322 /* SDL_mouse_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1334 04BDFDE612E6671700899322 /* SDL_quit.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1335 04BDFDE712E6671700899322 /* SDL_sysevents.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1336 04BDFDE812E6671700899322 /* SDL_touch.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1337 04BDFDE912E6671700899322 /* SDL_touch_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1338 04BDFDEA12E6671700899322 /* SDL_windowevents.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1339 04BDFDEB12E6671700899322 /* SDL_windowevents_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1340 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1341 name = events; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1342 path = ../../src/events; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1343 sourceTree = SOURCE_ROOT; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1344 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1345 04BDFDEC12E6671700899322 /* file */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1346 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1347 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1348 04BDFDED12E6671700899322 /* cocoa */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1349 04BDFDF012E6671700899322 /* SDL_rwops.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1350 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1351 name = file; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1352 path = ../../src/file; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1353 sourceTree = SOURCE_ROOT; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1354 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1355 04BDFDED12E6671700899322 /* cocoa */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1356 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1357 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1358 04BDFDEE12E6671700899322 /* SDL_rwopsbundlesupport.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1359 04BDFDEF12E6671700899322 /* SDL_rwopsbundlesupport.m */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1360 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1361 path = cocoa; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1362 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1363 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1364 04BDFDF112E6671700899322 /* haptic */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1365 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1366 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1367 04BDFDF212E6671700899322 /* darwin */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1368 04BDFDFA12E6671700899322 /* SDL_haptic.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1369 04BDFDFB12E6671700899322 /* SDL_haptic_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1370 04BDFDFC12E6671700899322 /* SDL_syshaptic.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1371 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1372 name = haptic; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1373 path = ../../src/haptic; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1374 sourceTree = SOURCE_ROOT; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1375 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1376 04BDFDF212E6671700899322 /* darwin */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1377 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1378 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1379 04BDFDF312E6671700899322 /* SDL_syshaptic.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1380 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1381 path = darwin; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1382 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1383 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1384 04BDFDFF12E6671700899322 /* joystick */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1385 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1386 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1387 04BDFE0612E6671700899322 /* darwin */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1388 04BDFE1612E6671700899322 /* SDL_joystick.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1389 04BDFE1712E6671700899322 /* SDL_joystick_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1390 04BDFE1812E6671700899322 /* SDL_sysjoystick.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1391 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1392 name = joystick; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1393 path = ../../src/joystick; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1394 sourceTree = SOURCE_ROOT; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1395 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1396 04BDFE0612E6671700899322 /* darwin */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1397 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1398 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1399 04BDFE0712E6671700899322 /* SDL_sysjoystick.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1400 04BDFE0812E6671700899322 /* SDL_sysjoystick_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1401 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1402 path = darwin; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1403 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1404 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1405 04BDFE2F12E6671700899322 /* loadso */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1406 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1407 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1408 04BDFE3212E6671700899322 /* dlopen */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1409 04BDFE3612E6671700899322 /* macosx */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1410 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1411 name = loadso; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1412 path = ../../src/loadso; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1413 sourceTree = SOURCE_ROOT; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1414 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1415 04BDFE3212E6671700899322 /* dlopen */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1416 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1417 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1418 04BDFE3312E6671700899322 /* SDL_sysloadso.c */, |
3331 | 1419 ); |
1420 path = dlopen; | |
1421 sourceTree = "<group>"; | |
1422 }; | |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1423 04BDFE3612E6671700899322 /* macosx */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1424 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1425 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1426 04BDFE3712E6671700899322 /* SDL_dlcompat.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1427 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1428 path = macosx; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1429 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1430 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1431 04BDFE4512E6671700899322 /* power */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1432 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1433 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1434 04BDFE4A12E6671700899322 /* macosx */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1435 04BDFE4E12E6671700899322 /* SDL_power.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1436 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1437 name = power; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1438 path = ../../src/power; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1439 sourceTree = SOURCE_ROOT; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1440 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1441 04BDFE4A12E6671700899322 /* macosx */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1442 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1443 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1444 04BDFE4B12E6671700899322 /* SDL_syspower.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1445 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1446 path = macosx; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1447 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1448 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1449 04BDFE5D12E6671700899322 /* stdlib */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1450 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1451 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1452 04BDFE5E12E6671700899322 /* SDL_getenv.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1453 04BDFE5F12E6671700899322 /* SDL_iconv.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1454 04BDFE6012E6671700899322 /* SDL_malloc.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1455 04BDFE6112E6671700899322 /* SDL_qsort.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1456 04BDFE6212E6671700899322 /* SDL_stdlib.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1457 04BDFE6312E6671700899322 /* SDL_string.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1458 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1459 name = stdlib; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1460 path = ../../src/stdlib; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1461 sourceTree = SOURCE_ROOT; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1462 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1463 04BDFE6412E6671800899322 /* thread */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1464 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1465 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1466 04BDFE7D12E6671800899322 /* pthread */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1467 04BDFE8B12E6671800899322 /* SDL_systhread.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1468 04BDFE8C12E6671800899322 /* SDL_thread.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1469 04BDFE8D12E6671800899322 /* SDL_thread_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1470 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1471 name = thread; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1472 path = ../../src/thread; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1473 sourceTree = SOURCE_ROOT; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1474 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1475 04BDFE7D12E6671800899322 /* pthread */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1476 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1477 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1478 04BDFE7E12E6671800899322 /* SDL_syscond.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1479 04BDFE7F12E6671800899322 /* SDL_sysmutex.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1480 04BDFE8012E6671800899322 /* SDL_sysmutex_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1481 04BDFE8112E6671800899322 /* SDL_syssem.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1482 04BDFE8212E6671800899322 /* SDL_systhread.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1483 04BDFE8312E6671800899322 /* SDL_systhread_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1484 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1485 path = pthread; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1486 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1487 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1488 04BDFE9512E6671800899322 /* timer */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1489 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1490 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1491 04BDFEA112E6671800899322 /* unix */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1492 04BDFE9F12E6671800899322 /* SDL_timer.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1493 04BDFEA012E6671800899322 /* SDL_timer_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1494 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1495 name = timer; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1496 path = ../../src/timer; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1497 sourceTree = SOURCE_ROOT; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1498 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1499 04BDFEA112E6671800899322 /* unix */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1500 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1501 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1502 04BDFEA212E6671800899322 /* SDL_systimer.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1503 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1504 path = unix; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1505 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1506 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1507 04BDFEA712E6671800899322 /* video */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1508 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1509 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1510 04BDFEC112E6671800899322 /* cocoa */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1511 04BDFEE712E6671800899322 /* dummy */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1512 04BDFFB712E6671800899322 /* x11 */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1513 04BDFFD712E6671800899322 /* Xext */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1514 04BDFF4E12E6671800899322 /* SDL_blit.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1515 04BDFF4F12E6671800899322 /* SDL_blit.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1516 04BDFF5012E6671800899322 /* SDL_blit_0.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1517 04BDFF5112E6671800899322 /* SDL_blit_1.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1518 04BDFF5212E6671800899322 /* SDL_blit_A.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1519 04BDFF5312E6671800899322 /* SDL_blit_auto.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1520 04BDFF5412E6671800899322 /* SDL_blit_auto.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1521 04BDFF5512E6671800899322 /* SDL_blit_copy.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1522 04BDFF5612E6671800899322 /* SDL_blit_copy.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1523 04BDFF5712E6671800899322 /* SDL_blit_N.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1524 04BDFF5812E6671800899322 /* SDL_blit_slow.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1525 04BDFF5912E6671800899322 /* SDL_blit_slow.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1526 04BDFF5A12E6671800899322 /* SDL_bmp.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1527 04BDFF5B12E6671800899322 /* SDL_clipboard.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1528 04BDFF6012E6671800899322 /* SDL_fillrect.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1529 04BDFF6112E6671800899322 /* SDL_gamma.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1530 04BDFF6212E6671800899322 /* SDL_glesfuncs.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1531 04BDFF6312E6671800899322 /* SDL_glfuncs.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1532 04BDFF6412E6671800899322 /* SDL_leaks.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1533 04BDFF6512E6671800899322 /* SDL_pixels.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1534 04BDFF6612E6671800899322 /* SDL_pixels_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1535 04BDFF6712E6671800899322 /* SDL_rect.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1536 04BDFF6F12E6671800899322 /* SDL_RLEaccel.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1537 04BDFF7012E6671800899322 /* SDL_RLEaccel_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1538 04BDFF7112E6671800899322 /* SDL_shape.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1539 04BDFF7212E6671800899322 /* SDL_shape_internals.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1540 04BDFF7312E6671800899322 /* SDL_stretch.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1541 04BDFF7412E6671800899322 /* SDL_surface.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1542 04BDFF7512E6671800899322 /* SDL_sysvideo.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1543 04BDFF7612E6671800899322 /* SDL_video.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1544 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1545 name = video; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1546 path = ../../src/video; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1547 sourceTree = SOURCE_ROOT; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1548 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1549 04BDFEC112E6671800899322 /* cocoa */ = { |
3331 | 1550 isa = PBXGroup; |
1551 children = ( | |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1552 04BDFEC212E6671800899322 /* SDL_cocoaclipboard.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1553 04BDFEC312E6671800899322 /* SDL_cocoaclipboard.m */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1554 04BDFEC412E6671800899322 /* SDL_cocoaevents.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1555 04BDFEC512E6671800899322 /* SDL_cocoaevents.m */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1556 04BDFEC612E6671800899322 /* SDL_cocoakeyboard.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1557 04BDFEC712E6671800899322 /* SDL_cocoakeyboard.m */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1558 04BDFEC812E6671800899322 /* SDL_cocoamodes.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1559 04BDFEC912E6671800899322 /* SDL_cocoamodes.m */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1560 04BDFECA12E6671800899322 /* SDL_cocoamouse.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1561 04BDFECB12E6671800899322 /* SDL_cocoamouse.m */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1562 04BDFECC12E6671800899322 /* SDL_cocoaopengl.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1563 04BDFECD12E6671800899322 /* SDL_cocoaopengl.m */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1564 04BDFECE12E6671800899322 /* SDL_cocoashape.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1565 04BDFECF12E6671800899322 /* SDL_cocoashape.m */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1566 04BDFED012E6671800899322 /* SDL_cocoavideo.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1567 04BDFED112E6671800899322 /* SDL_cocoavideo.m */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1568 04BDFED212E6671800899322 /* SDL_cocoawindow.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1569 04BDFED312E6671800899322 /* SDL_cocoawindow.m */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1570 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1571 path = cocoa; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1572 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1573 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1574 04BDFEE712E6671800899322 /* dummy */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1575 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1576 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1577 04BDFEE812E6671800899322 /* SDL_nullevents.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1578 04BDFEE912E6671800899322 /* SDL_nullevents_c.h */, |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1579 04F7803712FB748500FC43C0 /* SDL_nullframebuffer_c.h */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1580 04F7803812FB748500FC43C0 /* SDL_nullframebuffer.c */, |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1581 04BDFEEC12E6671800899322 /* SDL_nullvideo.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1582 04BDFEED12E6671800899322 /* SDL_nullvideo.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1583 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1584 path = dummy; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1585 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1586 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1587 04BDFFB712E6671800899322 /* x11 */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1588 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1589 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1590 04BDFFB812E6671800899322 /* imKStoUCS.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1591 04BDFFB912E6671800899322 /* imKStoUCS.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1592 04BDFFBA12E6671800899322 /* SDL_x11clipboard.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1593 04BDFFBB12E6671800899322 /* SDL_x11clipboard.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1594 04BDFFBC12E6671800899322 /* SDL_x11dyn.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1595 04BDFFBD12E6671800899322 /* SDL_x11dyn.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1596 04BDFFBE12E6671800899322 /* SDL_x11events.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1597 04BDFFBF12E6671800899322 /* SDL_x11events.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1598 04BDFFC012E6671800899322 /* SDL_x11gamma.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1599 04BDFFC112E6671800899322 /* SDL_x11gamma.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1600 04BDFFC212E6671800899322 /* SDL_x11keyboard.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1601 04BDFFC312E6671800899322 /* SDL_x11keyboard.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1602 04BDFFC412E6671800899322 /* SDL_x11modes.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1603 04BDFFC512E6671800899322 /* SDL_x11modes.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1604 04BDFFC612E6671800899322 /* SDL_x11mouse.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1605 04BDFFC712E6671800899322 /* SDL_x11mouse.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1606 04BDFFC812E6671800899322 /* SDL_x11opengl.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1607 04BDFFC912E6671800899322 /* SDL_x11opengl.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1608 04BDFFCA12E6671800899322 /* SDL_x11opengles.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1609 04BDFFCB12E6671800899322 /* SDL_x11opengles.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1610 04BDFFCE12E6671800899322 /* SDL_x11shape.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1611 04BDFFCF12E6671800899322 /* SDL_x11shape.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1612 04BDFFD012E6671800899322 /* SDL_x11sym.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1613 04BDFFD112E6671800899322 /* SDL_x11touch.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1614 04BDFFD212E6671800899322 /* SDL_x11touch.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1615 04BDFFD312E6671800899322 /* SDL_x11video.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1616 04BDFFD412E6671800899322 /* SDL_x11video.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1617 04BDFFD512E6671800899322 /* SDL_x11window.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1618 04BDFFD612E6671800899322 /* SDL_x11window.h */, |
3331 | 1619 ); |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1620 path = x11; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1621 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1622 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1623 04BDFFD712E6671800899322 /* Xext */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1624 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1625 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1626 04BDFFD812E6671800899322 /* extensions */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1627 04BDFFE812E6671800899322 /* README */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1628 04BDFFE912E6671800899322 /* Xinerama */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1629 04BDFFEB12E6671800899322 /* XME */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1630 04BDFFED12E6671800899322 /* XmuStdCmap */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1631 04BDFFF612E6671800899322 /* Xv */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1632 04BDFFF912E6671800899322 /* Xxf86vm */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1633 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1634 path = Xext; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1635 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1636 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1637 04BDFFD812E6671800899322 /* extensions */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1638 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1639 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1640 04BDFFD912E6671800899322 /* extutil.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1641 04BDFFDA12E6671800899322 /* panoramiXext.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1642 04BDFFDB12E6671800899322 /* panoramiXproto.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1643 04BDFFDC12E6671800899322 /* StdCmap.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1644 04BDFFDD12E6671800899322 /* Xext.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1645 04BDFFDE12E6671800899322 /* xf86dga.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1646 04BDFFDF12E6671800899322 /* xf86dga1.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1647 04BDFFE012E6671800899322 /* xf86dga1str.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1648 04BDFFE112E6671800899322 /* xf86dgastr.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1649 04BDFFE212E6671800899322 /* xf86vmode.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1650 04BDFFE312E6671800899322 /* xf86vmstr.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1651 04BDFFE412E6671800899322 /* Xinerama.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1652 04BDFFE512E6671800899322 /* Xv.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1653 04BDFFE612E6671800899322 /* Xvlib.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1654 04BDFFE712E6671800899322 /* Xvproto.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1655 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1656 path = extensions; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1657 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1658 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1659 04BDFFE912E6671800899322 /* Xinerama */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1660 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1661 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1662 04BDFFEA12E6671800899322 /* Xinerama.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1663 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1664 path = Xinerama; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1665 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1666 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1667 04BDFFEB12E6671800899322 /* XME */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1668 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1669 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1670 04BDFFEC12E6671800899322 /* xme.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1671 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1672 path = XME; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1673 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1674 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1675 04BDFFED12E6671800899322 /* XmuStdCmap */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1676 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1677 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1678 04BDFFEE12E6671800899322 /* AllCmap.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1679 04BDFFEF12E6671800899322 /* CmapAlloc.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1680 04BDFFF012E6671800899322 /* CrCmap.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1681 04BDFFF112E6671800899322 /* DelCmap.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1682 04BDFFF212E6671800899322 /* Distinct.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1683 04BDFFF312E6671800899322 /* LookupCmap.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1684 04BDFFF412E6671800899322 /* StdCmap.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1685 04BDFFF512E6671800899322 /* VisCmap.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1686 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1687 path = XmuStdCmap; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1688 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1689 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1690 04BDFFF612E6671800899322 /* Xv */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1691 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1692 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1693 04BDFFF712E6671800899322 /* Xv.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1694 04BDFFF812E6671800899322 /* Xvlibint.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1695 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1696 path = Xv; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1697 sourceTree = "<group>"; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1698 }; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1699 04BDFFF912E6671800899322 /* Xxf86vm */ = { |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1700 isa = PBXGroup; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1701 children = ( |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1702 04BDFFFA12E6671800899322 /* XF86VMode.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1703 ); |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1704 path = Xxf86vm; |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1705 sourceTree = "<group>"; |
3331 | 1706 }; |
1707 0867D691FE84028FC02AAC07 /* SDLFramework */ = { | |
1708 isa = PBXGroup; | |
1709 children = ( | |
1710 F5A2EF3900C6A39A01000001 /* BUGS */, | |
1711 F5A2EF3A00C6A3C201000001 /* README.MacOSX */, | |
1712 F59C70FC00D5CB5801000001 /* pkg-support */, | |
1713 0153844A006D81B07F000001 /* Public Headers */, | |
1714 08FB77ACFE841707C02AAC07 /* Library Source */, | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1715 00D8D9FA1195091500638393 /* AutomatedTests */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1716 006E949B11951160001DE610 /* TestResources */, |
3331 | 1717 034768DDFF38A45A11DB9C8B /* Products */, |
1718 BECDF66B0761BA81005FE872 /* Info-Framework.plist */, | |
1719 BEC562FE0761C0E800A33029 /* Linked Frameworks */, | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
1720 00D8D9F11195090700638393 /* testsdl-Info.plist */, |
3331 | 1721 ); |
1722 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"; | |
1723 name = SDLFramework; | |
1724 sourceTree = "<group>"; | |
1725 }; | |
1726 089C1665FE841158C02AAC07 /* Resources */ = { | |
1727 isa = PBXGroup; | |
1728 children = ( | |
1729 ); | |
1730 name = Resources; | |
1731 sourceTree = "<group>"; | |
1732 }; | |
1733 08FB77ACFE841707C02AAC07 /* Library Source */ = { | |
1734 isa = PBXGroup; | |
1735 children = ( | |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1736 04BDFD7312E6671700899322 /* atomic */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1737 04BDFD7612E6671700899322 /* audio */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1738 04BDFDD312E6671700899322 /* cpuinfo */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1739 04BDFDD512E6671700899322 /* events */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1740 04BDFDEC12E6671700899322 /* file */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1741 04BDFDF112E6671700899322 /* haptic */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1742 04BDFDFF12E6671700899322 /* joystick */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1743 04BDFE2F12E6671700899322 /* loadso */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1744 04BDFE4512E6671700899322 /* power */, |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1745 041B2C9712FA0D680087D585 /* render */, |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1746 04BDFE5D12E6671700899322 /* stdlib */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1747 04BDFE6412E6671800899322 /* thread */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1748 04BDFE9512E6671800899322 /* timer */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1749 04BDFEA712E6671800899322 /* video */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1750 04BDFE5512E6671700899322 /* SDL_assert_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1751 04BDFE5612E6671700899322 /* SDL_assert.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1752 04BDFE5712E6671700899322 /* SDL_compat.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1753 04BDFE5812E6671700899322 /* SDL_error_c.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1754 04BDFE5912E6671700899322 /* SDL_error.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1755 04BDFE5A12E6671700899322 /* SDL_fatal.c */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1756 04BDFE5B12E6671700899322 /* SDL_fatal.h */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1757 04BDFE5C12E6671700899322 /* SDL.c */, |
3331 | 1758 ); |
1759 name = "Library Source"; | |
1760 sourceTree = "<group>"; | |
1761 }; | |
1762 BEC562FE0761C0E800A33029 /* Linked Frameworks */ = { | |
1763 isa = PBXGroup; | |
1764 children = ( | |
1765 00D0D08310675DD9004B05EF /* CoreFoundation.framework */, | |
1766 007317C10858E15000B2BC32 /* Carbon.framework */, | |
1767 0073179B0858DECD00B2BC32 /* AudioToolbox.framework */, | |
1768 0073179C0858DECD00B2BC32 /* AudioUnit.framework */, | |
1769 0073179D0858DECD00B2BC32 /* Cocoa.framework */, | |
1770 0073179E0858DECD00B2BC32 /* CoreAudio.framework */, | |
1771 0073179F0858DECD00B2BC32 /* IOKit.framework */, | |
1772 007317A00858DECD00B2BC32 /* OpenGL.framework */, | |
1773 00CFA89C106B4BA100758660 /* ForceFeedback.framework */, | |
1774 ); | |
1775 name = "Linked Frameworks"; | |
1776 sourceTree = "<group>"; | |
1777 }; | |
1778 F59C70FC00D5CB5801000001 /* pkg-support */ = { | |
1779 isa = PBXGroup; | |
1780 children = ( | |
1781 F59C70FE00D5CB5801000001 /* devel-resources */, | |
1782 F59C710100D5CB5801000001 /* resources */, | |
1783 F5F81AD400D706B101000001 /* Readme SDL Developer.txt */, | |
1784 F59C710500D5CB5801000001 /* SDL-devel.info */, | |
1785 F59C710600D5CB5801000001 /* SDL.info */, | |
1786 ); | |
1787 path = "pkg-support"; | |
1788 sourceTree = SOURCE_ROOT; | |
1789 }; | |
1790 F59C70FE00D5CB5801000001 /* devel-resources */ = { | |
1791 isa = PBXGroup; | |
1792 children = ( | |
1793 F59C710C00D5D15801000001 /* install.sh */, | |
1794 F59C70FF00D5CB5801000001 /* ReadMe.txt */, | |
1795 F59C710000D5CB5801000001 /* Welcome.txt */, | |
1796 ); | |
1797 path = "devel-resources"; | |
1798 sourceTree = "<group>"; | |
1799 }; | |
1800 F59C710100D5CB5801000001 /* resources */ = { | |
1801 isa = PBXGroup; | |
1802 children = ( | |
1803 00794D3F09D0C461003FC8A1 /* License.rtf */, | |
1804 00F5D79E0990CA0D0051C449 /* UniversalBinaryNotes.rtf */, | |
1805 00AE6E1E08B958CC00255E2F /* ReadMeDevLite.txt */, | |
1806 F59C710300D5CB5801000001 /* ReadMe.txt */, | |
1807 ); | |
1808 path = resources; | |
1809 sourceTree = "<group>"; | |
1810 }; | |
1811 /* End PBXGroup section */ | |
1812 | |
1813 /* Begin PBXHeadersBuildPhase section */ | |
1814 BECDF5FF0761BA81005FE872 /* Headers */ = { | |
1815 isa = PBXHeadersBuildPhase; | |
1816 buildActionMask = 2147483647; | |
1817 files = ( | |
1818 00162DA609BD222F0037C8D0 /* SDL_config_macosx.h in Headers */, | |
1819 00162DA909BD222F0037C8D0 /* SDL_config.h in Headers */, | |
1820 00162DAA09BD222F0037C8D0 /* SDL_platform.h in Headers */, | |
1821 00162DAB09BD222F0037C8D0 /* SDL_stdinc.h in Headers */, | |
1822 00162DAC09BD222F0037C8D0 /* begin_code.h in Headers */, | |
1823 00162DAD09BD222F0037C8D0 /* close_code.h in Headers */, | |
1824 00162DAF09BD222F0037C8D0 /* SDL_audio.h in Headers */, | |
1825 00162DB209BD222F0037C8D0 /* SDL_copying.h in Headers */, | |
1826 00162DB309BD222F0037C8D0 /* SDL_cpuinfo.h in Headers */, | |
1827 00162DB409BD222F0037C8D0 /* SDL_endian.h in Headers */, | |
1828 00162DB509BD222F0037C8D0 /* SDL_error.h in Headers */, | |
1829 00162DB609BD222F0037C8D0 /* SDL_events.h in Headers */, | |
1830 00162DB809BD222F0037C8D0 /* SDL_joystick.h in Headers */, | |
1831 00162DB909BD222F0037C8D0 /* SDL_keyboard.h in Headers */, | |
1832 00162DBA09BD222F0037C8D0 /* SDL_keysym.h in Headers */, | |
1833 00162DBB09BD222F0037C8D0 /* SDL_loadso.h in Headers */, | |
1834 00162DBC09BD222F0037C8D0 /* SDL_main.h in Headers */, | |
1835 00162DBD09BD222F0037C8D0 /* SDL_mouse.h in Headers */, | |
1836 00162DBE09BD222F0037C8D0 /* SDL_mutex.h in Headers */, | |
1837 00162DBF09BD222F0037C8D0 /* SDL_name.h in Headers */, | |
1838 00162DC009BD222F0037C8D0 /* SDL_opengl.h in Headers */, | |
1839 00162DC109BD222F0037C8D0 /* SDL_quit.h in Headers */, | |
1840 00162DC209BD222F0037C8D0 /* SDL_rwops.h in Headers */, | |
1841 00162DC309BD222F0037C8D0 /* SDL_syswm.h in Headers */, | |
1842 00162DC409BD222F0037C8D0 /* SDL_thread.h in Headers */, | |
1843 00162DC509BD222F0037C8D0 /* SDL_timer.h in Headers */, | |
1844 00162DC609BD222F0037C8D0 /* SDL_types.h in Headers */, | |
1845 00162DC709BD222F0037C8D0 /* SDL_version.h in Headers */, | |
1846 00162DC809BD222F0037C8D0 /* SDL_video.h in Headers */, | |
1847 00162DC909BD222F0037C8D0 /* SDL.h in Headers */, | |
1848 00CFA682106B44CE00758660 /* SDL_atomic.h in Headers */, | |
1849 00CFA683106B44CE00758660 /* SDL_compat.h in Headers */, | |
1850 00CFA684106B44CE00758660 /* SDL_haptic.h in Headers */, | |
1851 00CFA685106B44CE00758660 /* SDL_pixels.h in Headers */, | |
1852 00CFA686106B44CE00758660 /* SDL_power.h in Headers */, | |
1853 00CFA687106B44CE00758660 /* SDL_rect.h in Headers */, | |
1854 00CFA688106B44CE00758660 /* SDL_scancode.h in Headers */, | |
1855 00CFA689106B44CE00758660 /* SDL_surface.h in Headers */, | |
3339 | 1856 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
|
1857 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */, |
4501
0cf025066b6f
Updated Xcode project files for clipboard API
Sam Lantinga <slouken@libsdl.org>
parents:
4452
diff
changeset
|
1858 04DEA57111E6006A00386CAC /* SDL_input.h in Headers */, |
0cf025066b6f
Updated Xcode project files for clipboard API
Sam Lantinga <slouken@libsdl.org>
parents:
4452
diff
changeset
|
1859 044E5F8511E6051C0076F181 /* SDL_clipboard.h in Headers */, |
4669 | 1860 8CB0A77811F6A87F00CBA2DE /* SDL_gesture.h in Headers */, |
1861 8CB0A77911F6A87F00CBA2DE /* SDL_touch.h in Headers */, | |
4827
5660aac926e9
Got basic, pre-actually-writing-anything Cocoa to build.
egottlieb
parents:
4452
diff
changeset
|
1862 453773821207C518002F0F45 /* SDL_shape.h in Headers */, |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1863 04BD000912E6671800899322 /* SDL_diskaudio.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1864 04BD001112E6671800899322 /* SDL_dummyaudio.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1865 04BD001912E6671800899322 /* SDL_coreaudio.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1866 04BD002712E6671800899322 /* SDL_audio_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1867 04BD002A12E6671800899322 /* SDL_audiodev_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1868 04BD002B12E6671800899322 /* SDL_audiomem.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1869 04BD002F12E6671800899322 /* SDL_mixer_m68k.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1870 04BD003112E6671800899322 /* SDL_mixer_MMX.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1871 04BD003312E6671800899322 /* SDL_mixer_MMX_VC.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1872 04BD003412E6671800899322 /* SDL_sysaudio.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1873 04BD003612E6671800899322 /* SDL_wave.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1874 04BD004212E6671800899322 /* blank_cursor.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1875 04BD004312E6671800899322 /* default_cursor.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1876 04BD004412E6671800899322 /* scancodes_darwin.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1877 04BD004512E6671800899322 /* scancodes_linux.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1878 04BD004712E6671800899322 /* scancodes_xfree86.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1879 04BD004912E6671800899322 /* SDL_clipboardevents_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1880 04BD004B12E6671800899322 /* SDL_events_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1881 04BD004D12E6671800899322 /* SDL_gesture_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1882 04BD004F12E6671800899322 /* SDL_keyboard_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1883 04BD005112E6671800899322 /* SDL_mouse_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1884 04BD005312E6671800899322 /* SDL_sysevents.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1885 04BD005512E6671800899322 /* SDL_touch_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1886 04BD005712E6671800899322 /* SDL_windowevents_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1887 04BD005812E6671800899322 /* SDL_rwopsbundlesupport.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1888 04BD006012E6671800899322 /* SDL_haptic_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1889 04BD006112E6671800899322 /* SDL_syshaptic.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1890 04BD006712E6671800899322 /* SDL_sysjoystick_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1891 04BD007112E6671800899322 /* SDL_joystick_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1892 04BD007212E6671800899322 /* SDL_sysjoystick.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1893 04BD009B12E6671800899322 /* SDL_assert_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1894 04BD009E12E6671800899322 /* SDL_error_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1895 04BD00A112E6671800899322 /* SDL_fatal.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1896 04BD00BF12E6671800899322 /* SDL_sysmutex_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1897 04BD00C212E6671800899322 /* SDL_systhread_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1898 04BD00C912E6671800899322 /* SDL_systhread.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1899 04BD00CB12E6671800899322 /* SDL_thread_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1900 04BD00D812E6671800899322 /* SDL_timer_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1901 04BD00F312E6671800899322 /* SDL_cocoaclipboard.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1902 04BD00F512E6671800899322 /* SDL_cocoaevents.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1903 04BD00F712E6671800899322 /* SDL_cocoakeyboard.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1904 04BD00F912E6671800899322 /* SDL_cocoamodes.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1905 04BD00FB12E6671800899322 /* SDL_cocoamouse.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1906 04BD00FD12E6671800899322 /* SDL_cocoaopengl.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1907 04BD00FF12E6671800899322 /* SDL_cocoashape.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1908 04BD010112E6671800899322 /* SDL_cocoavideo.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1909 04BD010312E6671800899322 /* SDL_cocoawindow.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1910 04BD011812E6671800899322 /* SDL_nullevents_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1911 04BD011C12E6671800899322 /* SDL_nullvideo.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1912 04BD017612E6671800899322 /* SDL_blit.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1913 04BD017B12E6671800899322 /* SDL_blit_auto.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1914 04BD017D12E6671800899322 /* SDL_blit_copy.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1915 04BD018012E6671800899322 /* SDL_blit_slow.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1916 04BD018912E6671800899322 /* SDL_glesfuncs.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1917 04BD018A12E6671800899322 /* SDL_glfuncs.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1918 04BD018B12E6671800899322 /* SDL_leaks.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1919 04BD018D12E6671800899322 /* SDL_pixels_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1920 04BD019712E6671800899322 /* SDL_RLEaccel_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1921 04BD019912E6671800899322 /* SDL_shape_internals.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1922 04BD019C12E6671800899322 /* SDL_sysvideo.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1923 04BD01DC12E6671800899322 /* imKStoUCS.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1924 04BD01DE12E6671800899322 /* SDL_x11clipboard.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1925 04BD01E012E6671800899322 /* SDL_x11dyn.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1926 04BD01E212E6671800899322 /* SDL_x11events.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1927 04BD01E412E6671800899322 /* SDL_x11gamma.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1928 04BD01E612E6671800899322 /* SDL_x11keyboard.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1929 04BD01E812E6671800899322 /* SDL_x11modes.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1930 04BD01EA12E6671800899322 /* SDL_x11mouse.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1931 04BD01EC12E6671800899322 /* SDL_x11opengl.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1932 04BD01EE12E6671800899322 /* SDL_x11opengles.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1933 04BD01F212E6671800899322 /* SDL_x11shape.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1934 04BD01F312E6671800899322 /* SDL_x11sym.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1935 04BD01F512E6671800899322 /* SDL_x11touch.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1936 04BD01F712E6671800899322 /* SDL_x11video.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1937 04BD01F912E6671800899322 /* SDL_x11window.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1938 04BD01FA12E6671800899322 /* extutil.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1939 04BD01FB12E6671800899322 /* panoramiXext.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1940 04BD01FC12E6671800899322 /* panoramiXproto.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1941 04BD01FD12E6671800899322 /* StdCmap.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1942 04BD01FE12E6671800899322 /* Xext.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1943 04BD01FF12E6671800899322 /* xf86dga.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1944 04BD020012E6671800899322 /* xf86dga1.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1945 04BD020112E6671800899322 /* xf86dga1str.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1946 04BD020212E6671800899322 /* xf86dgastr.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1947 04BD020312E6671800899322 /* xf86vmode.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1948 04BD020412E6671800899322 /* xf86vmstr.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1949 04BD020512E6671800899322 /* Xinerama.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1950 04BD020612E6671800899322 /* Xv.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1951 04BD020712E6671800899322 /* Xvlib.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1952 04BD020812E6671800899322 /* Xvproto.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1953 04BD021512E6671800899322 /* Xvlibint.h in Headers */, |
5089 | 1954 0469A10B12EE4BF100B846D6 /* SDL_blendmode.h in Headers */, |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1955 041B2C9512FA0D2A0087D585 /* SDL_render.h in Headers */, |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
1956 041B2CA612FA0D680087D585 /* SDL_sysrender.h in Headers */, |
5159
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
1957 04409B9112FA97ED00FB9AA8 /* mmx.h in Headers */, |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
1958 04409B9312FA97ED00FB9AA8 /* SDL_yuv_sw_c.h in Headers */, |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1959 04F7803912FB748500FC43C0 /* SDL_nullframebuffer_c.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1960 04F7804A12FB74A200FC43C0 /* SDL_blendfillrect.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1961 04F7804C12FB74A200FC43C0 /* SDL_blendline.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1962 04F7804E12FB74A200FC43C0 /* SDL_blendpoint.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1963 04F7804F12FB74A200FC43C0 /* SDL_draw.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1964 04F7805112FB74A200FC43C0 /* SDL_drawline.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1965 04F7805312FB74A200FC43C0 /* SDL_drawpoint.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
1966 04F7805412FB74A200FC43C0 /* SDL_renderer_sw_c.h in Headers */, |
3331 | 1967 ); |
1968 runOnlyForDeploymentPostprocessing = 0; | |
1969 }; | |
1970 BECDF66E0761BA81005FE872 /* Headers */ = { | |
1971 isa = PBXHeadersBuildPhase; | |
1972 buildActionMask = 2147483647; | |
1973 files = ( | |
1974 BECDF6760761BA81005FE872 /* SDL_cpuinfo.h in Headers */, | |
1975 BECDF6770761BA81005FE872 /* SDL_name.h in Headers */, | |
1976 00162D4609BD1FA90037C8D0 /* SDL_config_macosx.h in Headers */, | |
1977 00162D4909BD1FA90037C8D0 /* SDL_config.h in Headers */, | |
1978 00162D4A09BD1FA90037C8D0 /* SDL_platform.h in Headers */, | |
1979 00162D4B09BD1FA90037C8D0 /* SDL_stdinc.h in Headers */, | |
1980 00CFA68A106B44CE00758660 /* SDL_atomic.h in Headers */, | |
1981 00CFA68B106B44CE00758660 /* SDL_compat.h in Headers */, | |
1982 00CFA68C106B44CE00758660 /* SDL_haptic.h in Headers */, | |
1983 00CFA68D106B44CE00758660 /* SDL_pixels.h in Headers */, | |
1984 00CFA68E106B44CE00758660 /* SDL_power.h in Headers */, | |
1985 00CFA68F106B44CE00758660 /* SDL_rect.h in Headers */, | |
1986 00CFA690106B44CE00758660 /* SDL_scancode.h in Headers */, | |
1987 00CFA691106B44CE00758660 /* SDL_surface.h in Headers */, | |
3339 | 1988 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
|
1989 04F2AF6A1104AC4500D6DDF7 /* SDL_assert.h in Headers */, |
4501
0cf025066b6f
Updated Xcode project files for clipboard API
Sam Lantinga <slouken@libsdl.org>
parents:
4452
diff
changeset
|
1990 04DEA57311E6006A00386CAC /* SDL_input.h in Headers */, |
0cf025066b6f
Updated Xcode project files for clipboard API
Sam Lantinga <slouken@libsdl.org>
parents:
4452
diff
changeset
|
1991 044E5F8611E6051C0076F181 /* SDL_clipboard.h in Headers */, |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1992 04BD022512E6671800899322 /* SDL_diskaudio.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1993 04BD022D12E6671800899322 /* SDL_dummyaudio.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1994 04BD023512E6671800899322 /* SDL_coreaudio.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1995 04BD024312E6671800899322 /* SDL_audio_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1996 04BD024612E6671800899322 /* SDL_audiodev_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1997 04BD024712E6671800899322 /* SDL_audiomem.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1998 04BD024B12E6671800899322 /* SDL_mixer_m68k.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
1999 04BD024D12E6671800899322 /* SDL_mixer_MMX.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2000 04BD024F12E6671800899322 /* SDL_mixer_MMX_VC.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2001 04BD025012E6671800899322 /* SDL_sysaudio.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2002 04BD025212E6671800899322 /* SDL_wave.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2003 04BD025D12E6671800899322 /* blank_cursor.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2004 04BD025E12E6671800899322 /* default_cursor.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2005 04BD025F12E6671800899322 /* scancodes_darwin.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2006 04BD026012E6671800899322 /* scancodes_linux.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2007 04BD026212E6671800899322 /* scancodes_xfree86.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2008 04BD026412E6671800899322 /* SDL_clipboardevents_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2009 04BD026612E6671800899322 /* SDL_events_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2010 04BD026812E6671800899322 /* SDL_gesture_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2011 04BD026A12E6671800899322 /* SDL_keyboard_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2012 04BD026C12E6671800899322 /* SDL_mouse_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2013 04BD026E12E6671800899322 /* SDL_sysevents.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2014 04BD027012E6671800899322 /* SDL_touch_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2015 04BD027212E6671800899322 /* SDL_windowevents_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2016 04BD027312E6671800899322 /* SDL_rwopsbundlesupport.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2017 04BD027B12E6671800899322 /* SDL_haptic_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2018 04BD027C12E6671800899322 /* SDL_syshaptic.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2019 04BD028212E6671800899322 /* SDL_sysjoystick_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2020 04BD028C12E6671800899322 /* SDL_joystick_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2021 04BD028D12E6671800899322 /* SDL_sysjoystick.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2022 04BD02B512E6671800899322 /* SDL_assert_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2023 04BD02B812E6671800899322 /* SDL_error_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2024 04BD02BB12E6671800899322 /* SDL_fatal.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2025 04BD02D912E6671800899322 /* SDL_sysmutex_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2026 04BD02DC12E6671800899322 /* SDL_systhread_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2027 04BD02E312E6671800899322 /* SDL_systhread.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2028 04BD02E512E6671800899322 /* SDL_thread_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2029 04BD02F212E6671800899322 /* SDL_timer_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2030 04BD030D12E6671800899322 /* SDL_cocoaclipboard.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2031 04BD030F12E6671800899322 /* SDL_cocoaevents.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2032 04BD031112E6671800899322 /* SDL_cocoakeyboard.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2033 04BD031312E6671800899322 /* SDL_cocoamodes.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2034 04BD031512E6671800899322 /* SDL_cocoamouse.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2035 04BD031712E6671800899322 /* SDL_cocoaopengl.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2036 04BD031912E6671800899322 /* SDL_cocoashape.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2037 04BD031B12E6671800899322 /* SDL_cocoavideo.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2038 04BD031D12E6671800899322 /* SDL_cocoawindow.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2039 04BD033212E6671800899322 /* SDL_nullevents_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2040 04BD033612E6671800899322 /* SDL_nullvideo.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2041 04BD039012E6671800899322 /* SDL_blit.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2042 04BD039512E6671800899322 /* SDL_blit_auto.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2043 04BD039712E6671800899322 /* SDL_blit_copy.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2044 04BD039A12E6671800899322 /* SDL_blit_slow.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2045 04BD03A312E6671800899322 /* SDL_glesfuncs.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2046 04BD03A412E6671800899322 /* SDL_glfuncs.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2047 04BD03A512E6671800899322 /* SDL_leaks.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2048 04BD03A712E6671800899322 /* SDL_pixels_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2049 04BD03B112E6671800899322 /* SDL_RLEaccel_c.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2050 04BD03B312E6671800899322 /* SDL_shape_internals.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2051 04BD03B612E6671800899322 /* SDL_sysvideo.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2052 04BD03F412E6671800899322 /* imKStoUCS.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2053 04BD03F612E6671800899322 /* SDL_x11clipboard.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2054 04BD03F812E6671800899322 /* SDL_x11dyn.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2055 04BD03FA12E6671800899322 /* SDL_x11events.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2056 04BD03FC12E6671800899322 /* SDL_x11gamma.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2057 04BD03FE12E6671800899322 /* SDL_x11keyboard.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2058 04BD040012E6671800899322 /* SDL_x11modes.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2059 04BD040212E6671800899322 /* SDL_x11mouse.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2060 04BD040412E6671800899322 /* SDL_x11opengl.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2061 04BD040612E6671800899322 /* SDL_x11opengles.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2062 04BD040A12E6671800899322 /* SDL_x11shape.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2063 04BD040B12E6671800899322 /* SDL_x11sym.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2064 04BD040D12E6671800899322 /* SDL_x11touch.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2065 04BD040F12E6671800899322 /* SDL_x11video.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2066 04BD041112E6671800899322 /* SDL_x11window.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2067 04BD041212E6671800899322 /* extutil.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2068 04BD041312E6671800899322 /* panoramiXext.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2069 04BD041412E6671800899322 /* panoramiXproto.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2070 04BD041512E6671800899322 /* StdCmap.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2071 04BD041612E6671800899322 /* Xext.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2072 04BD041712E6671800899322 /* xf86dga.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2073 04BD041812E6671800899322 /* xf86dga1.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2074 04BD041912E6671800899322 /* xf86dga1str.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2075 04BD041A12E6671800899322 /* xf86dgastr.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2076 04BD041B12E6671800899322 /* xf86vmode.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2077 04BD041C12E6671800899322 /* xf86vmstr.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2078 04BD041D12E6671800899322 /* Xinerama.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2079 04BD041E12E6671800899322 /* Xv.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2080 04BD041F12E6671800899322 /* Xvlib.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2081 04BD042012E6671800899322 /* Xvproto.h in Headers */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2082 04BD042C12E6671800899322 /* Xvlibint.h in Headers */, |
5089 | 2083 0469A10D12EE4BF100B846D6 /* SDL_blendmode.h in Headers */, |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
2084 041B2C9612FA0D2A0087D585 /* SDL_render.h in Headers */, |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
2085 041B2CAC12FA0D680087D585 /* SDL_sysrender.h in Headers */, |
5159
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
2086 04409B9512FA97ED00FB9AA8 /* mmx.h in Headers */, |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
2087 04409B9712FA97ED00FB9AA8 /* SDL_yuv_sw_c.h in Headers */, |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2088 04F7803B12FB748500FC43C0 /* SDL_nullframebuffer_c.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2089 04F7805612FB74A200FC43C0 /* SDL_blendfillrect.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2090 04F7805812FB74A200FC43C0 /* SDL_blendline.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2091 04F7805A12FB74A200FC43C0 /* SDL_blendpoint.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2092 04F7805B12FB74A200FC43C0 /* SDL_draw.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2093 04F7805D12FB74A200FC43C0 /* SDL_drawline.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2094 04F7805F12FB74A200FC43C0 /* SDL_drawpoint.h in Headers */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2095 04F7806012FB74A200FC43C0 /* SDL_renderer_sw_c.h in Headers */, |
3331 | 2096 ); |
2097 runOnlyForDeploymentPostprocessing = 0; | |
2098 }; | |
2099 /* End PBXHeadersBuildPhase section */ | |
2100 | |
2101 /* Begin PBXNativeTarget section */ | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2102 00D8D9EE1195090700638393 /* testsdl */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2103 isa = PBXNativeTarget; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2104 buildConfigurationList = 00D8D9F71195090900638393 /* Build configuration list for PBXNativeTarget "testsdl" */; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2105 buildPhases = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2106 00D8D9EB1195090700638393 /* Resources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2107 00D8D9EC1195090700638393 /* Sources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2108 00D8D9ED1195090700638393 /* Frameworks */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2109 006E9491119510E1001DE610 /* Copy Frameworks */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2110 006E94B3119511CE001DE610 /* Copy rwops */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2111 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2112 buildRules = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2113 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2114 dependencies = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2115 00D8DA2F1195094500638393 /* PBXTargetDependency */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2116 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2117 name = testsdl; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2118 productName = testsdl; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2119 productReference = 00D8D9EF1195090700638393 /* testsdl.app */; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2120 productType = "com.apple.product-type.application"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2121 }; |
3331 | 2122 BECDF5FE0761BA81005FE872 /* Framework */ = { |
2123 isa = PBXNativeTarget; | |
2124 buildConfigurationList = 0073177A0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Framework" */; | |
2125 buildPhases = ( | |
2126 BECDF5FF0761BA81005FE872 /* Headers */, | |
2127 BECDF62A0761BA81005FE872 /* Resources */, | |
2128 BECDF62C0761BA81005FE872 /* Sources */, | |
2129 BECDF6680761BA81005FE872 /* Frameworks */, | |
2130 ); | |
2131 buildRules = ( | |
2132 ); | |
2133 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"; | |
2134 dependencies = ( | |
2135 002D2AA9106C196E00BF972E /* PBXTargetDependency */, | |
2136 ); | |
2137 name = Framework; | |
2138 productInstallPath = "@executable_path/../Frameworks"; | |
2139 productName = SDL; | |
2140 productReference = BECDF66C0761BA81005FE872 /* SDL.framework */; | |
2141 productType = "com.apple.product-type.framework"; | |
2142 }; | |
2143 BECDF66D0761BA81005FE872 /* Static Library */ = { | |
2144 isa = PBXNativeTarget; | |
2145 buildConfigurationList = 0073177E0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Static Library" */; | |
2146 buildPhases = ( | |
2147 BECDF66E0761BA81005FE872 /* Headers */, | |
2148 BECDF6790761BA81005FE872 /* Sources */, | |
2149 BECDF6B10761BA81005FE872 /* Frameworks */, | |
2150 BECDF6B20761BA81005FE872 /* Rez */, | |
2151 ); | |
2152 buildRules = ( | |
2153 ); | |
2154 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."; | |
2155 dependencies = ( | |
2156 002D2AAC106C19B200BF972E /* PBXTargetDependency */, | |
2157 ); | |
2158 name = "Static Library"; | |
2159 productInstallPath = /usr/local/lib; | |
2160 productName = "Static Library"; | |
2161 productReference = BECDF6B30761BA81005FE872 /* libSDL.a */; | |
2162 productType = "com.apple.product-type.library.static"; | |
2163 }; | |
2164 BECDF6BB0761BA81005FE872 /* Standard DMG */ = { | |
2165 isa = PBXNativeTarget; | |
2166 buildConfigurationList = 007317860858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Standard DMG" */; | |
2167 buildPhases = ( | |
2168 BECDF6BD0761BA81005FE872 /* ShellScript */, | |
2169 ); | |
2170 buildRules = ( | |
2171 ); | |
2172 dependencies = ( | |
2173 BECDF6C60761BA81005FE872 /* PBXTargetDependency */, | |
2174 ); | |
2175 name = "Standard DMG"; | |
2176 productInstallPath = /usr/local/bin; | |
2177 productName = "Standard Package"; | |
2178 productReference = BECDF6BE0761BA81005FE872 /* Standard DMG */; | |
2179 productType = "com.apple.product-type.tool"; | |
2180 }; | |
2181 BECDF6C00761BA81005FE872 /* Developer Extras Package */ = { | |
2182 isa = PBXNativeTarget; | |
2183 buildConfigurationList = 0073178A0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Developer Extras Package" */; | |
2184 buildPhases = ( | |
2185 BECDF6C20761BA81005FE872 /* ShellScript */, | |
2186 ); | |
2187 buildRules = ( | |
2188 ); | |
2189 dependencies = ( | |
2190 008310461072EA9000A531F1 /* PBXTargetDependency */, | |
2191 ); | |
2192 name = "Developer Extras Package"; | |
2193 productInstallPath = /usr/local/bin; | |
2194 productName = "Devel Package"; | |
2195 productReference = BECDF6C30761BA81005FE872 /* Developer Extras Package */; | |
2196 productType = "com.apple.product-type.tool"; | |
2197 }; | |
2198 /* End PBXNativeTarget section */ | |
2199 | |
2200 /* Begin PBXProject section */ | |
2201 0867D690FE84028FC02AAC07 /* Project object */ = { | |
2202 isa = PBXProject; | |
2203 buildConfigurationList = 0073178E0858DB0500B2BC32 /* Build configuration list for PBXProject "SDL" */; | |
2204 compatibilityVersion = "Xcode 3.0"; | |
4908
9b9dc9fc7df2
Fix Xcode project to turns the SDL_gesture.h and SDL_touch.h into public includes (since they are included when using the SDL/SDL.h file)
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4862
diff
changeset
|
2205 developmentRegion = English; |
3331 | 2206 hasScannedForEncodings = 1; |
4908
9b9dc9fc7df2
Fix Xcode project to turns the SDL_gesture.h and SDL_touch.h into public includes (since they are included when using the SDL/SDL.h file)
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4862
diff
changeset
|
2207 knownRegions = ( |
9b9dc9fc7df2
Fix Xcode project to turns the SDL_gesture.h and SDL_touch.h into public includes (since they are included when using the SDL/SDL.h file)
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4862
diff
changeset
|
2208 English, |
9b9dc9fc7df2
Fix Xcode project to turns the SDL_gesture.h and SDL_touch.h into public includes (since they are included when using the SDL/SDL.h file)
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4862
diff
changeset
|
2209 Japanese, |
9b9dc9fc7df2
Fix Xcode project to turns the SDL_gesture.h and SDL_touch.h into public includes (since they are included when using the SDL/SDL.h file)
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4862
diff
changeset
|
2210 French, |
9b9dc9fc7df2
Fix Xcode project to turns the SDL_gesture.h and SDL_touch.h into public includes (since they are included when using the SDL/SDL.h file)
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4862
diff
changeset
|
2211 German, |
9b9dc9fc7df2
Fix Xcode project to turns the SDL_gesture.h and SDL_touch.h into public includes (since they are included when using the SDL/SDL.h file)
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4862
diff
changeset
|
2212 ); |
3331 | 2213 mainGroup = 0867D691FE84028FC02AAC07 /* SDLFramework */; |
2214 productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */; | |
2215 projectDirPath = ""; | |
2216 projectRoot = ""; | |
2217 targets = ( | |
2218 BECDF5FE0761BA81005FE872 /* Framework */, | |
2219 BECDF66D0761BA81005FE872 /* Static Library */, | |
2220 BECDF6BB0761BA81005FE872 /* Standard DMG */, | |
2221 BECDF6C00761BA81005FE872 /* Developer Extras Package */, | |
3339 | 2222 002D2A9E106C18E700BF972E /* Generate Header Files */, |
3331 | 2223 0083103F1072EA5700A531F1 /* Generate Doxygen DocSet */, |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2224 00D8D9EE1195090700638393 /* testsdl */, |
3331 | 2225 ); |
2226 }; | |
2227 /* End PBXProject section */ | |
2228 | |
2229 /* Begin PBXResourcesBuildPhase section */ | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2230 00D8D9EB1195090700638393 /* Resources */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2231 isa = PBXResourcesBuildPhase; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2232 buildActionMask = 2147483647; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2233 files = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2234 006E94A3119511A1001DE610 /* icon.bmp in Resources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2235 006E94A4119511A1001DE610 /* moose.dat in Resources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2236 006E94A5119511A1001DE610 /* picture.xbm in Resources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2237 006E94A6119511A1001DE610 /* sail.bmp in Resources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2238 006E94A7119511A1001DE610 /* sample.bmp in Resources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2239 006E94A8119511A1001DE610 /* sample.wav in Resources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2240 006E94A9119511A1001DE610 /* utf8.txt in Resources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2241 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2242 runOnlyForDeploymentPostprocessing = 0; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2243 }; |
3331 | 2244 BECDF62A0761BA81005FE872 /* Resources */ = { |
2245 isa = PBXResourcesBuildPhase; | |
2246 buildActionMask = 2147483647; | |
2247 files = ( | |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2248 04BD020912E6671800899322 /* README in Resources */, |
3331 | 2249 ); |
2250 runOnlyForDeploymentPostprocessing = 0; | |
2251 }; | |
2252 /* End PBXResourcesBuildPhase section */ | |
2253 | |
2254 /* Begin PBXRezBuildPhase section */ | |
2255 BECDF6B20761BA81005FE872 /* Rez */ = { | |
2256 isa = PBXRezBuildPhase; | |
2257 buildActionMask = 2147483647; | |
2258 files = ( | |
2259 ); | |
2260 runOnlyForDeploymentPostprocessing = 0; | |
2261 }; | |
2262 /* End PBXRezBuildPhase section */ | |
2263 | |
2264 /* Begin PBXShellScriptBuildPhase section */ | |
2265 002D2AA5106C190C00BF972E /* Run Script to Create SDL_config.h */ = { | |
2266 isa = PBXShellScriptBuildPhase; | |
2267 buildActionMask = 2147483647; | |
2268 files = ( | |
2269 ); | |
2270 inputPaths = ( | |
2271 "$(SRCROOT)/../../include/SDL_config.h.default", | |
2272 ); | |
2273 name = "Run Script to Create SDL_config.h"; | |
2274 outputPaths = ( | |
2275 "$(SRCROOT)/../../include/SDL_config.h", | |
2276 ); | |
2277 runOnlyForDeploymentPostprocessing = 0; | |
2278 shellPath = /bin/sh; | |
2279 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"; | |
2280 }; | |
2281 002D2AA7106C194100BF972E /* Run Script to Create SDL_revision.h */ = { | |
2282 isa = PBXShellScriptBuildPhase; | |
2283 buildActionMask = 2147483647; | |
2284 files = ( | |
2285 ); | |
2286 inputPaths = ( | |
2287 "$(SRCROOT)/../../build-scripts/showrev.sh", | |
2288 "$(SRCROOT)/../../build-scripts/updaterev.sh", | |
2289 ); | |
2290 name = "Run Script to Create SDL_revision.h"; | |
2291 outputPaths = ( | |
2292 "$(SRCROOT)/../../include/SDL_revision.h", | |
2293 ); | |
2294 runOnlyForDeploymentPostprocessing = 0; | |
2295 shellPath = /bin/sh; | |
5091 | 2296 shellScript = "# The official HG installer puts the binary in /usr/local/bin, so add that\n# to Xcode's path and see if the hg executable is found. Otherwise, source\n# the user's bash settings file as a last resort.\nPATH=$PATH:/usr/local/bin\nif ! which -s hg ; then\n if test -f ~/.bash_profile; then source ~/.bash_profile; fi\nfi\nsh ../../build-scripts/updaterev.sh\n"; |
3331 | 2297 }; |
2298 0083103E1072EA5700A531F1 /* ShellScript */ = { | |
2299 isa = PBXShellScriptBuildPhase; | |
2300 buildActionMask = 2147483647; | |
2301 files = ( | |
2302 ); | |
2303 inputPaths = ( | |
2304 ); | |
2305 outputPaths = ( | |
2306 ); | |
2307 runOnlyForDeploymentPostprocessing = 0; | |
2308 shellPath = /bin/sh; | |
2309 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"; | |
2310 }; | |
2311 BECDF6BD0761BA81005FE872 /* ShellScript */ = { | |
2312 isa = PBXShellScriptBuildPhase; | |
2313 buildActionMask = 12; | |
2314 files = ( | |
2315 ); | |
2316 runOnlyForDeploymentPostprocessing = 0; | |
2317 shellPath = /bin/sh; | |
2318 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)"; | |
2319 }; | |
2320 BECDF6C20761BA81005FE872 /* ShellScript */ = { | |
2321 isa = PBXShellScriptBuildPhase; | |
2322 buildActionMask = 2147483647; | |
2323 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)"; | |
2324 files = ( | |
2325 ); | |
2326 runOnlyForDeploymentPostprocessing = 0; | |
2327 shellPath = /bin/sh; | |
2328 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"; | |
2329 }; | |
2330 /* End PBXShellScriptBuildPhase section */ | |
2331 | |
2332 /* Begin PBXSourcesBuildPhase section */ | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2333 00D8D9EC1195090700638393 /* Sources */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2334 isa = PBXSourcesBuildPhase; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2335 buildActionMask = 2147483647; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2336 files = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2337 00D8DA1B1195093100638393 /* audio.c in Sources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2338 00D8DA1C1195093100638393 /* common.c in Sources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2339 00D8DA221195093100638393 /* platform.c in Sources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2340 00D8DA241195093100638393 /* rect.c in Sources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2341 00D8DA251195093100638393 /* render.c in Sources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2342 00D8DA271195093100638393 /* rwops.c in Sources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2343 00D8DA281195093100638393 /* SDL_at.c in Sources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2344 00D8DA291195093100638393 /* surface.c in Sources */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2345 00D8DA2A1195093100638393 /* testsdl.c in Sources */, |
4452
4011619aab7e
Updated Mac Xcode project for refactored rwops automated test changes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4447
diff
changeset
|
2346 001E39EE1196F75000A3F5B8 /* TestSupportRWops_Cocoa.m in Sources */, |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2347 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2348 runOnlyForDeploymentPostprocessing = 0; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2349 }; |
3331 | 2350 BECDF62C0761BA81005FE872 /* Sources */ = { |
2351 isa = PBXSourcesBuildPhase; | |
2352 buildActionMask = 2147483647; | |
2353 files = ( | |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2354 04BDFFFB12E6671800899322 /* SDL_atomic.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2355 04BDFFFC12E6671800899322 /* SDL_spinlock.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2356 04BD000812E6671800899322 /* SDL_diskaudio.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2357 04BD001012E6671800899322 /* SDL_dummyaudio.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2358 04BD001812E6671800899322 /* SDL_coreaudio.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2359 04BD002612E6671800899322 /* SDL_audio.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2360 04BD002812E6671800899322 /* SDL_audiocvt.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2361 04BD002912E6671800899322 /* SDL_audiodev.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2362 04BD002C12E6671800899322 /* SDL_audiotypecvt.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2363 04BD002D12E6671800899322 /* SDL_mixer.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2364 04BD002E12E6671800899322 /* SDL_mixer_m68k.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2365 04BD003012E6671800899322 /* SDL_mixer_MMX.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2366 04BD003212E6671800899322 /* SDL_mixer_MMX_VC.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2367 04BD003512E6671800899322 /* SDL_wave.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2368 04BD004112E6671800899322 /* SDL_cpuinfo.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2369 04BD004812E6671800899322 /* SDL_clipboardevents.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2370 04BD004A12E6671800899322 /* SDL_events.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2371 04BD004C12E6671800899322 /* SDL_gesture.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2372 04BD004E12E6671800899322 /* SDL_keyboard.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2373 04BD005012E6671800899322 /* SDL_mouse.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2374 04BD005212E6671800899322 /* SDL_quit.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2375 04BD005412E6671800899322 /* SDL_touch.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2376 04BD005612E6671800899322 /* SDL_windowevents.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2377 04BD005912E6671800899322 /* SDL_rwopsbundlesupport.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2378 04BD005A12E6671800899322 /* SDL_rwops.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2379 04BD005B12E6671800899322 /* SDL_syshaptic.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2380 04BD005F12E6671800899322 /* SDL_haptic.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2381 04BD006612E6671800899322 /* SDL_sysjoystick.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2382 04BD007012E6671800899322 /* SDL_joystick.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2383 04BD008812E6671800899322 /* SDL_sysloadso.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2384 04BD008A12E6671800899322 /* SDL_dlcompat.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2385 04BD009412E6671800899322 /* SDL_syspower.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2386 04BD009612E6671800899322 /* SDL_power.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2387 04BD009C12E6671800899322 /* SDL_assert.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2388 04BD009D12E6671800899322 /* SDL_compat.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2389 04BD009F12E6671800899322 /* SDL_error.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2390 04BD00A012E6671800899322 /* SDL_fatal.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2391 04BD00A212E6671800899322 /* SDL.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2392 04BD00A312E6671800899322 /* SDL_getenv.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2393 04BD00A412E6671800899322 /* SDL_iconv.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2394 04BD00A512E6671800899322 /* SDL_malloc.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2395 04BD00A612E6671800899322 /* SDL_qsort.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2396 04BD00A712E6671800899322 /* SDL_stdlib.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2397 04BD00A812E6671800899322 /* SDL_string.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2398 04BD00BD12E6671800899322 /* SDL_syscond.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2399 04BD00BE12E6671800899322 /* SDL_sysmutex.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2400 04BD00C012E6671800899322 /* SDL_syssem.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2401 04BD00C112E6671800899322 /* SDL_systhread.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2402 04BD00CA12E6671800899322 /* SDL_thread.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2403 04BD00D712E6671800899322 /* SDL_timer.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2404 04BD00D912E6671800899322 /* SDL_systimer.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2405 04BD00F412E6671800899322 /* SDL_cocoaclipboard.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2406 04BD00F612E6671800899322 /* SDL_cocoaevents.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2407 04BD00F812E6671800899322 /* SDL_cocoakeyboard.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2408 04BD00FA12E6671800899322 /* SDL_cocoamodes.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2409 04BD00FC12E6671800899322 /* SDL_cocoamouse.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2410 04BD00FE12E6671800899322 /* SDL_cocoaopengl.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2411 04BD010012E6671800899322 /* SDL_cocoashape.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2412 04BD010212E6671800899322 /* SDL_cocoavideo.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2413 04BD010412E6671800899322 /* SDL_cocoawindow.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2414 04BD011712E6671800899322 /* SDL_nullevents.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2415 04BD011B12E6671800899322 /* SDL_nullvideo.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2416 04BD017512E6671800899322 /* SDL_blit.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2417 04BD017712E6671800899322 /* SDL_blit_0.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2418 04BD017812E6671800899322 /* SDL_blit_1.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2419 04BD017912E6671800899322 /* SDL_blit_A.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2420 04BD017A12E6671800899322 /* SDL_blit_auto.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2421 04BD017C12E6671800899322 /* SDL_blit_copy.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2422 04BD017E12E6671800899322 /* SDL_blit_N.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2423 04BD017F12E6671800899322 /* SDL_blit_slow.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2424 04BD018112E6671800899322 /* SDL_bmp.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2425 04BD018212E6671800899322 /* SDL_clipboard.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2426 04BD018712E6671800899322 /* SDL_fillrect.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2427 04BD018812E6671800899322 /* SDL_gamma.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2428 04BD018C12E6671800899322 /* SDL_pixels.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2429 04BD018E12E6671800899322 /* SDL_rect.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2430 04BD019612E6671800899322 /* SDL_RLEaccel.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2431 04BD019812E6671800899322 /* SDL_shape.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2432 04BD019A12E6671800899322 /* SDL_stretch.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2433 04BD019B12E6671800899322 /* SDL_surface.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2434 04BD019D12E6671800899322 /* SDL_video.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2435 04BD01DB12E6671800899322 /* imKStoUCS.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2436 04BD01DD12E6671800899322 /* SDL_x11clipboard.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2437 04BD01DF12E6671800899322 /* SDL_x11dyn.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2438 04BD01E112E6671800899322 /* SDL_x11events.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2439 04BD01E312E6671800899322 /* SDL_x11gamma.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2440 04BD01E512E6671800899322 /* SDL_x11keyboard.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2441 04BD01E712E6671800899322 /* SDL_x11modes.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2442 04BD01E912E6671800899322 /* SDL_x11mouse.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2443 04BD01EB12E6671800899322 /* SDL_x11opengl.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2444 04BD01ED12E6671800899322 /* SDL_x11opengles.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2445 04BD01F112E6671800899322 /* SDL_x11shape.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2446 04BD01F412E6671800899322 /* SDL_x11touch.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2447 04BD01F612E6671800899322 /* SDL_x11video.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2448 04BD01F812E6671800899322 /* SDL_x11window.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2449 04BD020A12E6671800899322 /* Xinerama.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2450 04BD020B12E6671800899322 /* xme.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2451 04BD020C12E6671800899322 /* AllCmap.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2452 04BD020D12E6671800899322 /* CmapAlloc.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2453 04BD020E12E6671800899322 /* CrCmap.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2454 04BD020F12E6671800899322 /* DelCmap.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2455 04BD021012E6671800899322 /* Distinct.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2456 04BD021112E6671800899322 /* LookupCmap.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2457 04BD021212E6671800899322 /* StdCmap.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2458 04BD021312E6671800899322 /* VisCmap.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2459 04BD021412E6671800899322 /* Xv.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2460 04BD021612E6671800899322 /* XF86VMode.c in Sources */, |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
2461 041B2CA312FA0D680087D585 /* SDL_renderer_gl.c in Sources */, |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
2462 041B2CA512FA0D680087D585 /* SDL_render.c in Sources */, |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
2463 041B2CA712FA0D680087D585 /* SDL_renderer_sw.c in Sources */, |
5159
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
2464 04409B9212FA97ED00FB9AA8 /* SDL_yuv_mmx.c in Sources */, |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
2465 04409B9412FA97ED00FB9AA8 /* SDL_yuv_sw.c in Sources */, |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2466 04F7803A12FB748500FC43C0 /* SDL_nullframebuffer.c in Sources */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2467 04F7804912FB74A200FC43C0 /* SDL_blendfillrect.c in Sources */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2468 04F7804B12FB74A200FC43C0 /* SDL_blendline.c in Sources */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2469 04F7804D12FB74A200FC43C0 /* SDL_blendpoint.c in Sources */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2470 04F7805012FB74A200FC43C0 /* SDL_drawline.c in Sources */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2471 04F7805212FB74A200FC43C0 /* SDL_drawpoint.c in Sources */, |
3331 | 2472 ); |
2473 runOnlyForDeploymentPostprocessing = 0; | |
2474 }; | |
2475 BECDF6790761BA81005FE872 /* Sources */ = { | |
2476 isa = PBXSourcesBuildPhase; | |
2477 buildActionMask = 2147483647; | |
2478 files = ( | |
5025
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2479 04BD021712E6671800899322 /* SDL_atomic.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2480 04BD021812E6671800899322 /* SDL_spinlock.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2481 04BD022412E6671800899322 /* SDL_diskaudio.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2482 04BD022C12E6671800899322 /* SDL_dummyaudio.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2483 04BD023412E6671800899322 /* SDL_coreaudio.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2484 04BD024212E6671800899322 /* SDL_audio.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2485 04BD024412E6671800899322 /* SDL_audiocvt.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2486 04BD024512E6671800899322 /* SDL_audiodev.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2487 04BD024812E6671800899322 /* SDL_audiotypecvt.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2488 04BD024912E6671800899322 /* SDL_mixer.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2489 04BD024A12E6671800899322 /* SDL_mixer_m68k.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2490 04BD024C12E6671800899322 /* SDL_mixer_MMX.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2491 04BD024E12E6671800899322 /* SDL_mixer_MMX_VC.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2492 04BD025112E6671800899322 /* SDL_wave.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2493 04BD025C12E6671800899322 /* SDL_cpuinfo.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2494 04BD026312E6671800899322 /* SDL_clipboardevents.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2495 04BD026512E6671800899322 /* SDL_events.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2496 04BD026712E6671800899322 /* SDL_gesture.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2497 04BD026912E6671800899322 /* SDL_keyboard.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2498 04BD026B12E6671800899322 /* SDL_mouse.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2499 04BD026D12E6671800899322 /* SDL_quit.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2500 04BD026F12E6671800899322 /* SDL_touch.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2501 04BD027112E6671800899322 /* SDL_windowevents.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2502 04BD027412E6671800899322 /* SDL_rwopsbundlesupport.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2503 04BD027512E6671800899322 /* SDL_rwops.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2504 04BD027612E6671800899322 /* SDL_syshaptic.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2505 04BD027A12E6671800899322 /* SDL_haptic.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2506 04BD028112E6671800899322 /* SDL_sysjoystick.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2507 04BD028B12E6671800899322 /* SDL_joystick.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2508 04BD02A312E6671800899322 /* SDL_sysloadso.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2509 04BD02A512E6671800899322 /* SDL_dlcompat.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2510 04BD02AE12E6671800899322 /* SDL_syspower.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2511 04BD02B012E6671800899322 /* SDL_power.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2512 04BD02B612E6671800899322 /* SDL_assert.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2513 04BD02B712E6671800899322 /* SDL_compat.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2514 04BD02B912E6671800899322 /* SDL_error.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2515 04BD02BA12E6671800899322 /* SDL_fatal.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2516 04BD02BC12E6671800899322 /* SDL.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2517 04BD02BD12E6671800899322 /* SDL_getenv.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2518 04BD02BE12E6671800899322 /* SDL_iconv.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2519 04BD02BF12E6671800899322 /* SDL_malloc.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2520 04BD02C012E6671800899322 /* SDL_qsort.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2521 04BD02C112E6671800899322 /* SDL_stdlib.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2522 04BD02C212E6671800899322 /* SDL_string.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2523 04BD02D712E6671800899322 /* SDL_syscond.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2524 04BD02D812E6671800899322 /* SDL_sysmutex.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2525 04BD02DA12E6671800899322 /* SDL_syssem.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2526 04BD02DB12E6671800899322 /* SDL_systhread.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2527 04BD02E412E6671800899322 /* SDL_thread.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2528 04BD02F112E6671800899322 /* SDL_timer.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2529 04BD02F312E6671800899322 /* SDL_systimer.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2530 04BD030E12E6671800899322 /* SDL_cocoaclipboard.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2531 04BD031012E6671800899322 /* SDL_cocoaevents.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2532 04BD031212E6671800899322 /* SDL_cocoakeyboard.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2533 04BD031412E6671800899322 /* SDL_cocoamodes.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2534 04BD031612E6671800899322 /* SDL_cocoamouse.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2535 04BD031812E6671800899322 /* SDL_cocoaopengl.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2536 04BD031A12E6671800899322 /* SDL_cocoashape.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2537 04BD031C12E6671800899322 /* SDL_cocoavideo.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2538 04BD031E12E6671800899322 /* SDL_cocoawindow.m in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2539 04BD033112E6671800899322 /* SDL_nullevents.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2540 04BD033512E6671800899322 /* SDL_nullvideo.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2541 04BD038F12E6671800899322 /* SDL_blit.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2542 04BD039112E6671800899322 /* SDL_blit_0.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2543 04BD039212E6671800899322 /* SDL_blit_1.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2544 04BD039312E6671800899322 /* SDL_blit_A.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2545 04BD039412E6671800899322 /* SDL_blit_auto.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2546 04BD039612E6671800899322 /* SDL_blit_copy.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2547 04BD039812E6671800899322 /* SDL_blit_N.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2548 04BD039912E6671800899322 /* SDL_blit_slow.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2549 04BD039B12E6671800899322 /* SDL_bmp.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2550 04BD039C12E6671800899322 /* SDL_clipboard.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2551 04BD03A112E6671800899322 /* SDL_fillrect.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2552 04BD03A212E6671800899322 /* SDL_gamma.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2553 04BD03A612E6671800899322 /* SDL_pixels.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2554 04BD03A812E6671800899322 /* SDL_rect.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2555 04BD03B012E6671800899322 /* SDL_RLEaccel.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2556 04BD03B212E6671800899322 /* SDL_shape.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2557 04BD03B412E6671800899322 /* SDL_stretch.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2558 04BD03B512E6671800899322 /* SDL_surface.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2559 04BD03B712E6671800899322 /* SDL_video.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2560 04BD03F312E6671800899322 /* imKStoUCS.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2561 04BD03F512E6671800899322 /* SDL_x11clipboard.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2562 04BD03F712E6671800899322 /* SDL_x11dyn.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2563 04BD03F912E6671800899322 /* SDL_x11events.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2564 04BD03FB12E6671800899322 /* SDL_x11gamma.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2565 04BD03FD12E6671800899322 /* SDL_x11keyboard.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2566 04BD03FF12E6671800899322 /* SDL_x11modes.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2567 04BD040112E6671800899322 /* SDL_x11mouse.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2568 04BD040312E6671800899322 /* SDL_x11opengl.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2569 04BD040512E6671800899322 /* SDL_x11opengles.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2570 04BD040912E6671800899322 /* SDL_x11shape.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2571 04BD040C12E6671800899322 /* SDL_x11touch.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2572 04BD040E12E6671800899322 /* SDL_x11video.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2573 04BD041012E6671800899322 /* SDL_x11window.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2574 04BD042112E6671800899322 /* Xinerama.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2575 04BD042212E6671800899322 /* xme.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2576 04BD042312E6671800899322 /* AllCmap.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2577 04BD042412E6671800899322 /* CmapAlloc.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2578 04BD042512E6671800899322 /* CrCmap.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2579 04BD042612E6671800899322 /* DelCmap.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2580 04BD042712E6671800899322 /* Distinct.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2581 04BD042812E6671800899322 /* LookupCmap.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2582 04BD042912E6671800899322 /* StdCmap.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2583 04BD042A12E6671800899322 /* VisCmap.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2584 04BD042B12E6671800899322 /* Xv.c in Sources */, |
63034cfd33de
Fixed missing source files in static library target
Sam Lantinga <slouken@libsdl.org>
parents:
5003
diff
changeset
|
2585 04BD042D12E6671800899322 /* XF86VMode.c in Sources */, |
5157
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
2586 041B2CA912FA0D680087D585 /* SDL_renderer_gl.c in Sources */, |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
2587 041B2CAB12FA0D680087D585 /* SDL_render.c in Sources */, |
fb424691cfc7
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Sam Lantinga <slouken@libsdl.org>
parents:
5091
diff
changeset
|
2588 041B2CAD12FA0D680087D585 /* SDL_renderer_sw.c in Sources */, |
5159
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
2589 04409B9612FA97ED00FB9AA8 /* SDL_yuv_mmx.c in Sources */, |
307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
Sam Lantinga <slouken@libsdl.org>
parents:
5157
diff
changeset
|
2590 04409B9812FA97ED00FB9AA8 /* SDL_yuv_sw.c in Sources */, |
5169
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2591 04F7803C12FB748500FC43C0 /* SDL_nullframebuffer.c in Sources */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2592 04F7805512FB74A200FC43C0 /* SDL_blendfillrect.c in Sources */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2593 04F7805712FB74A200FC43C0 /* SDL_blendline.c in Sources */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2594 04F7805912FB74A200FC43C0 /* SDL_blendpoint.c in Sources */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2595 04F7805C12FB74A200FC43C0 /* SDL_drawline.c in Sources */, |
4d39eeaad00b
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
Sam Lantinga <slouken@libsdl.org>
parents:
5159
diff
changeset
|
2596 04F7805E12FB74A200FC43C0 /* SDL_drawpoint.c in Sources */, |
3331 | 2597 ); |
2598 runOnlyForDeploymentPostprocessing = 0; | |
2599 }; | |
2600 /* End PBXSourcesBuildPhase section */ | |
2601 | |
2602 /* Begin PBXTargetDependency section */ | |
2603 002D2AA9106C196E00BF972E /* PBXTargetDependency */ = { | |
2604 isa = PBXTargetDependency; | |
2605 target = 002D2A9E106C18E700BF972E /* Generate Header Files */; | |
2606 targetProxy = 002D2AA8106C196E00BF972E /* PBXContainerItemProxy */; | |
2607 }; | |
2608 002D2AAC106C19B200BF972E /* PBXTargetDependency */ = { | |
2609 isa = PBXTargetDependency; | |
2610 target = 002D2A9E106C18E700BF972E /* Generate Header Files */; | |
2611 targetProxy = 002D2AAB106C19B200BF972E /* PBXContainerItemProxy */; | |
2612 }; | |
2613 008310461072EA9000A531F1 /* PBXTargetDependency */ = { | |
2614 isa = PBXTargetDependency; | |
2615 target = 0083103F1072EA5700A531F1 /* Generate Doxygen DocSet */; | |
2616 targetProxy = 008310451072EA9000A531F1 /* PBXContainerItemProxy */; | |
2617 }; | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2618 00D8DA2F1195094500638393 /* PBXTargetDependency */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2619 isa = PBXTargetDependency; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2620 target = BECDF5FE0761BA81005FE872 /* Framework */; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2621 targetProxy = 00D8DA2E1195094500638393 /* PBXContainerItemProxy */; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
2622 }; |
3331 | 2623 BECDF6C60761BA81005FE872 /* PBXTargetDependency */ = { |
2624 isa = PBXTargetDependency; | |
2625 target = BECDF5FE0761BA81005FE872 /* Framework */; | |
2626 targetProxy = BECDF6C50761BA81005FE872 /* PBXContainerItemProxy */; | |
2627 }; | |
2628 /* End PBXTargetDependency section */ | |
2629 | |
2630 /* Begin XCBuildConfiguration section */ | |
2631 002D2A9F106C18E700BF972E /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2632 isa = XCBuildConfiguration; | |
2633 buildSettings = { | |
2634 PRODUCT_NAME = "Generate Header Files"; | |
2635 }; | |
2636 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2637 }; | |
2638 002D2AA0106C18E700BF972E /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2639 isa = XCBuildConfiguration; | |
2640 buildSettings = { | |
2641 PRODUCT_NAME = "Generate Header Files"; | |
2642 }; | |
2643 name = Development_using_10.4SDK_and_10.6SDK; | |
2644 }; | |
2645 002D2AA1106C18E700BF972E /* Development_native_only */ = { | |
2646 isa = XCBuildConfiguration; | |
2647 buildSettings = { | |
2648 PRODUCT_NAME = "Generate Header Files"; | |
2649 }; | |
2650 name = Development_native_only; | |
2651 }; | |
2652 002D2AA2106C18E700BF972E /* Deployment_native_only */ = { | |
2653 isa = XCBuildConfiguration; | |
2654 buildSettings = { | |
2655 PRODUCT_NAME = "Generate Header Files"; | |
2656 }; | |
2657 name = Deployment_native_only; | |
2658 }; | |
2659 002D2AA3106C18E700BF972E /* Default */ = { | |
2660 isa = XCBuildConfiguration; | |
2661 buildSettings = { | |
2662 PRODUCT_NAME = "Generate Header Files"; | |
2663 }; | |
2664 name = Default; | |
2665 }; | |
2666 0073177B0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2667 isa = XCBuildConfiguration; | |
2668 buildSettings = { | |
2669 DYLIB_COMPATIBILITY_VERSION = 1.3; | |
2670 DYLIB_CURRENT_VERSION = 1.3.0; | |
2671 FRAMEWORK_VERSION = 1.3; | |
2672 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2673 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2674 "SDL_VIDEO_DRIVER_DGA=1", | |
2675 "SDL_VIDEO_DRIVER_X11=1", | |
2676 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2677 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2678 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2679 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2680 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2681 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2682 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2683 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2684 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2685 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2686 ); | |
2687 GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |
2688 HEADER_SEARCH_PATHS = /usr/X11R6/include; | |
2689 INFOPLIST_FILE = "Info-Framework.plist"; | |
2690 INSTALL_PATH = "@executable_path/../Frameworks"; | |
2691 PRODUCT_NAME = SDL; | |
2692 WRAPPER_EXTENSION = framework; | |
2693 }; | |
2694 name = Development_using_10.4SDK_and_10.6SDK; | |
2695 }; | |
2696 0073177C0858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2697 isa = XCBuildConfiguration; | |
2698 buildSettings = { | |
2699 DYLIB_COMPATIBILITY_VERSION = 1.3; | |
2700 DYLIB_CURRENT_VERSION = 1.3.0; | |
2701 FRAMEWORK_VERSION = 1.3; | |
2702 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2703 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2704 "SDL_VIDEO_DRIVER_DGA=1", | |
2705 "SDL_VIDEO_DRIVER_X11=1", | |
2706 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2707 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2708 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2709 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2710 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2711 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2712 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2713 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2714 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2715 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2716 ); | |
2717 GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |
2718 HEADER_SEARCH_PATHS = /usr/X11R6/include; | |
2719 INFOPLIST_FILE = "Info-Framework.plist"; | |
2720 INSTALL_PATH = "@executable_path/../Frameworks"; | |
2721 PRODUCT_NAME = SDL; | |
2722 WRAPPER_EXTENSION = framework; | |
2723 }; | |
2724 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2725 }; | |
2726 0073177D0858DB0500B2BC32 /* Default */ = { | |
2727 isa = XCBuildConfiguration; | |
2728 buildSettings = { | |
2729 DYLIB_COMPATIBILITY_VERSION = 1.3; | |
2730 DYLIB_CURRENT_VERSION = 1.3.0; | |
2731 FRAMEWORK_VERSION = 1.3; | |
2732 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2733 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2734 "SDL_VIDEO_DRIVER_DGA=1", | |
2735 "SDL_VIDEO_DRIVER_X11=1", | |
2736 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2737 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2738 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2739 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2740 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2741 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2742 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2743 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2744 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2745 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2746 ); | |
2747 GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |
2748 HEADER_SEARCH_PATHS = /usr/X11R6/include; | |
2749 INFOPLIST_FILE = "Info-Framework.plist"; | |
2750 INSTALL_PATH = "@executable_path/../Frameworks"; | |
2751 PRODUCT_NAME = SDL; | |
2752 WRAPPER_EXTENSION = framework; | |
2753 }; | |
2754 name = Default; | |
2755 }; | |
2756 0073177F0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2757 isa = XCBuildConfiguration; | |
2758 buildSettings = { | |
2759 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2760 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2761 "SDL_VIDEO_DRIVER_DGA=1", | |
2762 "SDL_VIDEO_DRIVER_X11=1", | |
2763 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2764 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2765 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2766 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2767 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2768 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2769 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2770 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2771 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2772 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2773 ); | |
3339 | 2774 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
3331 | 2775 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
2776 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; | |
2777 PRODUCT_NAME = SDL; | |
2778 }; | |
2779 name = Development_using_10.4SDK_and_10.6SDK; | |
2780 }; | |
2781 007317800858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2782 isa = XCBuildConfiguration; | |
2783 buildSettings = { | |
2784 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2785 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2786 "SDL_VIDEO_DRIVER_DGA=1", | |
2787 "SDL_VIDEO_DRIVER_X11=1", | |
2788 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2789 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2790 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2791 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2792 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2793 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2794 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2795 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2796 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2797 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2798 ); | |
3339 | 2799 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
3331 | 2800 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
2801 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; | |
2802 PRODUCT_NAME = SDL; | |
2803 }; | |
2804 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2805 }; | |
2806 007317810858DB0500B2BC32 /* Default */ = { | |
2807 isa = XCBuildConfiguration; | |
2808 buildSettings = { | |
2809 GCC_PREPROCESSOR_DEFINITIONS = ( | |
2810 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
2811 "SDL_VIDEO_DRIVER_DGA=1", | |
2812 "SDL_VIDEO_DRIVER_X11=1", | |
2813 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
2814 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
2815 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
2816 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
2817 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
2818 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
2819 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
2820 "SDL_VIDEO_DRIVER_X11_XME=1", | |
2821 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
2822 "SDL_VIDEO_DRIVER_X11_XV=1", | |
2823 ); | |
3339 | 2824 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
3331 | 2825 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
2826 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; | |
2827 PRODUCT_NAME = SDL; | |
2828 }; | |
2829 name = Default; | |
2830 }; | |
2831 007317870858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2832 isa = XCBuildConfiguration; | |
2833 buildSettings = { | |
2834 PRODUCT_NAME = "Standard DMG"; | |
2835 }; | |
2836 name = Development_using_10.4SDK_and_10.6SDK; | |
2837 }; | |
2838 007317880858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2839 isa = XCBuildConfiguration; | |
2840 buildSettings = { | |
2841 PRODUCT_NAME = "Standard DMG"; | |
2842 }; | |
2843 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2844 }; | |
2845 007317890858DB0500B2BC32 /* Default */ = { | |
2846 isa = XCBuildConfiguration; | |
2847 buildSettings = { | |
2848 PRODUCT_NAME = "Standard DMG"; | |
2849 }; | |
2850 name = Default; | |
2851 }; | |
2852 0073178B0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2853 isa = XCBuildConfiguration; | |
2854 buildSettings = { | |
2855 PRODUCT_NAME = "Developer Extras Package"; | |
2856 }; | |
2857 name = Development_using_10.4SDK_and_10.6SDK; | |
2858 }; | |
2859 0073178C0858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2860 isa = XCBuildConfiguration; | |
2861 buildSettings = { | |
2862 PRODUCT_NAME = "Developer Extras Package"; | |
2863 }; | |
2864 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2865 }; | |
2866 0073178D0858DB0500B2BC32 /* Default */ = { | |
2867 isa = XCBuildConfiguration; | |
2868 buildSettings = { | |
2869 PRODUCT_NAME = "Developer Extras Package"; | |
2870 }; | |
2871 name = Default; | |
2872 }; | |
2873 0073178F0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2874 isa = XCBuildConfiguration; | |
2875 buildSettings = { | |
2876 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; | |
2877 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; | |
2878 GCC_ALTIVEC_EXTENSIONS = YES; | |
2879 GCC_AUTO_VECTORIZATION = YES; | |
2880 GCC_ENABLE_CPP_EXCEPTIONS = NO; | |
2881 GCC_ENABLE_CPP_RTTI = NO; | |
2882 GCC_ENABLE_SSE3_EXTENSIONS = YES; | |
2883 GCC_OPTIMIZATION_LEVEL = 0; | |
2884 GCC_VERSION = 4.0; | |
2885 "GCC_VERSION[arch=x86_64]" = 4.2; | |
2886 MACOSX_DEPLOYMENT_TARGET = 10.4; | |
2887 "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6; | |
2888 PREBINDING = NO; | |
2889 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; | |
2890 "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; | |
2891 WARNING_CFLAGS = ""; | |
2892 }; | |
2893 name = Development_using_10.4SDK_and_10.6SDK; | |
2894 }; | |
2895 007317900858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2896 isa = XCBuildConfiguration; | |
2897 buildSettings = { | |
2898 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; | |
2899 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; | |
2900 DEPLOYMENT_POSTPROCESSING = YES; | |
2901 GCC_ALTIVEC_EXTENSIONS = YES; | |
2902 GCC_AUTO_VECTORIZATION = YES; | |
2903 GCC_ENABLE_CPP_EXCEPTIONS = NO; | |
2904 GCC_ENABLE_CPP_RTTI = NO; | |
2905 GCC_ENABLE_SSE3_EXTENSIONS = YES; | |
2906 GCC_OPTIMIZATION_LEVEL = 3; | |
2907 GCC_VERSION = 4.0; | |
2908 "GCC_VERSION[arch=x86_64]" = 4.2; | |
2909 MACOSX_DEPLOYMENT_TARGET = 10.4; | |
2910 "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6; | |
2911 PREBINDING = NO; | |
2912 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; | |
2913 "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; | |
2914 SEPARATE_STRIP = YES; | |
2915 STRIP_STYLE = "non-global"; | |
2916 WARNING_CFLAGS = ""; | |
2917 }; | |
2918 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2919 }; | |
2920 007317910858DB0500B2BC32 /* Default */ = { | |
2921 isa = XCBuildConfiguration; | |
2922 buildSettings = { | |
2923 ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; | |
2924 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; | |
2925 GCC_ALTIVEC_EXTENSIONS = YES; | |
2926 GCC_AUTO_VECTORIZATION = YES; | |
2927 GCC_ENABLE_CPP_EXCEPTIONS = NO; | |
2928 GCC_ENABLE_CPP_RTTI = NO; | |
2929 GCC_ENABLE_SSE3_EXTENSIONS = YES; | |
2930 GCC_OPTIMIZATION_LEVEL = 3; | |
2931 GCC_VERSION = 4.0; | |
2932 GCC_VERSION_i386 = 4.0; | |
2933 GCC_VERSION_ppc = 4.0; | |
2934 GCC_VERSION_x86_64 = 4.2; | |
2935 MACOSX_DEPLOYMENT_TARGET = ""; | |
2936 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4; | |
2937 MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; | |
2938 MACOSX_DEPLOYMENT_TARGET_x86_64 = 10.6; | |
2939 PREBINDING = NO; | |
2940 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk; | |
2941 SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk; | |
2942 SDKROOT_x86_64 = /Developer/SDKs/MacOSX10.6.sdk; | |
2943 WARNING_CFLAGS = ""; | |
2944 ZERO_LINK = NO; | |
2945 }; | |
2946 name = Default; | |
2947 }; | |
2948 008310401072EA5700A531F1 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { | |
2949 isa = XCBuildConfiguration; | |
2950 buildSettings = { | |
2951 DOXYGEN_EXE = /Applications/Doxygen.app/Contents/Resources/doxygen; | |
2952 PRODUCT_NAME = "Generate Doxygen DocSet"; | |
2953 }; | |
2954 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; | |
2955 }; | |
2956 008310411072EA5700A531F1 /* Development_using_10.4SDK_and_10.6SDK */ = { | |
2957 isa = XCBuildConfiguration; | |
2958 buildSettings = { | |
2959 DOXYGEN_EXE = /Applications/Doxygen.app/Contents/Resources/doxygen; | |
2960 PRODUCT_NAME = "Generate Doxygen DocSet"; | |
2961 }; | |
2962 name = Development_using_10.4SDK_and_10.6SDK; | |
2963 }; | |
2964 008310421072EA5700A531F1 /* Development_native_only */ = { | |
2965 isa = XCBuildConfiguration; | |
2966 buildSettings = { | |
2967 DOXYGEN_EXE = /Applications/Doxygen.app/Contents/Resources/doxygen; | |
2968 PRODUCT_NAME = "Generate Doxygen DocSet"; | |
2969 }; | |
2970 name = Development_native_only; | |
2971 }; | |
2972 008310431072EA5700A531F1 /* Deployment_native_only */ = { | |
2973 isa = XCBuildConfiguration; | |
2974 buildSettings = { | |
2975 DOXYGEN_EXE = /Applications/Doxygen.app/Contents/Resources/doxygen; | |
2976 PRODUCT_NAME = "Generate Doxygen DocSet"; | |
2977 }; | |
2978 name = Deployment_native_only; | |
2979 }; | |
2980 008310441072EA5700A531F1 /* Default */ = { | |
2981 isa = XCBuildConfiguration; | |
2982 buildSettings = { | |
2983 DOXYGEN_EXE = /Applications/Doxygen.app/Contents/Resources/doxygen; | |
2984 PRODUCT_NAME = "Generate Doxygen DocSet"; | |
2985 }; | |
2986 name = Default; | |
2987 }; | |
2988 00CFA621106A567900758660 /* Deployment_native_only */ = { | |
2989 isa = XCBuildConfiguration; | |
2990 buildSettings = { | |
2991 DEPLOYMENT_POSTPROCESSING = YES; | |
2992 GCC_ALTIVEC_EXTENSIONS = YES; | |
2993 GCC_AUTO_VECTORIZATION = YES; | |
2994 GCC_ENABLE_CPP_EXCEPTIONS = NO; | |
2995 GCC_ENABLE_CPP_RTTI = NO; | |
2996 GCC_ENABLE_SSE3_EXTENSIONS = YES; | |
2997 GCC_OPTIMIZATION_LEVEL = 3; | |
2998 MACOSX_DEPLOYMENT_TARGET = ""; | |
2999 PREBINDING = NO; | |
3000 SEPARATE_STRIP = YES; | |
3001 STRIP_STYLE = "non-global"; | |
3002 WARNING_CFLAGS = ""; | |
3003 ZERO_LINK = NO; | |
3004 }; | |
3005 name = Deployment_native_only; | |
3006 }; | |
3007 00CFA622106A567900758660 /* Deployment_native_only */ = { | |
3008 isa = XCBuildConfiguration; | |
3009 buildSettings = { | |
3010 DYLIB_COMPATIBILITY_VERSION = 1.3; | |
3011 DYLIB_CURRENT_VERSION = 1.3.0; | |
3012 FRAMEWORK_VERSION = 1.3; | |
3013 GCC_PREPROCESSOR_DEFINITIONS = ( | |
3014 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
3015 "SDL_VIDEO_DRIVER_DGA=1", | |
3016 "SDL_VIDEO_DRIVER_X11=1", | |
3017 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
3018 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
3019 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
3020 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
3021 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
3022 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
3023 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
3024 "SDL_VIDEO_DRIVER_X11_XME=1", | |
3025 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
3026 "SDL_VIDEO_DRIVER_X11_XV=1", | |
3027 ); | |
3028 GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |
3029 HEADER_SEARCH_PATHS = /usr/X11R6/include; | |
3030 INFOPLIST_FILE = "Info-Framework.plist"; | |
3031 INSTALL_PATH = "@executable_path/../Frameworks"; | |
3032 PRODUCT_NAME = SDL; | |
3033 WRAPPER_EXTENSION = framework; | |
3034 }; | |
3035 name = Deployment_native_only; | |
3036 }; | |
3037 00CFA623106A567900758660 /* Deployment_native_only */ = { | |
3038 isa = XCBuildConfiguration; | |
3039 buildSettings = { | |
3040 GCC_PREPROCESSOR_DEFINITIONS = ( | |
3041 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
3042 "SDL_VIDEO_DRIVER_DGA=1", | |
3043 "SDL_VIDEO_DRIVER_X11=1", | |
3044 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
3045 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
3046 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
3047 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
3048 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
3049 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
3050 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
3051 "SDL_VIDEO_DRIVER_X11_XME=1", | |
3052 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
3053 "SDL_VIDEO_DRIVER_X11_XV=1", | |
3054 ); | |
3339 | 3055 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
3331 | 3056 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
3057 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; | |
3058 PRODUCT_NAME = SDL; | |
3059 }; | |
3060 name = Deployment_native_only; | |
3061 }; | |
3062 00CFA625106A567900758660 /* Deployment_native_only */ = { | |
3063 isa = XCBuildConfiguration; | |
3064 buildSettings = { | |
3065 PRODUCT_NAME = "Standard DMG"; | |
3066 }; | |
3067 name = Deployment_native_only; | |
3068 }; | |
3069 00CFA626106A567900758660 /* Deployment_native_only */ = { | |
3070 isa = XCBuildConfiguration; | |
3071 buildSettings = { | |
3072 PRODUCT_NAME = "Developer Extras Package"; | |
3073 }; | |
3074 name = Deployment_native_only; | |
3075 }; | |
3076 00CFA627106A568900758660 /* Development_native_only */ = { | |
3077 isa = XCBuildConfiguration; | |
3078 buildSettings = { | |
3079 GCC_ALTIVEC_EXTENSIONS = YES; | |
3080 GCC_AUTO_VECTORIZATION = YES; | |
3081 GCC_ENABLE_CPP_EXCEPTIONS = NO; | |
3082 GCC_ENABLE_CPP_RTTI = NO; | |
3083 GCC_ENABLE_SSE3_EXTENSIONS = YES; | |
3084 GCC_OPTIMIZATION_LEVEL = 0; | |
3085 MACOSX_DEPLOYMENT_TARGET = ""; | |
3086 PREBINDING = NO; | |
3087 WARNING_CFLAGS = ""; | |
3088 ZERO_LINK = NO; | |
3089 }; | |
3090 name = Development_native_only; | |
3091 }; | |
3092 00CFA628106A568900758660 /* Development_native_only */ = { | |
3093 isa = XCBuildConfiguration; | |
3094 buildSettings = { | |
3095 DYLIB_COMPATIBILITY_VERSION = 1.3; | |
3096 DYLIB_CURRENT_VERSION = 1.3.0; | |
3097 FRAMEWORK_VERSION = 1.3; | |
3098 GCC_PREPROCESSOR_DEFINITIONS = ( | |
3099 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
3100 "SDL_VIDEO_DRIVER_DGA=1", | |
3101 "SDL_VIDEO_DRIVER_X11=1", | |
3102 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
3103 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
3104 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
3105 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
3106 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
3107 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
3108 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
3109 "SDL_VIDEO_DRIVER_X11_XME=1", | |
3110 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
3111 "SDL_VIDEO_DRIVER_X11_XV=1", | |
3112 ); | |
3113 GCC_SYMBOLS_PRIVATE_EXTERN = YES; | |
3114 HEADER_SEARCH_PATHS = /usr/X11R6/include; | |
3115 INFOPLIST_FILE = "Info-Framework.plist"; | |
3116 INSTALL_PATH = "@executable_path/../Frameworks"; | |
3117 PRODUCT_NAME = SDL; | |
3118 WRAPPER_EXTENSION = framework; | |
3119 }; | |
3120 name = Development_native_only; | |
3121 }; | |
3122 00CFA629106A568900758660 /* Development_native_only */ = { | |
3123 isa = XCBuildConfiguration; | |
3124 buildSettings = { | |
3125 GCC_PREPROCESSOR_DEFINITIONS = ( | |
3126 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
3127 "SDL_VIDEO_DRIVER_DGA=1", | |
3128 "SDL_VIDEO_DRIVER_X11=1", | |
3129 "SDL_VIDEO_DRIVER_X11_DGAMOUSE=1", | |
3130 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", | |
3131 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2)", | |
3132 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3)", | |
3133 "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4)", | |
3134 "SDL_VIDEO_DRIVER_X11_VIDMODE=1", | |
3135 "SDL_VIDEO_DRIVER_X11_XINERAMA=1", | |
3136 "SDL_VIDEO_DRIVER_X11_XME=1", | |
3137 "SDL_VIDEO_DRIVER_X11_XRANDR=1", | |
3138 "SDL_VIDEO_DRIVER_X11_XV=1", | |
3139 ); | |
3339 | 3140 GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
3331 | 3141 HEADER_SEARCH_PATHS = /usr/X11R6/include; |
3142 OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))"; | |
3143 PRODUCT_NAME = SDL; | |
3144 }; | |
3145 name = Development_native_only; | |
3146 }; | |
3147 00CFA62B106A568900758660 /* Development_native_only */ = { | |
3148 isa = XCBuildConfiguration; | |
3149 buildSettings = { | |
3150 PRODUCT_NAME = "Standard DMG"; | |
3151 }; | |
3152 name = Development_native_only; | |
3153 }; | |
3154 00CFA62C106A568900758660 /* Development_native_only */ = { | |
3155 isa = XCBuildConfiguration; | |
3156 buildSettings = { | |
3157 PRODUCT_NAME = "Developer Extras Package"; | |
3158 }; | |
3159 name = Development_native_only; | |
3160 }; | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3161 00D8D9F21195090800638393 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3162 isa = XCBuildConfiguration; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3163 buildSettings = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3164 ALWAYS_SEARCH_USER_PATHS = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3165 GCC_ENABLE_FIX_AND_CONTINUE = YES; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3166 GCC_MODEL_TUNING = G5; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3167 GCC_PRECOMPILE_PREFIX_HEADER = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3168 INFOPLIST_FILE = "testsdl-Info.plist"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3169 INSTALL_PATH = "$(HOME)/Applications"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3170 OTHER_LDFLAGS = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3171 "-framework", |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3172 Foundation, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3173 "-framework", |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3174 AppKit, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3175 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3176 PREBINDING = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3177 PRODUCT_NAME = testsdl; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3178 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3179 name = Deployment_for_official_releases_using_10.4SDK_and_10.6SDK; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3180 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3181 00D8D9F31195090800638393 /* Development_using_10.4SDK_and_10.6SDK */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3182 isa = XCBuildConfiguration; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3183 buildSettings = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3184 ALWAYS_SEARCH_USER_PATHS = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3185 GCC_ENABLE_FIX_AND_CONTINUE = YES; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3186 GCC_MODEL_TUNING = G5; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3187 GCC_PRECOMPILE_PREFIX_HEADER = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3188 INFOPLIST_FILE = "testsdl-Info.plist"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3189 INSTALL_PATH = "$(HOME)/Applications"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3190 OTHER_LDFLAGS = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3191 "-framework", |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3192 Foundation, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3193 "-framework", |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3194 AppKit, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3195 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3196 PREBINDING = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3197 PRODUCT_NAME = testsdl; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3198 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3199 name = Development_using_10.4SDK_and_10.6SDK; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3200 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3201 00D8D9F41195090800638393 /* Development_native_only */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3202 isa = XCBuildConfiguration; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3203 buildSettings = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3204 ALWAYS_SEARCH_USER_PATHS = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3205 GCC_ENABLE_FIX_AND_CONTINUE = YES; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3206 GCC_MODEL_TUNING = G5; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3207 GCC_PRECOMPILE_PREFIX_HEADER = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3208 INFOPLIST_FILE = "testsdl-Info.plist"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3209 INSTALL_PATH = "$(HOME)/Applications"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3210 OTHER_LDFLAGS = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3211 "-framework", |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3212 Foundation, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3213 "-framework", |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3214 AppKit, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3215 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3216 PREBINDING = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3217 PRODUCT_NAME = testsdl; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3218 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3219 name = Development_native_only; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3220 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3221 00D8D9F51195090800638393 /* Deployment_native_only */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3222 isa = XCBuildConfiguration; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3223 buildSettings = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3224 ALWAYS_SEARCH_USER_PATHS = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3225 GCC_ENABLE_FIX_AND_CONTINUE = YES; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3226 GCC_MODEL_TUNING = G5; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3227 GCC_PRECOMPILE_PREFIX_HEADER = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3228 INFOPLIST_FILE = "testsdl-Info.plist"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3229 INSTALL_PATH = "$(HOME)/Applications"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3230 OTHER_LDFLAGS = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3231 "-framework", |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3232 Foundation, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3233 "-framework", |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3234 AppKit, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3235 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3236 PREBINDING = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3237 PRODUCT_NAME = testsdl; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3238 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3239 name = Deployment_native_only; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3240 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3241 00D8D9F61195090800638393 /* Default */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3242 isa = XCBuildConfiguration; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3243 buildSettings = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3244 ALWAYS_SEARCH_USER_PATHS = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3245 GCC_ENABLE_FIX_AND_CONTINUE = YES; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3246 GCC_MODEL_TUNING = G5; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3247 GCC_PRECOMPILE_PREFIX_HEADER = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3248 INFOPLIST_FILE = "testsdl-Info.plist"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3249 INSTALL_PATH = "$(HOME)/Applications"; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3250 OTHER_LDFLAGS = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3251 "-framework", |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3252 Foundation, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3253 "-framework", |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3254 AppKit, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3255 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3256 PREBINDING = NO; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3257 PRODUCT_NAME = testsdl; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3258 }; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3259 name = Default; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3260 }; |
3331 | 3261 /* End XCBuildConfiguration section */ |
3262 | |
3263 /* Begin XCConfigurationList section */ | |
3264 002D2AAA106C198E00BF972E /* Build configuration list for PBXAggregateTarget "Generate Header Files" */ = { | |
3265 isa = XCConfigurationList; | |
3266 buildConfigurations = ( | |
3267 002D2A9F106C18E700BF972E /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
3268 002D2AA0106C18E700BF972E /* Development_using_10.4SDK_and_10.6SDK */, | |
3269 002D2AA1106C18E700BF972E /* Development_native_only */, | |
3270 002D2AA2106C18E700BF972E /* Deployment_native_only */, | |
3271 002D2AA3106C18E700BF972E /* Default */, | |
3272 ); | |
3273 defaultConfigurationIsVisible = 0; | |
3274 defaultConfigurationName = Default; | |
3275 }; | |
3276 0073177A0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Framework" */ = { | |
3277 isa = XCConfigurationList; | |
3278 buildConfigurations = ( | |
3279 0073177C0858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
3280 0073177B0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, | |
3281 00CFA628106A568900758660 /* Development_native_only */, | |
3282 00CFA622106A567900758660 /* Deployment_native_only */, | |
3283 0073177D0858DB0500B2BC32 /* Default */, | |
3284 ); | |
3285 defaultConfigurationIsVisible = 0; | |
3286 defaultConfigurationName = Default; | |
3287 }; | |
3288 0073177E0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Static Library" */ = { | |
3289 isa = XCConfigurationList; | |
3290 buildConfigurations = ( | |
3291 007317800858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
3292 0073177F0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, | |
3293 00CFA629106A568900758660 /* Development_native_only */, | |
3294 00CFA623106A567900758660 /* Deployment_native_only */, | |
3295 007317810858DB0500B2BC32 /* Default */, | |
3296 ); | |
3297 defaultConfigurationIsVisible = 0; | |
3298 defaultConfigurationName = Default; | |
3299 }; | |
3300 007317860858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Standard DMG" */ = { | |
3301 isa = XCConfigurationList; | |
3302 buildConfigurations = ( | |
3303 007317880858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
3304 007317870858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, | |
3305 00CFA62B106A568900758660 /* Development_native_only */, | |
3306 00CFA625106A567900758660 /* Deployment_native_only */, | |
3307 007317890858DB0500B2BC32 /* Default */, | |
3308 ); | |
3309 defaultConfigurationIsVisible = 0; | |
3310 defaultConfigurationName = Default; | |
3311 }; | |
3312 0073178A0858DB0500B2BC32 /* Build configuration list for PBXNativeTarget "Developer Extras Package" */ = { | |
3313 isa = XCConfigurationList; | |
3314 buildConfigurations = ( | |
3315 0073178C0858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
3316 0073178B0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, | |
3317 00CFA62C106A568900758660 /* Development_native_only */, | |
3318 00CFA626106A567900758660 /* Deployment_native_only */, | |
3319 0073178D0858DB0500B2BC32 /* Default */, | |
3320 ); | |
3321 defaultConfigurationIsVisible = 0; | |
3322 defaultConfigurationName = Default; | |
3323 }; | |
3324 0073178E0858DB0500B2BC32 /* Build configuration list for PBXProject "SDL" */ = { | |
3325 isa = XCConfigurationList; | |
3326 buildConfigurations = ( | |
3327 007317900858DB0500B2BC32 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
3328 0073178F0858DB0500B2BC32 /* Development_using_10.4SDK_and_10.6SDK */, | |
3329 00CFA627106A568900758660 /* Development_native_only */, | |
3330 00CFA621106A567900758660 /* Deployment_native_only */, | |
3331 007317910858DB0500B2BC32 /* Default */, | |
3332 ); | |
3333 defaultConfigurationIsVisible = 0; | |
3334 defaultConfigurationName = Default; | |
3335 }; | |
3336 008310471072EAAE00A531F1 /* Build configuration list for PBXAggregateTarget "Generate Doxygen DocSet" */ = { | |
3337 isa = XCConfigurationList; | |
3338 buildConfigurations = ( | |
3339 008310401072EA5700A531F1 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, | |
3340 008310411072EA5700A531F1 /* Development_using_10.4SDK_and_10.6SDK */, | |
3341 008310421072EA5700A531F1 /* Development_native_only */, | |
3342 008310431072EA5700A531F1 /* Deployment_native_only */, | |
3343 008310441072EA5700A531F1 /* Default */, | |
3344 ); | |
3345 defaultConfigurationIsVisible = 0; | |
3346 defaultConfigurationName = Default; | |
3347 }; | |
4447
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3348 00D8D9F71195090900638393 /* Build configuration list for PBXNativeTarget "testsdl" */ = { |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3349 isa = XCConfigurationList; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3350 buildConfigurations = ( |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3351 00D8D9F21195090800638393 /* Deployment_for_official_releases_using_10.4SDK_and_10.6SDK */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3352 00D8D9F31195090800638393 /* Development_using_10.4SDK_and_10.6SDK */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3353 00D8D9F41195090800638393 /* Development_native_only */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3354 00D8D9F51195090800638393 /* Deployment_native_only */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3355 00D8D9F61195090800638393 /* Default */, |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3356 ); |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3357 defaultConfigurationIsVisible = 0; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3358 defaultConfigurationName = Default; |
947201caa46e
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
3679
diff
changeset
|
3359 }; |
3331 | 3360 /* End XCConfigurationList section */ |
3361 }; | |
3362 rootObject = 0867D690FE84028FC02AAC07 /* Project object */; | |
3363 } |