summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-24 01:40:09 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-24 01:40:09 +0100
commit05a8efd7b904a75902eb4007ab156e1918a968b3 (patch)
treef5e3a42b3f8d11ede089e4623f215d9ab8ce066e /crawl-ref/source/MSVC
parent40af2d839ead4be5dd147a15e076c51711689d7d (diff)
downloadcrawl-ref-05a8efd7b904a75902eb4007ab156e1918a968b3.tar.gz
crawl-ref-05a8efd7b904a75902eb4007ab156e1918a968b3.zip
Rename abl-show.{cc,h} to ability.{cc,h}
The old name was quite puzzling...
Diffstat (limited to 'crawl-ref/source/MSVC')
-rw-r--r--crawl-ref/source/MSVC/crawl.vcproj4
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj4
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj.filters4
3 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/MSVC/crawl.vcproj b/crawl-ref/source/MSVC/crawl.vcproj
index f2c8ec202c..cee1761e6c 100644
--- a/crawl-ref/source/MSVC/crawl.vcproj
+++ b/crawl-ref/source/MSVC/crawl.vcproj
@@ -675,11 +675,11 @@
</References>
<Files>
<File
- RelativePath="..\abl-show.cc"
+ RelativePath="..\ability.cc"
>
</File>
<File
- RelativePath="..\abl-show.h"
+ RelativePath="..\ability.h"
>
</File>
<File
diff --git a/crawl-ref/source/MSVC/crawl.vcxproj b/crawl-ref/source/MSVC/crawl.vcxproj
index 614febb62c..65cada599a 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj
+++ b/crawl-ref/source/MSVC/crawl.vcxproj
@@ -215,7 +215,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\abl-show.cc" />
+ <ClCompile Include="..\ability.cc" />
<ClCompile Include="..\abyss.cc" />
<ClCompile Include="..\acquire.cc" />
<ClCompile Include="..\act-iter.cc" />
@@ -595,7 +595,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClCompile Include="..\zotdef.cc" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="..\abl-show.h" />
+ <ClInclude Include="..\ability.h" />
<ClInclude Include="..\abyss.h" />
<ClInclude Include="..\acquire.h" />
<ClInclude Include="..\act-iter.h" />
diff --git a/crawl-ref/source/MSVC/crawl.vcxproj.filters b/crawl-ref/source/MSVC/crawl.vcxproj.filters
index 32189d9aa2..0de0e20f66 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj.filters
+++ b/crawl-ref/source/MSVC/crawl.vcxproj.filters
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
- <ClCompile Include="..\abl-show.cc" />
+ <ClCompile Include="..\ability.cc" />
<ClCompile Include="..\abyss.cc" />
<ClCompile Include="..\acquire.cc" />
<ClCompile Include="..\act-iter.cc" />
@@ -294,7 +294,7 @@
<ClCompile Include="..\spl-pick.cc" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="..\abl-show.h" />
+ <ClInclude Include="..\ability.h" />
<ClInclude Include="..\abyss.h" />
<ClInclude Include="..\acquire.h" />
<ClInclude Include="..\act-iter.h" />