summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/crawl.vcxproj
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-29 21:51:57 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-29 23:01:10 -0700
commite048ef1f5268c90ea3a4a0604083c253b20fdd6b (patch)
tree97c67ad5898ee7c3bc71e53c86efab7f126440ec /crawl-ref/source/MSVC/crawl.vcxproj
parent9cedde55d9b5b82ba9c22a49ffa425ad4d7b369b (diff)
downloadcrawl-ref-e048ef1f5268c90ea3a4a0604083c253b20fdd6b.tar.gz
crawl-ref-e048ef1f5268c90ea3a4a0604083c253b20fdd6b.zip
Remove stuff
.cc, moving its contents into the new stepdown.cc and strings.cc. (The latter also got many donations from libutil.h.) Down with stuff! Up the new flesh!
Diffstat (limited to 'crawl-ref/source/MSVC/crawl.vcxproj')
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/MSVC/crawl.vcxproj b/crawl-ref/source/MSVC/crawl.vcxproj
index 4bb41b5ae0..bb74832216 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj
+++ b/crawl-ref/source/MSVC/crawl.vcxproj
@@ -490,8 +490,9 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClCompile Include="..\stash.cc" />
<ClCompile Include="..\state.cc" />
<ClCompile Include="..\status.cc" />
+ <ClCompile Include="..\stepdown.cc" />
<ClCompile Include="..\store.cc" />
- <ClCompile Include="..\stuff.cc" />
+ <ClCompile Include="..\strings.cc" />
<ClCompile Include="..\syscalls.cc" />
<ClCompile Include="..\tags.cc" />
<ClCompile Include="..\target.cc" />
@@ -853,8 +854,9 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClInclude Include="..\stash.h" />
<ClInclude Include="..\state.h" />
<ClInclude Include="..\status.h" />
+ <ClCompile Include="..\stepdown.h" />
<ClInclude Include="..\store.h" />
- <ClInclude Include="..\stuff.h" />
+ <ClCompile Include="..\strings.h" />
<ClInclude Include="..\syscalls.h" />
<ClInclude Include="..\tag-version.h" />
<ClInclude Include="..\tags.h" />