summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/crawl.vcxproj
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-08-15 00:21:17 -0400
committerJesse Luehrs <doy@tozt.net>2014-08-15 00:30:19 -0400
commiteb103fec101bac54e16df0c72fb2a85ee45e5723 (patch)
tree1f9bd1a8953a3fbe3de0d25871545ce7ca8a948b /crawl-ref/source/MSVC/crawl.vcxproj
parent6e25fd0e675c04a54b57fd05d1961e108bd139c5 (diff)
downloadcrawl-ref-eb103fec101bac54e16df0c72fb2a85ee45e5723.tar.gz
crawl-ref-eb103fec101bac54e16df0c72fb2a85ee45e5723.zip
split dump file loading out to a separate file (and class)
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 bb74832216..3b1f833531 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj
+++ b/crawl-ref/source/MSVC/crawl.vcxproj
@@ -596,6 +596,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClCompile Include="..\wcwidth.cc" />
<ClCompile Include="..\windowmanager-sdl.cc" />
<ClCompile Include="..\wiz-dgn.cc" />
+ <ClCompile Include="..\wiz-dump.cc" />
<ClCompile Include="..\wiz-fsim.cc" />
<ClCompile Include="..\wiz-item.cc" />
<ClCompile Include="..\wiz-mon.cc" />
@@ -921,6 +922,7 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<ClInclude Include="..\windowmanager-sdl.h" />
<ClInclude Include="..\windowmanager.h" />
<ClInclude Include="..\wiz-dgn.h" />
+ <ClInclude Include="..\wiz-dump.h" />
<ClInclude Include="..\wiz-fsim.h" />
<ClInclude Include="..\wiz-item.h" />
<ClInclude Include="..\wiz-mon.h" />