Mercurial > sdl-ios-xcode
comparison Xcode-iPhoneOS/SDL/SDLiPhoneOS.xcodeproj/project.pbxproj @ 3641:1e2e19d51265
Fixed iPhone build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 13 Jan 2010 04:58:31 +0000 |
parents | 45ad54b4d9d6 |
children | 9ad81be2e259 |
comparison
equal
deleted
inserted
replaced
3640:58c1b9ec7074 | 3641:1e2e19d51265 |
---|---|
32 productName = package; | 32 productName = package; |
33 }; | 33 }; |
34 /* End PBXAggregateTarget section */ | 34 /* End PBXAggregateTarget section */ |
35 | 35 |
36 /* Begin PBXBuildFile section */ | 36 /* Begin PBXBuildFile section */ |
37 043DD76F10FD8A0000DED673 /* SDL_alphamult.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76B10FD8A0000DED673 /* SDL_alphamult.c */; }; | |
38 043DD77010FD8A0000DED673 /* SDL_alphamult.h in Headers */ = {isa = PBXBuildFile; fileRef = 043DD76C10FD8A0000DED673 /* SDL_alphamult.h */; }; | |
39 043DD77110FD8A0000DED673 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76D10FD8A0000DED673 /* SDL_blendfillrect.c */; }; | |
40 043DD77210FD8A0000DED673 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76E10FD8A0000DED673 /* SDL_drawrect.c */; }; | |
37 04461DEE0EA76BA3006C462D /* SDL_haptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 04461DED0EA76BA3006C462D /* SDL_haptic.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 41 04461DEE0EA76BA3006C462D /* SDL_haptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 04461DED0EA76BA3006C462D /* SDL_haptic.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
38 0463873F0F0B5B7D0041FD65 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387370F0B5B7D0041FD65 /* SDL_blendline.c */; }; | 42 0463873F0F0B5B7D0041FD65 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387370F0B5B7D0041FD65 /* SDL_blendline.c */; }; |
39 046387400F0B5B7D0041FD65 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387380F0B5B7D0041FD65 /* SDL_blendpoint.c */; }; | 43 046387400F0B5B7D0041FD65 /* SDL_blendpoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387380F0B5B7D0041FD65 /* SDL_blendpoint.c */; }; |
40 046387410F0B5B7D0041FD65 /* SDL_blendrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387390F0B5B7D0041FD65 /* SDL_blendrect.c */; }; | 44 046387410F0B5B7D0041FD65 /* SDL_blendrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387390F0B5B7D0041FD65 /* SDL_blendrect.c */; }; |
41 046387420F0B5B7D0041FD65 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 0463873A0F0B5B7D0041FD65 /* SDL_blit_slow.h */; }; | 45 046387420F0B5B7D0041FD65 /* SDL_blit_slow.h in Headers */ = {isa = PBXBuildFile; fileRef = 0463873A0F0B5B7D0041FD65 /* SDL_blit_slow.h */; }; |
205 remoteInfo = StaticLibiPhoneOS; | 209 remoteInfo = StaticLibiPhoneOS; |
206 }; | 210 }; |
207 /* End PBXContainerItemProxy section */ | 211 /* End PBXContainerItemProxy section */ |
208 | 212 |
209 /* Begin PBXFileReference section */ | 213 /* Begin PBXFileReference section */ |
214 043DD76B10FD8A0000DED673 /* SDL_alphamult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_alphamult.c; sourceTree = "<group>"; }; | |
215 043DD76C10FD8A0000DED673 /* SDL_alphamult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_alphamult.h; sourceTree = "<group>"; }; | |
216 043DD76D10FD8A0000DED673 /* SDL_blendfillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendfillrect.c; sourceTree = "<group>"; }; | |
217 043DD76E10FD8A0000DED673 /* SDL_drawrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawrect.c; sourceTree = "<group>"; }; | |
210 04461DED0EA76BA3006C462D /* SDL_haptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_haptic.h; path = ../../include/SDL_haptic.h; sourceTree = SOURCE_ROOT; }; | 218 04461DED0EA76BA3006C462D /* SDL_haptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_haptic.h; path = ../../include/SDL_haptic.h; sourceTree = SOURCE_ROOT; }; |
211 046387370F0B5B7D0041FD65 /* SDL_blendline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendline.c; sourceTree = "<group>"; }; | 219 046387370F0B5B7D0041FD65 /* SDL_blendline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendline.c; sourceTree = "<group>"; }; |
212 046387380F0B5B7D0041FD65 /* SDL_blendpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendpoint.c; sourceTree = "<group>"; }; | 220 046387380F0B5B7D0041FD65 /* SDL_blendpoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendpoint.c; sourceTree = "<group>"; }; |
213 046387390F0B5B7D0041FD65 /* SDL_blendrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendrect.c; sourceTree = "<group>"; }; | 221 046387390F0B5B7D0041FD65 /* SDL_blendrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendrect.c; sourceTree = "<group>"; }; |
214 0463873A0F0B5B7D0041FD65 /* SDL_blit_slow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit_slow.h; sourceTree = "<group>"; }; | 222 0463873A0F0B5B7D0041FD65 /* SDL_blit_slow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_blit_slow.h; sourceTree = "<group>"; }; |
766 0495E6840E97408800152DFE /* SDL_glesfuncs.h */, | 774 0495E6840E97408800152DFE /* SDL_glesfuncs.h */, |
767 0495E6860E97408800152DFE /* SDL_renderer_gl.c */, | 775 0495E6860E97408800152DFE /* SDL_renderer_gl.c */, |
768 0495E6870E97408800152DFE /* SDL_renderer_gl.h */, | 776 0495E6870E97408800152DFE /* SDL_renderer_gl.h */, |
769 0495E6880E97408800152DFE /* SDL_renderer_gles.c */, | 777 0495E6880E97408800152DFE /* SDL_renderer_gles.c */, |
770 0495E6890E97408800152DFE /* SDL_renderer_gles.h */, | 778 0495E6890E97408800152DFE /* SDL_renderer_gles.h */, |
779 043DD76B10FD8A0000DED673 /* SDL_alphamult.c */, | |
780 043DD76C10FD8A0000DED673 /* SDL_alphamult.h */, | |
781 043DD76D10FD8A0000DED673 /* SDL_blendfillrect.c */, | |
771 046387370F0B5B7D0041FD65 /* SDL_blendline.c */, | 782 046387370F0B5B7D0041FD65 /* SDL_blendline.c */, |
772 046387380F0B5B7D0041FD65 /* SDL_blendpoint.c */, | 783 046387380F0B5B7D0041FD65 /* SDL_blendpoint.c */, |
773 046387390F0B5B7D0041FD65 /* SDL_blendrect.c */, | 784 046387390F0B5B7D0041FD65 /* SDL_blendrect.c */, |
774 FDA683000DF2374E00F98A1A /* SDL_blit.c */, | 785 FDA683000DF2374E00F98A1A /* SDL_blit.c */, |
775 FDA683010DF2374E00F98A1A /* SDL_blit.h */, | 786 FDA683010DF2374E00F98A1A /* SDL_blit.h */, |
785 0463873A0F0B5B7D0041FD65 /* SDL_blit_slow.h */, | 796 0463873A0F0B5B7D0041FD65 /* SDL_blit_slow.h */, |
786 FDA6830B0DF2374E00F98A1A /* SDL_bmp.c */, | 797 FDA6830B0DF2374E00F98A1A /* SDL_bmp.c */, |
787 0463873B0F0B5B7D0041FD65 /* SDL_draw.h */, | 798 0463873B0F0B5B7D0041FD65 /* SDL_draw.h */, |
788 0463873C0F0B5B7D0041FD65 /* SDL_drawline.c */, | 799 0463873C0F0B5B7D0041FD65 /* SDL_drawline.c */, |
789 0463873D0F0B5B7D0041FD65 /* SDL_drawpoint.c */, | 800 0463873D0F0B5B7D0041FD65 /* SDL_drawpoint.c */, |
801 043DD76E10FD8A0000DED673 /* SDL_drawrect.c */, | |
790 0463873E0F0B5B7D0041FD65 /* SDL_fillrect.c */, | 802 0463873E0F0B5B7D0041FD65 /* SDL_fillrect.c */, |
791 FDA6830D0DF2374E00F98A1A /* SDL_gamma.c */, | 803 FDA6830D0DF2374E00F98A1A /* SDL_gamma.c */, |
792 FDA6830E0DF2374E00F98A1A /* SDL_leaks.h */, | 804 FDA6830E0DF2374E00F98A1A /* SDL_leaks.h */, |
793 FDA6830F0DF2374E00F98A1A /* SDL_pixels.c */, | 805 FDA6830F0DF2374E00F98A1A /* SDL_pixels.c */, |
794 FDA683100DF2374E00F98A1A /* SDL_pixels_c.h */, | 806 FDA683100DF2374E00F98A1A /* SDL_pixels_c.h */, |
901 04B2ECEC1025CE4800F9BC5F /* SDL_atomic.h in Headers */, | 913 04B2ECEC1025CE4800F9BC5F /* SDL_atomic.h in Headers */, |
902 04B2ECED1025CE4800F9BC5F /* SDL_power.h in Headers */, | 914 04B2ECED1025CE4800F9BC5F /* SDL_power.h in Headers */, |
903 04B2ECEE1025CE4800F9BC5F /* SDL_revision.h in Headers */, | 915 04B2ECEE1025CE4800F9BC5F /* SDL_revision.h in Headers */, |
904 04B2ED081025CF9E00F9BC5F /* SDL_config.h in Headers */, | 916 04B2ED081025CF9E00F9BC5F /* SDL_config.h in Headers */, |
905 04EC8B521025D12900431D42 /* SDL_config_iphoneos.h in Headers */, | 917 04EC8B521025D12900431D42 /* SDL_config_iphoneos.h in Headers */, |
918 043DD77010FD8A0000DED673 /* SDL_alphamult.h in Headers */, | |
906 ); | 919 ); |
907 runOnlyForDeploymentPostprocessing = 0; | 920 runOnlyForDeploymentPostprocessing = 0; |
908 }; | 921 }; |
909 /* End PBXHeadersBuildPhase section */ | 922 /* End PBXHeadersBuildPhase section */ |
910 | 923 |
1077 046387410F0B5B7D0041FD65 /* SDL_blendrect.c in Sources */, | 1090 046387410F0B5B7D0041FD65 /* SDL_blendrect.c in Sources */, |
1078 046387440F0B5B7D0041FD65 /* SDL_drawline.c in Sources */, | 1091 046387440F0B5B7D0041FD65 /* SDL_drawline.c in Sources */, |
1079 046387450F0B5B7D0041FD65 /* SDL_drawpoint.c in Sources */, | 1092 046387450F0B5B7D0041FD65 /* SDL_drawpoint.c in Sources */, |
1080 046387460F0B5B7D0041FD65 /* SDL_fillrect.c in Sources */, | 1093 046387460F0B5B7D0041FD65 /* SDL_fillrect.c in Sources */, |
1081 04B2ECFF1025CEB900F9BC5F /* SDL_atomic.c in Sources */, | 1094 04B2ECFF1025CEB900F9BC5F /* SDL_atomic.c in Sources */, |
1095 043DD76F10FD8A0000DED673 /* SDL_alphamult.c in Sources */, | |
1096 043DD77110FD8A0000DED673 /* SDL_blendfillrect.c in Sources */, | |
1097 043DD77210FD8A0000DED673 /* SDL_drawrect.c in Sources */, | |
1082 ); | 1098 ); |
1083 runOnlyForDeploymentPostprocessing = 0; | 1099 runOnlyForDeploymentPostprocessing = 0; |
1084 }; | 1100 }; |
1085 /* End PBXSourcesBuildPhase section */ | 1101 /* End PBXSourcesBuildPhase section */ |
1086 | 1102 |