Update Xcode project

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9423 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-08-04 23:54:22 +00:00
parent 6e5086f9b8
commit 6fe8193f6e

View File

@ -326,6 +326,7 @@
9584B30E137CAC12008565D7 /* request.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9584B30B137CAC12008565D7 /* request.cpp */; };
9586318411B1EC9F00B8B4AF /* grand_prix_lose.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9586318011B1EC9F00B8B4AF /* grand_prix_lose.cpp */; };
9586318511B1EC9F00B8B4AF /* grand_prix_win.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9586318211B1EC9F00B8B4AF /* grand_prix_win.cpp */; };
958806E913EB675F005F90FE /* track_sector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 958806E713EB675F005F90FE /* track_sector.cpp */; };
958BD770117F6AE90095B483 /* music_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 958BD76E117F6AE90095B483 /* music_manager.cpp */; };
958D8C54104F523000A81934 /* race_paused_dialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 958D8C53104F523000A81934 /* race_paused_dialog.cpp */; };
958D924213DA48A70097BC82 /* post_processing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 958D924013DA48A70097BC82 /* post_processing.cpp */; };
@ -1103,6 +1104,8 @@
9586318111B1EC9F00B8B4AF /* grand_prix_lose.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = grand_prix_lose.hpp; path = ../../states_screens/grand_prix_lose.hpp; sourceTree = SOURCE_ROOT; };
9586318211B1EC9F00B8B4AF /* grand_prix_win.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = grand_prix_win.cpp; path = ../../states_screens/grand_prix_win.cpp; sourceTree = SOURCE_ROOT; };
9586318311B1EC9F00B8B4AF /* grand_prix_win.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = grand_prix_win.hpp; path = ../../states_screens/grand_prix_win.hpp; sourceTree = SOURCE_ROOT; };
958806E713EB675F005F90FE /* track_sector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = track_sector.cpp; path = ../../tracks/track_sector.cpp; sourceTree = SOURCE_ROOT; };
958806E813EB675F005F90FE /* track_sector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = track_sector.hpp; path = ../../tracks/track_sector.hpp; sourceTree = SOURCE_ROOT; };
958BD76E117F6AE90095B483 /* music_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = music_manager.cpp; path = ../../audio/music_manager.cpp; sourceTree = SOURCE_ROOT; };
958BD76F117F6AE90095B483 /* music_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = music_manager.hpp; path = ../../audio/music_manager.hpp; sourceTree = SOURCE_ROOT; };
958D8C52104F523000A81934 /* race_paused_dialog.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = race_paused_dialog.hpp; path = ../../states_screens/dialogs/race_paused_dialog.hpp; sourceTree = SOURCE_ROOT; };
@ -2621,6 +2624,8 @@
959482D010EBC0790031BADF /* track_object_manager.hpp */,
959482D110EBC0790031BADF /* track_object.cpp */,
959482D210EBC0790031BADF /* track_object.hpp */,
958806E713EB675F005F90FE /* track_sector.cpp */,
958806E813EB675F005F90FE /* track_sector.hpp */,
95AAD97E12BAD36300B7B8A3 /* tutorial_screen.cpp */,
95AAD97F12BAD36300B7B8A3 /* tutorial_screen.hpp */,
);
@ -3140,6 +3145,7 @@
95D2C43013D6605600E84032 /* rubber_ball.cpp in Sources */,
958D924213DA48A70097BC82 /* post_processing.cpp in Sources */,
95A0BA2413E63F6700620EA6 /* kart_with_stats.cpp in Sources */,
958806E913EB675F005F90FE /* track_sector.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};