updated Xcode project

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2866 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2009-01-08 21:22:31 +00:00
parent c30665dc61
commit d974cf80f7

View File

@ -41,6 +41,7 @@
958EF0140EB94819005F6F70 /* powerup_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 958EF0100EB94819005F6F70 /* powerup_manager.hpp */; };
958EF0150EB94819005F6F70 /* powerup.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 958EF0110EB94819005F6F70 /* powerup.hpp */; };
958EF0160EB94819005F6F70 /* powerup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 958EF0120EB94819005F6F70 /* powerup.cpp */; };
959B380D0F16A1B200715EBD /* sound_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 959B380C0F16A1B200715EBD /* sound_manager.cpp */; };
95B0CF470EB69DDA001A0D06 /* actionmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0C9E90EB69DCE001A0D06 /* actionmap.cpp */; };
95B0CF480EB69DDA001A0D06 /* actionmap.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9EA0EB69DCE001A0D06 /* actionmap.hpp */; };
95B0CF490EB69DDA001A0D06 /* music.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9EC0EB69DCE001A0D06 /* music.hpp */; };
@ -53,7 +54,6 @@
95B0CF500EB69DDA001A0D06 /* sfx_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9F30EB69DCE001A0D06 /* sfx_manager.hpp */; };
95B0CF510EB69DDA001A0D06 /* sfx_openal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0C9F40EB69DCE001A0D06 /* sfx_openal.cpp */; };
95B0CF520EB69DDA001A0D06 /* sfx_openal.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9F50EB69DCE001A0D06 /* sfx_openal.hpp */; };
95B0CF530EB69DDA001A0D06 /* sound_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0C9F60EB69DCE001A0D06 /* sound_manager.cpp */; };
95B0CF540EB69DDA001A0D06 /* sound_manager.hpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0C9F70EB69DCE001A0D06 /* sound_manager.hpp */; };
95B0CF630EB69DDA001A0D06 /* BMF_Api.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95B0CA0A0EB69DCE001A0D06 /* BMF_Api.cpp */; };
95B0CF640EB69DDA001A0D06 /* BMF_Api.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95B0CA0B0EB69DCE001A0D06 /* BMF_Api.h */; };
@ -875,6 +875,7 @@
958EF0100EB94819005F6F70 /* powerup_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = powerup_manager.hpp; path = ../../items/powerup_manager.hpp; sourceTree = SOURCE_ROOT; };
958EF0110EB94819005F6F70 /* powerup.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = powerup.hpp; path = ../../items/powerup.hpp; sourceTree = SOURCE_ROOT; };
958EF0120EB94819005F6F70 /* powerup.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = powerup.cpp; path = ../../items/powerup.cpp; sourceTree = SOURCE_ROOT; };
959B380C0F16A1B200715EBD /* sound_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sound_manager.cpp; path = games/supertuxkart/src/audio/sound_manager.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; };
95B0C9E90EB69DCE001A0D06 /* actionmap.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = actionmap.cpp; path = ../../actionmap.cpp; sourceTree = SOURCE_ROOT; };
95B0C9EA0EB69DCE001A0D06 /* actionmap.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = actionmap.hpp; path = ../../actionmap.hpp; sourceTree = SOURCE_ROOT; };
95B0C9EC0EB69DCE001A0D06 /* music.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = music.hpp; path = ../../audio/music.hpp; sourceTree = SOURCE_ROOT; };
@ -887,7 +888,6 @@
95B0C9F30EB69DCE001A0D06 /* sfx_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = sfx_manager.hpp; path = ../../audio/sfx_manager.hpp; sourceTree = SOURCE_ROOT; };
95B0C9F40EB69DCE001A0D06 /* sfx_openal.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = sfx_openal.cpp; path = ../../audio/sfx_openal.cpp; sourceTree = SOURCE_ROOT; };
95B0C9F50EB69DCE001A0D06 /* sfx_openal.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = sfx_openal.hpp; path = ../../audio/sfx_openal.hpp; sourceTree = SOURCE_ROOT; };
95B0C9F60EB69DCE001A0D06 /* sound_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = sound_manager.cpp; path = ../../audio/sound_manager.cpp; sourceTree = SOURCE_ROOT; };
95B0C9F70EB69DCE001A0D06 /* sound_manager.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = sound_manager.hpp; path = ../../audio/sound_manager.hpp; sourceTree = SOURCE_ROOT; };
95B0CA0A0EB69DCE001A0D06 /* BMF_Api.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = BMF_Api.cpp; path = ../../bullet/Demos/OpenGL/BMF_Api.cpp; sourceTree = SOURCE_ROOT; };
95B0CA0B0EB69DCE001A0D06 /* BMF_Api.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = BMF_Api.h; path = ../../bullet/Demos/OpenGL/BMF_Api.h; sourceTree = SOURCE_ROOT; };
@ -1808,6 +1808,7 @@
95B0C9EB0EB69DCE001A0D06 /* audio */ = {
isa = PBXGroup;
children = (
959B380C0F16A1B200715EBD /* sound_manager.cpp */,
95B0C9EC0EB69DCE001A0D06 /* music.hpp */,
95B0C9ED0EB69DCE001A0D06 /* music_information.cpp */,
95B0C9EE0EB69DCE001A0D06 /* music_information.hpp */,
@ -1818,7 +1819,6 @@
95B0C9F30EB69DCE001A0D06 /* sfx_manager.hpp */,
95B0C9F40EB69DCE001A0D06 /* sfx_openal.cpp */,
95B0C9F50EB69DCE001A0D06 /* sfx_openal.hpp */,
95B0C9F60EB69DCE001A0D06 /* sound_manager.cpp */,
95B0C9F70EB69DCE001A0D06 /* sound_manager.hpp */,
);
path = audio;
@ -2838,7 +2838,6 @@
95B0CF4C0EB69DDA001A0D06 /* music_ogg.cpp in Sources */,
95B0CF4F0EB69DDA001A0D06 /* sfx_manager.cpp in Sources */,
95B0CF510EB69DDA001A0D06 /* sfx_openal.cpp in Sources */,
95B0CF530EB69DDA001A0D06 /* sound_manager.cpp in Sources */,
95B0CF630EB69DDA001A0D06 /* BMF_Api.cpp in Sources */,
95B0CF660EB69DDA001A0D06 /* BMF_BitmapFont.cpp in Sources */,
95B0CF690EB69DDA001A0D06 /* BMF_font_helv10.cpp in Sources */,
@ -3064,6 +3063,7 @@
95CDF2270EE4B2CB00830348 /* vec3.cpp in Sources */,
9506014A0EE5FD82005FFC63 /* skid_marks.cpp in Sources */,
95E05F580EECB1100072E0B6 /* track_info.cpp in Sources */,
959B380D0F16A1B200715EBD /* sound_manager.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -3096,7 +3096,7 @@
);
OTHER_CFLAGS = (
"-Wall",
"-DHAVE_OGGVORBIS",
"-DHAVE_OGGVORBIS=1",
"-I$(PROJECT_DIR)/../../",
"-I$(PROJECT_DIR)/../../bullet/src",
"-I$(PROJECT_DIR)/../../enet/include",
@ -3169,7 +3169,7 @@
);
OTHER_CFLAGS = (
"-Wall",
"-DHAVE_OGGVORBIS",
"-DHAVE_OGGVORBIS=1",
"-I$(PROJECT_DIR)/../../",
"-I$(PROJECT_DIR)/../../bullet/src",
"-I$(PROJECT_DIR)/../../enet/include",