summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-20 01:47:28 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-20 01:47:28 +0000
commit269316ace5e237299aaa6132458ede9c0095257e (patch)
treeaccc517fef1e6b059bf15b77d44abb0b29d1e5a2 /crawl-ref/source/MSVC
parenta06a31d0f8dc3c3f94adf42df312629c6bc3f7be (diff)
downloadcrawl-ref-269316ace5e237299aaa6132458ede9c0095257e.tar.gz
crawl-ref-269316ace5e237299aaa6132458ede9c0095257e.zip
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
Diffstat (limited to 'crawl-ref/source/MSVC')
-rw-r--r--crawl-ref/source/MSVC/crawl-ref.vcproj14
1 files changed, 7 insertions, 7 deletions
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 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="util/lua/src"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
+ AdditionalIncludeDirectories="..;../util/lua/src;../util/sqlite"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H"
RuntimeLibrary="2"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="AppHdr.h"
WarningLevel="3"
- WarnAsError="true"
+ WarnAsError="false"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
@@ -340,11 +340,11 @@
>
</File>
<File
- RelativePath="..\direct.cc"
+ RelativePath="..\directn.cc"
>
</File>
<File
- RelativePath="..\direct.h"
+ RelativePath="..\directn.h"
>
</File>
<File