Mercurial > sdl-ios-xcode
comparison Xcode/SDL/SDL.xcodeproj/project.pbxproj @ 5089:b4b0e9f1669c
Fixed bug #1103
The SDL_blendmode.h and SDL_scalemode.h headers needed to be added to the Public Headers and all the public headers need to have the "Public" role set.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 24 Jan 2011 16:10:13 -0800 |
parents | 63034cfd33de |
children | 79bd1e289005 |
comparison
equal
deleted
inserted
replaced
5088:c2539ff054c8 | 5089:b4b0e9f1669c |
---|---|
121 00D8DA281195093100638393 /* SDL_at.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DA151195093100638393 /* SDL_at.c */; }; | 121 00D8DA281195093100638393 /* SDL_at.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DA151195093100638393 /* SDL_at.c */; }; |
122 00D8DA291195093100638393 /* surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DA181195093100638393 /* surface.c */; }; | 122 00D8DA291195093100638393 /* surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DA181195093100638393 /* surface.c */; }; |
123 00D8DA2A1195093100638393 /* testsdl.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DA1A1195093100638393 /* testsdl.c */; }; | 123 00D8DA2A1195093100638393 /* testsdl.c in Sources */ = {isa = PBXBuildFile; fileRef = 00D8DA1A1195093100638393 /* testsdl.c */; }; |
124 044E5F8511E6051C0076F181 /* SDL_clipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5F8411E6051C0076F181 /* SDL_clipboard.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 124 044E5F8511E6051C0076F181 /* SDL_clipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5F8411E6051C0076F181 /* SDL_clipboard.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
125 044E5F8611E6051C0076F181 /* SDL_clipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5F8411E6051C0076F181 /* SDL_clipboard.h */; }; | 125 044E5F8611E6051C0076F181 /* SDL_clipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5F8411E6051C0076F181 /* SDL_clipboard.h */; }; |
126 0469A10B12EE4BF100B846D6 /* SDL_blendmode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0469A10912EE4BF100B846D6 /* SDL_blendmode.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
127 0469A10C12EE4BF100B846D6 /* SDL_scalemode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0469A10A12EE4BF100B846D6 /* SDL_scalemode.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
128 0469A10D12EE4BF100B846D6 /* SDL_blendmode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0469A10912EE4BF100B846D6 /* SDL_blendmode.h */; }; | |
129 0469A10E12EE4BF100B846D6 /* SDL_scalemode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0469A10A12EE4BF100B846D6 /* SDL_scalemode.h */; }; | |
126 04BD000812E6671800899322 /* SDL_diskaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD8812E6671700899322 /* SDL_diskaudio.c */; }; | 130 04BD000812E6671800899322 /* SDL_diskaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD8812E6671700899322 /* SDL_diskaudio.c */; }; |
127 04BD000912E6671800899322 /* SDL_diskaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFD8912E6671700899322 /* SDL_diskaudio.h */; }; | 131 04BD000912E6671800899322 /* SDL_diskaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFD8912E6671700899322 /* SDL_diskaudio.h */; }; |
128 04BD001012E6671800899322 /* SDL_dummyaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD9412E6671700899322 /* SDL_dummyaudio.c */; }; | 132 04BD001012E6671800899322 /* SDL_dummyaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD9412E6671700899322 /* SDL_dummyaudio.c */; }; |
129 04BD001112E6671800899322 /* SDL_dummyaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFD9512E6671700899322 /* SDL_dummyaudio.h */; }; | 133 04BD001112E6671800899322 /* SDL_dummyaudio.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BDFD9512E6671700899322 /* SDL_dummyaudio.h */; }; |
130 04BD001812E6671800899322 /* SDL_coreaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDA012E6671700899322 /* SDL_coreaudio.c */; }; | 134 04BD001812E6671800899322 /* SDL_coreaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFDA012E6671700899322 /* SDL_coreaudio.c */; }; |
576 04BDFFFC12E6671800899322 /* SDL_spinlock.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD7512E6671700899322 /* SDL_spinlock.c */; }; | 580 04BDFFFC12E6671800899322 /* SDL_spinlock.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BDFD7512E6671700899322 /* SDL_spinlock.c */; }; |
577 04DEA57111E6006A00386CAC /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 04DEA56F11E6006A00386CAC /* SDL_input.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 581 04DEA57111E6006A00386CAC /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 04DEA56F11E6006A00386CAC /* SDL_input.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
578 04DEA57311E6006A00386CAC /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 04DEA56F11E6006A00386CAC /* SDL_input.h */; }; | 582 04DEA57311E6006A00386CAC /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 04DEA56F11E6006A00386CAC /* SDL_input.h */; }; |
579 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 583 04F2AF691104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
580 04F2AF6A1104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; }; | 584 04F2AF6A1104AC4500D6DDF7 /* SDL_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */; }; |
581 453773821207C518002F0F45 /* SDL_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = 453773811207C518002F0F45 /* SDL_shape.h */; }; | 585 453773821207C518002F0F45 /* SDL_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = 453773811207C518002F0F45 /* SDL_shape.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
582 8CB0A77811F6A87F00CBA2DE /* SDL_gesture.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CB0A77611F6A87F00CBA2DE /* SDL_gesture.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 586 8CB0A77811F6A87F00CBA2DE /* SDL_gesture.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CB0A77611F6A87F00CBA2DE /* SDL_gesture.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
583 8CB0A77911F6A87F00CBA2DE /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CB0A77711F6A87F00CBA2DE /* SDL_touch.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 587 8CB0A77911F6A87F00CBA2DE /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CB0A77711F6A87F00CBA2DE /* SDL_touch.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
584 BECDF6760761BA81005FE872 /* SDL_cpuinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */; }; | 588 BECDF6760761BA81005FE872 /* SDL_cpuinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */; }; |
585 BECDF6770761BA81005FE872 /* SDL_name.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC705C4450500E5DC7F /* SDL_name.h */; }; | 589 BECDF6770761BA81005FE872 /* SDL_name.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CF8DC705C4450500E5DC7F /* SDL_name.h */; }; |
586 /* End PBXBuildFile section */ | 590 /* End PBXBuildFile section */ |
709 00D8DA181195093100638393 /* surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = surface.c; sourceTree = "<group>"; }; | 713 00D8DA181195093100638393 /* surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = surface.c; sourceTree = "<group>"; }; |
710 00D8DA191195093100638393 /* surface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surface.h; sourceTree = "<group>"; }; | 714 00D8DA191195093100638393 /* surface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surface.h; sourceTree = "<group>"; }; |
711 00D8DA1A1195093100638393 /* testsdl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testsdl.c; path = ../../test/automated/testsdl.c; sourceTree = SOURCE_ROOT; }; | 715 00D8DA1A1195093100638393 /* testsdl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testsdl.c; path = ../../test/automated/testsdl.c; sourceTree = SOURCE_ROOT; }; |
712 00F5D79E0990CA0D0051C449 /* UniversalBinaryNotes.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = UniversalBinaryNotes.rtf; sourceTree = "<group>"; }; | 716 00F5D79E0990CA0D0051C449 /* UniversalBinaryNotes.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = UniversalBinaryNotes.rtf; sourceTree = "<group>"; }; |
713 044E5F8411E6051C0076F181 /* SDL_clipboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_clipboard.h; path = ../../include/SDL_clipboard.h; sourceTree = SOURCE_ROOT; }; | 717 044E5F8411E6051C0076F181 /* SDL_clipboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_clipboard.h; path = ../../include/SDL_clipboard.h; sourceTree = SOURCE_ROOT; }; |
718 0469A10912EE4BF100B846D6 /* SDL_blendmode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_blendmode.h; path = ../../include/SDL_blendmode.h; sourceTree = SOURCE_ROOT; }; | |
719 0469A10A12EE4BF100B846D6 /* SDL_scalemode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_scalemode.h; path = ../../include/SDL_scalemode.h; sourceTree = SOURCE_ROOT; }; | |
714 04BDFD7412E6671700899322 /* SDL_atomic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_atomic.c; sourceTree = "<group>"; }; | 720 04BDFD7412E6671700899322 /* SDL_atomic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_atomic.c; sourceTree = "<group>"; }; |
715 04BDFD7512E6671700899322 /* SDL_spinlock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_spinlock.c; sourceTree = "<group>"; }; | 721 04BDFD7512E6671700899322 /* SDL_spinlock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_spinlock.c; sourceTree = "<group>"; }; |
716 04BDFD8812E6671700899322 /* SDL_diskaudio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_diskaudio.c; sourceTree = "<group>"; }; | 722 04BDFD8812E6671700899322 /* SDL_diskaudio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_diskaudio.c; sourceTree = "<group>"; }; |
717 04BDFD8912E6671700899322 /* SDL_diskaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_diskaudio.h; sourceTree = "<group>"; }; | 723 04BDFD8912E6671700899322 /* SDL_diskaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_diskaudio.h; sourceTree = "<group>"; }; |
718 04BDFD9412E6671700899322 /* SDL_dummyaudio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_dummyaudio.c; sourceTree = "<group>"; }; | 724 04BDFD9412E6671700899322 /* SDL_dummyaudio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_dummyaudio.c; sourceTree = "<group>"; }; |
1139 sourceTree = SOURCE_ROOT; | 1145 sourceTree = SOURCE_ROOT; |
1140 }; | 1146 }; |
1141 0153844A006D81B07F000001 /* Public Headers */ = { | 1147 0153844A006D81B07F000001 /* Public Headers */ = { |
1142 isa = PBXGroup; | 1148 isa = PBXGroup; |
1143 children = ( | 1149 children = ( |
1144 8CB0A77611F6A87F00CBA2DE /* SDL_gesture.h */, | |
1145 8CB0A77711F6A87F00CBA2DE /* SDL_touch.h */, | |
1146 0C5AF5E501191D2B7F000001 /* begin_code.h */, | 1150 0C5AF5E501191D2B7F000001 /* begin_code.h */, |
1147 0C5AF5E601191D2B7F000001 /* close_code.h */, | 1151 0C5AF5E601191D2B7F000001 /* close_code.h */, |
1148 0C5AF5FF01191D2B7F000001 /* SDL.h */, | 1152 0C5AF5FF01191D2B7F000001 /* SDL.h */, |
1149 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */, | 1153 04F2AF681104AC4500D6DDF7 /* SDL_assert.h */, |
1150 00CFA67A106B44CE00758660 /* SDL_atomic.h */, | 1154 00CFA67A106B44CE00758660 /* SDL_atomic.h */, |
1151 0C5AF5E801191D2B7F000001 /* SDL_audio.h */, | 1155 0C5AF5E801191D2B7F000001 /* SDL_audio.h */, |
1156 0469A10912EE4BF100B846D6 /* SDL_blendmode.h */, | |
1152 044E5F8411E6051C0076F181 /* SDL_clipboard.h */, | 1157 044E5F8411E6051C0076F181 /* SDL_clipboard.h */, |
1153 00CFA67B106B44CE00758660 /* SDL_compat.h */, | 1158 00CFA67B106B44CE00758660 /* SDL_compat.h */, |
1154 00162D3709BD1FA90037C8D0 /* SDL_config.h */, | 1159 00162D3709BD1FA90037C8D0 /* SDL_config.h */, |
1155 00162D3409BD1FA90037C8D0 /* SDL_config_macosx.h */, | 1160 00162D3409BD1FA90037C8D0 /* SDL_config_macosx.h */, |
1156 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */, | 1161 0C5AF5EB01191D2B7F000001 /* SDL_copying.h */, |
1157 B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */, | 1162 B2CF8DC405C444E400E5DC7F /* SDL_cpuinfo.h */, |
1158 0C5AF5EC01191D2B7F000001 /* SDL_endian.h */, | 1163 0C5AF5EC01191D2B7F000001 /* SDL_endian.h */, |
1159 0C5AF5ED01191D2B7F000001 /* SDL_error.h */, | 1164 0C5AF5ED01191D2B7F000001 /* SDL_error.h */, |
1160 0C5AF5EE01191D2B7F000001 /* SDL_events.h */, | 1165 0C5AF5EE01191D2B7F000001 /* SDL_events.h */, |
1166 8CB0A77611F6A87F00CBA2DE /* SDL_gesture.h */, | |
1161 00CFA67C106B44CE00758660 /* SDL_haptic.h */, | 1167 00CFA67C106B44CE00758660 /* SDL_haptic.h */, |
1162 04DEA56F11E6006A00386CAC /* SDL_input.h */, | 1168 04DEA56F11E6006A00386CAC /* SDL_input.h */, |
1163 0C5AF5F001191D2B7F000001 /* SDL_joystick.h */, | 1169 0C5AF5F001191D2B7F000001 /* SDL_joystick.h */, |
1164 0C5AF5F101191D2B7F000001 /* SDL_keyboard.h */, | 1170 0C5AF5F101191D2B7F000001 /* SDL_keyboard.h */, |
1165 0C5AF5F201191D2B7F000001 /* SDL_keysym.h */, | 1171 0C5AF5F201191D2B7F000001 /* SDL_keysym.h */, |
1174 00CFA67E106B44CE00758660 /* SDL_power.h */, | 1180 00CFA67E106B44CE00758660 /* SDL_power.h */, |
1175 0C5AF5F701191D2B7F000001 /* SDL_quit.h */, | 1181 0C5AF5F701191D2B7F000001 /* SDL_quit.h */, |
1176 00CFA67F106B44CE00758660 /* SDL_rect.h */, | 1182 00CFA67F106B44CE00758660 /* SDL_rect.h */, |
1177 00A6EBD91078D569001EEA06 /* SDL_revision.h */, | 1183 00A6EBD91078D569001EEA06 /* SDL_revision.h */, |
1178 0C5AF5F801191D2B7F000001 /* SDL_rwops.h */, | 1184 0C5AF5F801191D2B7F000001 /* SDL_rwops.h */, |
1185 0469A10A12EE4BF100B846D6 /* SDL_scalemode.h */, | |
1179 00CFA680106B44CE00758660 /* SDL_scancode.h */, | 1186 00CFA680106B44CE00758660 /* SDL_scancode.h */, |
1180 453773811207C518002F0F45 /* SDL_shape.h */, | 1187 453773811207C518002F0F45 /* SDL_shape.h */, |
1181 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */, | 1188 00162D3909BD1FA90037C8D0 /* SDL_stdinc.h */, |
1182 00CFA681106B44CE00758660 /* SDL_surface.h */, | 1189 00CFA681106B44CE00758660 /* SDL_surface.h */, |
1183 0C5AF5F901191D2B7F000001 /* SDL_syswm.h */, | 1190 0C5AF5F901191D2B7F000001 /* SDL_syswm.h */, |
1184 0C5AF5FA01191D2B7F000001 /* SDL_thread.h */, | 1191 0C5AF5FA01191D2B7F000001 /* SDL_thread.h */, |
1185 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */, | 1192 0C5AF5FB01191D2B7F000001 /* SDL_timer.h */, |
1193 8CB0A77711F6A87F00CBA2DE /* SDL_touch.h */, | |
1186 0C5AF5FC01191D2B7F000001 /* SDL_types.h */, | 1194 0C5AF5FC01191D2B7F000001 /* SDL_types.h */, |
1187 0C5AF5FD01191D2B7F000001 /* SDL_version.h */, | 1195 0C5AF5FD01191D2B7F000001 /* SDL_version.h */, |
1188 0C5AF5FE01191D2B7F000001 /* SDL_video.h */, | 1196 0C5AF5FE01191D2B7F000001 /* SDL_video.h */, |
1189 ); | 1197 ); |
1190 name = "Public Headers"; | 1198 name = "Public Headers"; |
1950 04BD020512E6671800899322 /* Xinerama.h in Headers */, | 1958 04BD020512E6671800899322 /* Xinerama.h in Headers */, |
1951 04BD020612E6671800899322 /* Xv.h in Headers */, | 1959 04BD020612E6671800899322 /* Xv.h in Headers */, |
1952 04BD020712E6671800899322 /* Xvlib.h in Headers */, | 1960 04BD020712E6671800899322 /* Xvlib.h in Headers */, |
1953 04BD020812E6671800899322 /* Xvproto.h in Headers */, | 1961 04BD020812E6671800899322 /* Xvproto.h in Headers */, |
1954 04BD021512E6671800899322 /* Xvlibint.h in Headers */, | 1962 04BD021512E6671800899322 /* Xvlibint.h in Headers */, |
1963 0469A10B12EE4BF100B846D6 /* SDL_blendmode.h in Headers */, | |
1964 0469A10C12EE4BF100B846D6 /* SDL_scalemode.h in Headers */, | |
1955 ); | 1965 ); |
1956 runOnlyForDeploymentPostprocessing = 0; | 1966 runOnlyForDeploymentPostprocessing = 0; |
1957 }; | 1967 }; |
1958 BECDF66E0761BA81005FE872 /* Headers */ = { | 1968 BECDF66E0761BA81005FE872 /* Headers */ = { |
1959 isa = PBXHeadersBuildPhase; | 1969 isa = PBXHeadersBuildPhase; |
2078 04BD041D12E6671800899322 /* Xinerama.h in Headers */, | 2088 04BD041D12E6671800899322 /* Xinerama.h in Headers */, |
2079 04BD041E12E6671800899322 /* Xv.h in Headers */, | 2089 04BD041E12E6671800899322 /* Xv.h in Headers */, |
2080 04BD041F12E6671800899322 /* Xvlib.h in Headers */, | 2090 04BD041F12E6671800899322 /* Xvlib.h in Headers */, |
2081 04BD042012E6671800899322 /* Xvproto.h in Headers */, | 2091 04BD042012E6671800899322 /* Xvproto.h in Headers */, |
2082 04BD042C12E6671800899322 /* Xvlibint.h in Headers */, | 2092 04BD042C12E6671800899322 /* Xvlibint.h in Headers */, |
2093 0469A10D12EE4BF100B846D6 /* SDL_blendmode.h in Headers */, | |
2094 0469A10E12EE4BF100B846D6 /* SDL_scalemode.h in Headers */, | |
2083 ); | 2095 ); |
2084 runOnlyForDeploymentPostprocessing = 0; | 2096 runOnlyForDeploymentPostprocessing = 0; |
2085 }; | 2097 }; |
2086 /* End PBXHeadersBuildPhase section */ | 2098 /* End PBXHeadersBuildPhase section */ |
2087 | 2099 |