diff options
author | Max Horn | 2009-03-08 08:17:18 +0000 |
---|---|---|
committer | Max Horn | 2009-03-08 08:17:18 +0000 |
commit | 7cf72e8a177b0cbc1c7f9c9e838cf8596ab9e849 (patch) | |
tree | fba4dcfb3f56f969ddb435e1a2fcbd7a1939f840 /dists/iphone/scummvm.xcodeproj/project.pbxproj | |
parent | 877629cb2e9c24622cd03d9e3433ab37c7207902 (diff) | |
download | scummvm-rg350-7cf72e8a177b0cbc1c7f9c9e838cf8596ab9e849.tar.gz scummvm-rg350-7cf72e8a177b0cbc1c7f9c9e838cf8596ab9e849.tar.bz2 scummvm-rg350-7cf72e8a177b0cbc1c7f9c9e838cf8596ab9e849.zip |
SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header file
svn-id: r39213
Diffstat (limited to 'dists/iphone/scummvm.xcodeproj/project.pbxproj')
-rwxr-xr-x | dists/iphone/scummvm.xcodeproj/project.pbxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dists/iphone/scummvm.xcodeproj/project.pbxproj b/dists/iphone/scummvm.xcodeproj/project.pbxproj index df8fc8d6b0..a1103ee0f5 100755 --- a/dists/iphone/scummvm.xcodeproj/project.pbxproj +++ b/dists/iphone/scummvm.xcodeproj/project.pbxproj @@ -840,7 +840,7 @@ DFC831620F48AF19005EF03C /* decompress11.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFC8309E0F48AF19005EF03C /* decompress11.cpp */; }; DFC831710F48AF19005EF03C /* resource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFC830B00F48AF19005EF03C /* resource.cpp */; }; DFC8317B0F48AF19005EF03C /* versions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFC830BA0F48AF19005EF03C /* versions.cpp */; }; - DFC8317C0F48AF19005EF03C /* vocab.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFC830BB0F48AF19005EF03C /* vocab.cpp */; }; + DFC8317C0F48AF19005EF03C /* vocabulary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFC830BB0F48AF19005EF03C /* vocabulary.cpp */; }; DFC8317D0F48AF19005EF03C /* vocab_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFC830BC0F48AF19005EF03C /* vocab_debug.cpp */; }; DFC8317E0F48AF19005EF03C /* adlib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFC830BE0F48AF19005EF03C /* adlib.cpp */; }; DFC8317F0F48AF19005EF03C /* core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFC830C00F48AF19005EF03C /* core.cpp */; }; @@ -2366,7 +2366,7 @@ DFC8309E0F48AF19005EF03C /* decompress11.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = decompress11.cpp; sourceTree = "<group>"; }; DFC830B00F48AF19005EF03C /* resource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = resource.cpp; sourceTree = "<group>"; }; DFC830BA0F48AF19005EF03C /* versions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = versions.cpp; sourceTree = "<group>"; }; - DFC830BB0F48AF19005EF03C /* vocab.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vocab.cpp; sourceTree = "<group>"; }; + DFC830BB0F48AF19005EF03C /* vocabulary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vocabulary.cpp; sourceTree = "<group>"; }; DFC830BC0F48AF19005EF03C /* vocab_debug.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vocab_debug.cpp; sourceTree = "<group>"; }; DFC830BE0F48AF19005EF03C /* adlib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adlib.cpp; sourceTree = "<group>"; }; DFC830BF0F48AF19005EF03C /* adlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adlib.h; sourceTree = "<group>"; }; @@ -4329,7 +4329,7 @@ DFC8309E0F48AF19005EF03C /* decompress11.cpp */, DFC830B00F48AF19005EF03C /* resource.cpp */, DFC830BA0F48AF19005EF03C /* versions.cpp */, - DFC830BB0F48AF19005EF03C /* vocab.cpp */, + DFC830BB0F48AF19005EF03C /* vocabulary.cpp */, DFC830BC0F48AF19005EF03C /* vocab_debug.cpp */, ); path = scicore; @@ -5828,7 +5828,7 @@ DFC831620F48AF19005EF03C /* decompress11.cpp in Sources */, DFC831710F48AF19005EF03C /* resource.cpp in Sources */, DFC8317B0F48AF19005EF03C /* versions.cpp in Sources */, - DFC8317C0F48AF19005EF03C /* vocab.cpp in Sources */, + DFC8317C0F48AF19005EF03C /* vocabulary.cpp in Sources */, DFC8317D0F48AF19005EF03C /* vocab_debug.cpp in Sources */, DFC8317E0F48AF19005EF03C /* adlib.cpp in Sources */, DFC8317F0F48AF19005EF03C /* core.cpp in Sources */, |