Fixed path issues in Xcode project

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4631 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-02-04 19:04:36 +00:00
parent c26544dc67
commit 9f57a7988a

View File

@ -314,26 +314,26 @@
9505575F0F6968A50056E88C /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; };
950557640F6968BE0056E88C /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
9507E9310FC1C8C100BD2B92 /* BMF_Api.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BMF_Api.cpp; path = ../../bullet/Demos/OpenGL/BMF_Api.cpp; sourceTree = SOURCE_ROOT; };
9507E9320FC1C8C100BD2B92 /* BMF_Api.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BMF_Api.h; path = games/supertuxkart/src/bullet/Demos/OpenGL/BMF_Api.h; sourceTree = SYSTEM_DEVELOPER_DIR; };
9507E9320FC1C8C100BD2B92 /* BMF_Api.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BMF_Api.h; path = ../../../../supertuxkart/src/bullet/Demos/OpenGL/BMF_Api.h; sourceTree = SOURCE_ROOT; };
9507E9340FC1C8C100BD2B92 /* BMF_BitmapFont.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BMF_BitmapFont.cpp; path = ../../bullet/Demos/OpenGL/BMF_BitmapFont.cpp; sourceTree = SOURCE_ROOT; };
9507E9350FC1C8C100BD2B92 /* BMF_BitmapFont.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BMF_BitmapFont.h; path = games/supertuxkart/src/bullet/Demos/OpenGL/BMF_BitmapFont.h; sourceTree = SYSTEM_DEVELOPER_DIR; };
9507E9350FC1C8C100BD2B92 /* BMF_BitmapFont.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BMF_BitmapFont.h; path = ../../../../supertuxkart/src/bullet/Demos/OpenGL/BMF_BitmapFont.h; sourceTree = SOURCE_ROOT; };
9507E9370FC1C8C100BD2B92 /* BMF_font_helv10.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BMF_font_helv10.cpp; path = ../../bullet/Demos/OpenGL/BMF_font_helv10.cpp; sourceTree = SOURCE_ROOT; };
9507E9390FC1C8C100BD2B92 /* BMF_FontData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BMF_FontData.h; path = games/supertuxkart/src/bullet/Demos/OpenGL/BMF_FontData.h; sourceTree = SYSTEM_DEVELOPER_DIR; };
9507E93A0FC1C8C100BD2B92 /* BMF_Fonts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BMF_Fonts.h; path = games/supertuxkart/src/bullet/Demos/OpenGL/BMF_Fonts.h; sourceTree = SYSTEM_DEVELOPER_DIR; };
9507E93B0FC1C8C100BD2B92 /* BMF_Settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BMF_Settings.h; path = games/supertuxkart/src/bullet/Demos/OpenGL/BMF_Settings.h; sourceTree = SYSTEM_DEVELOPER_DIR; };
9507E93C0FC1C8C100BD2B92 /* DebugCastResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DebugCastResult.h; path = games/supertuxkart/src/bullet/Demos/OpenGL/DebugCastResult.h; sourceTree = SYSTEM_DEVELOPER_DIR; };
9507E9390FC1C8C100BD2B92 /* BMF_FontData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BMF_FontData.h; path = ../../../../supertuxkart/src/bullet/Demos/OpenGL/BMF_FontData.h; sourceTree = SOURCE_ROOT; };
9507E93A0FC1C8C100BD2B92 /* BMF_Fonts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BMF_Fonts.h; path = ../../../../supertuxkart/src/bullet/Demos/OpenGL/BMF_Fonts.h; sourceTree = SOURCE_ROOT; };
9507E93B0FC1C8C100BD2B92 /* BMF_Settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BMF_Settings.h; path = ../../../../supertuxkart/src/bullet/Demos/OpenGL/BMF_Settings.h; sourceTree = SOURCE_ROOT; };
9507E93C0FC1C8C100BD2B92 /* DebugCastResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DebugCastResult.h; path = ../../../../supertuxkart/src/bullet/Demos/OpenGL/DebugCastResult.h; sourceTree = SOURCE_ROOT; };
9507E93D0FC1C8C100BD2B92 /* DemoApplication.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DemoApplication.cpp; path = ../../bullet/Demos/OpenGL/DemoApplication.cpp; sourceTree = SOURCE_ROOT; };
9507E93E0FC1C8C100BD2B92 /* DemoApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DemoApplication.h; path = games/supertuxkart/src/bullet/Demos/OpenGL/DemoApplication.h; sourceTree = SYSTEM_DEVELOPER_DIR; };
9507E93E0FC1C8C100BD2B92 /* DemoApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DemoApplication.h; path = ../../../../supertuxkart/src/bullet/Demos/OpenGL/DemoApplication.h; sourceTree = SOURCE_ROOT; };
9507E9400FC1C8C100BD2B92 /* GL_ShapeDrawer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GL_ShapeDrawer.cpp; path = ../../bullet/Demos/OpenGL/GL_ShapeDrawer.cpp; sourceTree = SOURCE_ROOT; };
9507E9410FC1C8C100BD2B92 /* GL_ShapeDrawer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GL_ShapeDrawer.h; path = games/supertuxkart/src/bullet/Demos/OpenGL/GL_ShapeDrawer.h; sourceTree = SYSTEM_DEVELOPER_DIR; };
9507E9410FC1C8C100BD2B92 /* GL_ShapeDrawer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GL_ShapeDrawer.h; path = ../../../../supertuxkart/src/bullet/Demos/OpenGL/GL_ShapeDrawer.h; sourceTree = SOURCE_ROOT; };
9507E9430FC1C8C100BD2B92 /* GL_Simplex1to4.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GL_Simplex1to4.cpp; path = ../../bullet/Demos/OpenGL/GL_Simplex1to4.cpp; sourceTree = SOURCE_ROOT; };
9507E9440FC1C8C100BD2B92 /* GL_Simplex1to4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GL_Simplex1to4.h; path = games/supertuxkart/src/bullet/Demos/OpenGL/GL_Simplex1to4.h; sourceTree = SYSTEM_DEVELOPER_DIR; };
9507E9440FC1C8C100BD2B92 /* GL_Simplex1to4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GL_Simplex1to4.h; path = ../../../../supertuxkart/src/bullet/Demos/OpenGL/GL_Simplex1to4.h; sourceTree = SOURCE_ROOT; };
9507E9460FC1C8C100BD2B92 /* GLDebugDrawer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GLDebugDrawer.cpp; path = ../../bullet/Demos/OpenGL/GLDebugDrawer.cpp; sourceTree = SOURCE_ROOT; };
9507E9470FC1C8C100BD2B92 /* GLDebugDrawer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GLDebugDrawer.h; path = games/supertuxkart/src/bullet/Demos/OpenGL/GLDebugDrawer.h; sourceTree = SYSTEM_DEVELOPER_DIR; };
9507E9470FC1C8C100BD2B92 /* GLDebugDrawer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GLDebugDrawer.h; path = ../../../../supertuxkart/src/bullet/Demos/OpenGL/GLDebugDrawer.h; sourceTree = SOURCE_ROOT; };
9507E9490FC1C8C100BD2B92 /* GlutStuff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GlutStuff.cpp; path = ../../bullet/Demos/OpenGL/GlutStuff.cpp; sourceTree = SOURCE_ROOT; };
9507E94A0FC1C8C100BD2B92 /* GlutStuff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GlutStuff.h; path = games/supertuxkart/src/bullet/Demos/OpenGL/GlutStuff.h; sourceTree = SYSTEM_DEVELOPER_DIR; };
9507E94A0FC1C8C100BD2B92 /* GlutStuff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GlutStuff.h; path = ../../../../supertuxkart/src/bullet/Demos/OpenGL/GlutStuff.h; sourceTree = SOURCE_ROOT; };
9507E9500FC1C8C200BD2B92 /* RenderTexture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RenderTexture.cpp; path = ../../bullet/Demos/OpenGL/RenderTexture.cpp; sourceTree = SOURCE_ROOT; };
9507E9510FC1C8C200BD2B92 /* RenderTexture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RenderTexture.h; path = games/supertuxkart/src/bullet/Demos/OpenGL/RenderTexture.h; sourceTree = SYSTEM_DEVELOPER_DIR; };
9507E9510FC1C8C200BD2B92 /* RenderTexture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RenderTexture.h; path = ../../../../supertuxkart/src/bullet/Demos/OpenGL/RenderTexture.h; sourceTree = SOURCE_ROOT; };
9507E9B60FC1CCE900BD2B92 /* stk.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = stk.icns; sourceTree = SOURCE_ROOT; };
951B7D17108E52C900BC03AE /* challenges.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = challenges.hpp; path = ../../states_screens/challenges.hpp; sourceTree = SOURCE_ROOT; };
951B7D18108E52C900BC03AE /* challenges.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = challenges.cpp; path = ../../states_screens/challenges.cpp; sourceTree = SOURCE_ROOT; };