From ebba710786b3b370fd51d5a3d3a85d65bfa93732 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Thu, 15 Oct 2009 11:03:51 -0700 Subject: MSVC: do not use edit-and-continue for Visual C++ builds It breaks on compiling debug.cc, because __LINE__ is variable Signed-off-by: Steven Noonan --- crawl-ref/source/MSVC/crawl.vcproj | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'crawl-ref/source/MSVC') diff --git a/crawl-ref/source/MSVC/crawl.vcproj b/crawl-ref/source/MSVC/crawl.vcproj index 6fcd67d75c..0cd46d23fa 100644 --- a/crawl-ref/source/MSVC/crawl.vcproj +++ b/crawl-ref/source/MSVC/crawl.vcproj @@ -41,7 +41,7 @@ - - - - + + + + -- cgit v1.2.3-54-g00ecf