summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Crawl.xcodeproj
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-09-29 21:25:12 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-09-29 21:25:58 -0700
commitb23b8d01e5ffc21f555c135e18839e1dc174331e (patch)
tree8fa1b8f4d8d24c638ddc5bff9c2658e6004d3ee0 /crawl-ref/source/Crawl.xcodeproj
parentda980e3a2354a885fdea2d9bde5ead5e2579a33e (diff)
downloadcrawl-ref-b23b8d01e5ffc21f555c135e18839e1dc174331e.tar.gz
crawl-ref-b23b8d01e5ffc21f555c135e18839e1dc174331e.zip
Fix projects referencing 'Kills.cc' to reference 'kills.cc'
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/Crawl.xcodeproj')
-rw-r--r--crawl-ref/source/Crawl.xcodeproj/project.pbxproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/Crawl.xcodeproj/project.pbxproj b/crawl-ref/source/Crawl.xcodeproj/project.pbxproj
index 38131ff477..58ae305fed 100644
--- a/crawl-ref/source/Crawl.xcodeproj/project.pbxproj
+++ b/crawl-ref/source/Crawl.xcodeproj/project.pbxproj
@@ -164,7 +164,7 @@
7B237ED30A8EC9D000580F30 /* monplace.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7B237E4C0A8EC9D000580F30 /* monplace.h */; };
7B237ED40A8EC9D000580F30 /* monplace.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B237E4D0A8EC9D000580F30 /* monplace.cc */; };
7B237ED50A8EC9D000580F30 /* kills.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7B237E4E0A8EC9D000580F30 /* kills.h */; };
- 7B237ED60A8EC9D000580F30 /* Kills.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B237E4F0A8EC9D000580F30 /* Kills.cc */; };
+ 7B237ED60A8EC9D000580F30 /* kills.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B237E4F0A8EC9D000580F30 /* kills.cc */; };
7B237ED70A8EC9D000580F30 /* files.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7B237E500A8EC9D000580F30 /* files.h */; };
7B237ED80A8EC9D000580F30 /* fight.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7B237E510A8EC9D000580F30 /* fight.h */; };
7B237ED90A8EC9D000580F30 /* effects.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B237E520A8EC9D000580F30 /* effects.cc */; };
@@ -307,7 +307,7 @@
B032D6C8106C02150002D70D /* describe.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B237E4A0A8EC9D000580F30 /* describe.cc */; };
B032D6C9106C02150002D70D /* monspeak.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B237E4B0A8EC9D000580F30 /* monspeak.cc */; };
B032D6CA106C02150002D70D /* monplace.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B237E4D0A8EC9D000580F30 /* monplace.cc */; };
- B032D6CB106C02150002D70D /* Kills.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B237E4F0A8EC9D000580F30 /* Kills.cc */; };
+ B032D6CB106C02150002D70D /* kills.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B237E4F0A8EC9D000580F30 /* kills.cc */; };
B032D6CC106C02150002D70D /* effects.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B237E520A8EC9D000580F30 /* effects.cc */; };
B032D6CD106C02150002D70D /* fight.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B237E530A8EC9D000580F30 /* fight.cc */; };
B032D6CE106C02150002D70D /* food.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B237E540A8EC9D000580F30 /* food.cc */; };
@@ -738,7 +738,7 @@
7B237E4C0A8EC9D000580F30 /* monplace.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = monplace.h; sourceTree = "<group>"; };
7B237E4D0A8EC9D000580F30 /* monplace.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = monplace.cc; sourceTree = "<group>"; };
7B237E4E0A8EC9D000580F30 /* kills.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = kills.h; sourceTree = "<group>"; };
- 7B237E4F0A8EC9D000580F30 /* Kills.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Kills.cc; sourceTree = "<group>"; };
+ 7B237E4F0A8EC9D000580F30 /* kills.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = kills.cc; sourceTree = "<group>"; };
7B237E500A8EC9D000580F30 /* files.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = files.h; sourceTree = "<group>"; };
7B237E510A8EC9D000580F30 /* fight.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fight.h; sourceTree = "<group>"; };
7B237E520A8EC9D000580F30 /* effects.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = effects.cc; sourceTree = "<group>"; };
@@ -1107,7 +1107,7 @@
7BC222E60ABBB286003A7D9A /* itemprop.h */,
7B237E5A0A8EC9D000580F30 /* items.cc */,
7B237DF80A8EC9D000580F30 /* items.h */,
- 7B237E4F0A8EC9D000580F30 /* Kills.cc */,
+ 7B237E4F0A8EC9D000580F30 /* kills.cc */,
7B237E4E0A8EC9D000580F30 /* kills.h */,
7B237DF70A8EC9D000580F30 /* lev-pand.cc */,
7B237DF60A8EC9D000580F30 /* lev-pand.h */,
@@ -1630,7 +1630,7 @@
7B237ED10A8EC9D000580F30 /* describe.cc in Sources */,
7B237ED20A8EC9D000580F30 /* monspeak.cc in Sources */,
7B237ED40A8EC9D000580F30 /* monplace.cc in Sources */,
- 7B237ED60A8EC9D000580F30 /* Kills.cc in Sources */,
+ 7B237ED60A8EC9D000580F30 /* kills.cc in Sources */,
7B237ED90A8EC9D000580F30 /* effects.cc in Sources */,
7B237EDA0A8EC9D000580F30 /* fight.cc in Sources */,
7B237EDB0A8EC9D000580F30 /* food.cc in Sources */,
@@ -1739,7 +1739,7 @@
B032D6C8106C02150002D70D /* describe.cc in Sources */,
B032D6C9106C02150002D70D /* monspeak.cc in Sources */,
B032D6CA106C02150002D70D /* monplace.cc in Sources */,
- B032D6CB106C02150002D70D /* Kills.cc in Sources */,
+ B032D6CB106C02150002D70D /* kills.cc in Sources */,
B032D6CC106C02150002D70D /* effects.cc in Sources */,
B032D6CD106C02150002D70D /* fight.cc in Sources */,
B032D6CE106C02150002D70D /* food.cc in Sources */,