From 269316ace5e237299aaa6132458ede9c0095257e Mon Sep 17 00:00:00 2001 From: pauldubois Date: Sun, 20 Apr 2008 01:47:28 +0000 Subject: Change direct.cc/h to directn.cc/h Add YY_NO_UNISTD_H to MSVC builds, and turn off warn-as-error for now git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4398 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/MSVC/crawl-ref.vcproj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'crawl-ref/source/MSVC') diff --git a/crawl-ref/source/MSVC/crawl-ref.vcproj b/crawl-ref/source/MSVC/crawl-ref.vcproj index 7741989eaa..4a05767534 100644 --- a/crawl-ref/source/MSVC/crawl-ref.vcproj +++ b/crawl-ref/source/MSVC/crawl-ref.vcproj @@ -41,14 +41,14 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..;../util/lua/src;../util/sqlite" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32CONSOLE;_CRT_SECURE_NO_WARNINGS" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32CONSOLE;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="2" PrecompiledHeaderThrough="AppHdr.h" WarningLevel="3" - WarnAsError="true" + WarnAsError="false" Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> @@ -118,13 +118,13 @@ /> @@ -340,11 +340,11 @@ >