summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/crawl.vcxproj
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-02 02:41:54 -0400
committerNeil Moore <neil@s-z.org>2014-07-02 02:45:15 -0400
commitd06b1d38306bae00284c7d21b90725e581dd0796 (patch)
tree1783d45d6c7cf443c0ab1d1ae0dd4763f638f450 /crawl-ref/source/MSVC/crawl.vcxproj
parentc22efd9fab02d2b1b0ad6a00a8bfc45475efc360 (diff)
downloadcrawl-ref-d06b1d38306bae00284c7d21b90725e581dd0796.tar.gz
crawl-ref-d06b1d38306bae00284c7d21b90725e581dd0796.zip
Add new files to the MSVC project.
Diffstat (limited to 'crawl-ref/source/MSVC/crawl.vcxproj')
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/source/MSVC/crawl.vcxproj b/crawl-ref/source/MSVC/crawl.vcxproj
index b0dbcc5cb7..7c37caac8f 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj
+++ b/crawl-ref/source/MSVC/crawl.vcxproj
@@ -236,7 +236,9 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClCompile Include="..\beam.cc" />
<ClCompile Include="..\behold.cc" />
<ClCompile Include="..\bitary.cc" />
+ <ClCompile Include="..\bloodspatter.cc" />
<ClCompile Include="..\branch.cc" />
+ <ClCompile Include="..\butcher.cc" />
<ClCompile Include="..\chardump.cc" />
<ClCompile Include="..\cio.cc" />
<ClCompile Include="..\cloud.cc" />
@@ -300,6 +302,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClCompile Include="..\glwrapper-ogl.cc" />
<ClCompile Include="..\glwrapper.cc" />
<ClCompile Include="..\godabil.cc" />
+ <ClCompile Include="..\godblessing.cc" />
<ClCompile Include="..\godcompanions.cc" />
<ClCompile Include="..\godconduct.cc" />
<ClCompile Include="..\goditem.cc" />
@@ -453,6 +456,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClCompile Include="..\rltiles\tiledef-floor.cc" />
<ClCompile Include="..\rltiles\tiledef-icons.cc" />
<ClCompile Include="..\rltiles\tiledef-wall.cc" />
+ <ClCompile Include="..\rot.cc" />
<ClCompile Include="..\shopping.cc" />
<ClCompile Include="..\shout.cc" />
<ClCompile Include="..\show.cc" />
@@ -616,10 +620,12 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClInclude Include="..\attitude-change.h" />
<ClInclude Include="..\beam.h" />
<ClInclude Include="..\bitary.h" />
+ <ClInclude Include="..\bloodspatter.h" />
<ClInclude Include="..\book-data.h" />
<ClInclude Include="..\branch-data.h" />
<ClInclude Include="..\branch.h" />
<ClInclude Include="..\build.h" />
+ <ClInclude Include="..\butcher.h" />
<ClInclude Include="..\chardump.h" />
<ClInclude Include="..\cio.h" />
<ClInclude Include="..\cloud.h" />
@@ -686,6 +692,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClInclude Include="..\glwrapper-ogl.h" />
<ClInclude Include="..\glwrapper.h" />
<ClInclude Include="..\godabil.h" />
+ <ClInclude Include="..\godblessing.h" />
<ClInclude Include="..\godcompanions.h" />
<ClInclude Include="..\godconduct.h" />
<ClInclude Include="..\goditem.h" />
@@ -808,6 +815,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClInclude Include="..\rltiles\tiledef-icons.h" />
<ClInclude Include="..\rltiles\tiledef-wall.h" />
<ClInclude Include="..\rltiles\tiledef_defines.h" />
+ <ClInclude Include="..\rot.h" />
<ClInclude Include="..\SDLMain.h" />
<ClInclude Include="..\shopping.h" />
<ClInclude Include="..\shout.h" />