summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/crawl.vcxproj
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-28 00:03:07 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-28 00:03:07 -0700
commit0cf3be7fc50ee2a4b594955e8c93fc3438213e7a (patch)
tree2c79555d95c3ff642f586c07c9646eb0d6206c45 /crawl-ref/source/MSVC/crawl.vcxproj
parentcb645b5eded55d35986b82356164bcc9e8542cd0 (diff)
downloadcrawl-ref-0cf3be7fc50ee2a4b594955e8c93fc3438213e7a.tar.gz
crawl-ref-0cf3be7fc50ee2a4b594955e8c93fc3438213e7a.zip
Add end.cc
Diffstat (limited to 'crawl-ref/source/MSVC/crawl.vcxproj')
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/MSVC/crawl.vcxproj b/crawl-ref/source/MSVC/crawl.vcxproj
index 50e1ff2213..4bb41b5ae0 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj
+++ b/crawl-ref/source/MSVC/crawl.vcxproj
@@ -284,6 +284,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClCompile Include="..\dlua.cc" />
<ClCompile Include="..\dungeon.cc" />
<ClCompile Include="..\effects.cc" />
+ <ClCompile Include="..\end.cc" />
<ClCompile Include="..\errors.cc" />
<ClCompile Include="..\evoke.cc" />
<ClCompile Include="..\exclude.cc" />
@@ -669,6 +670,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClInclude Include="..\dungeon.h" />
<ClInclude Include="..\duration-data.h" />
<ClInclude Include="..\effects.h" />
+ <ClCompile Include="..\end.h" />
<ClInclude Include="..\endianness.h" />
<ClInclude Include="..\enum.h" />
<ClInclude Include="..\env.h" />