summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-30 20:28:55 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-30 20:28:55 -0700
commitd3ca060ac6379d310f35395680faba40f2fa6e79 (patch)
tree15c6e566644f75cac356dc6bfee8264149aa9d69 /crawl-ref/source/MSVC
parent8db5bdfd3de29682d002d0dac61547be647baa7a (diff)
downloadcrawl-ref-d3ca060ac6379d310f35395680faba40f2fa6e79.tar.gz
crawl-ref-d3ca060ac6379d310f35395680faba40f2fa6e79.zip
msvc: fix compile errors
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/MSVC')
-rw-r--r--crawl-ref/source/MSVC/crawl.vcproj1848
1 files changed, 978 insertions, 870 deletions
diff --git a/crawl-ref/source/MSVC/crawl.vcproj b/crawl-ref/source/MSVC/crawl.vcproj
index 009f95b82a..a4f46ef72e 100644
--- a/crawl-ref/source/MSVC/crawl.vcproj
+++ b/crawl-ref/source/MSVC/crawl.vcproj
@@ -11,19 +11,19 @@
<Platform
Name="Win32"
/>
- <Platform
- Name="x64"
- />
+ <Platform
+ Name="x64"
+ />
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
- <Configuration
- Name="Debug Console|Win32"
- OutputDirectory="$(SolutionDir)\.."
- ConfigurationType="1"
- InheritedPropertySheets=".\Console.vsprops;.\Debug.vsprops;.\Common.vsprops"
- CharacterSet="0"
+ <Configuration
+ Name="Debug Console|Win32"
+ OutputDirectory="$(SolutionDir)\.."
+ ConfigurationType="1"
+ InheritedPropertySheets=".\Console.vsprops;.\Debug.vsprops;.\Common.vsprops"
+ CharacterSet="0"
WholeProgramOptimization="0"
>
<Tool
@@ -67,7 +67,7 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
- AdditionalLibraryDirectories=""
+ AdditionalLibraryDirectories=""
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
@@ -98,10 +98,90 @@
/>
</Configuration>
<Configuration
+ Name="Debug Console|x64"
+ OutputDirectory="$(SolutionDir)\.."
+ ConfigurationType="1"
+ InheritedPropertySheets=".\Console.vsprops;.\Debug.vsprops;.\Common.vsprops"
+ CharacterSet="0"
+ WholeProgramOptimization="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=".;..;../contrib/lua/src;../contrib/sqlite;../contrib/pcre;../rltiles"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="AppHdr.h"
+ WarningLevel="3"
+ WarnAsError="false"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
Name="Release Console|Win32"
OutputDirectory="$(SolutionDir)\.."
ConfigurationType="1"
- InheritedPropertySheets=".\Console.vsprops;.\Release.vsprops;.\Common.vsprops"
+ InheritedPropertySheets=".\Console.vsprops;.\Release.vsprops;.\Common.vsprops"
CharacterSet="0"
WholeProgramOptimization="0"
>
@@ -143,7 +223,7 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
- AdditionalLibraryDirectories=""
+ AdditionalLibraryDirectories=""
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
@@ -176,10 +256,169 @@
/>
</Configuration>
<Configuration
+ Name="Release Console|x64"
+ OutputDirectory="$(SolutionDir)\.."
+ ConfigurationType="1"
+ InheritedPropertySheets=".\Console.vsprops;.\Release.vsprops;.\Common.vsprops"
+ CharacterSet="0"
+ WholeProgramOptimization="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".;..;../contrib/lua/src;../contrib/sqlite;../contrib/pcre;../rltiles"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="AppHdr.h"
+ WarningLevel="3"
+ WarnAsError="false"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
Name="Debug Tiles|Win32"
OutputDirectory="$(SolutionDir)\.."
ConfigurationType="1"
- InheritedPropertySheets=".\Tiles.vsprops;.\Debug.vsprops;.\Common.vsprops"
+ InheritedPropertySheets=".\Tiles.vsprops;.\Debug.vsprops;.\Common.vsprops"
+ CharacterSet="0"
+ WholeProgramOptimization="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=".;..;../contrib/lua/src;../contrib/sqlite;../contrib/pcre;../rltiles"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="AppHdr.h"
+ WarningLevel="3"
+ WarnAsError="false"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="SDL.lib SDL_image.lib libpng.lib lua.lib pcre.lib sqlite.lib zlib.lib"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug Tiles|x64"
+ OutputDirectory="$(SolutionDir)\.."
+ ConfigurationType="1"
+ InheritedPropertySheets=".\Tiles.vsprops;.\Debug.vsprops;.\Common.vsprops"
CharacterSet="0"
WholeProgramOptimization="0"
>
@@ -197,12 +436,13 @@
/>
<Tool
Name="VCMIDLTool"
+ TargetEnvironment="3"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=".;..;../contrib/lua/src;../contrib/sqlite;../contrib/pcre;../rltiles"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
MinimalRebuild="true"
BasicRuntimeChecks="3"
UsePrecompiledHeader="2"
@@ -222,13 +462,13 @@
Name="VCPreLinkEventTool"
/>
<Tool
- Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib SDL_image.lib libpng.lib lua.lib pcre.lib sqlite.lib zlib.lib"
- LinkIncremental="2"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- SubSystem="2"
- TargetMachine="1"
+ Name="VCLinkerTool"
+ AdditionalDependencies="SDL.lib SDL_image.lib libpng.lib lua.lib pcre.lib sqlite.lib zlib.lib"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
@@ -259,16 +499,16 @@
Name="Release Tiles|Win32"
OutputDirectory="$(SolutionDir)\.."
ConfigurationType="1"
- InheritedPropertySheets=".\Tiles.vsprops;.\Release.vsprops;.\Common.vsprops"
+ InheritedPropertySheets=".\Tiles.vsprops;.\Release.vsprops;.\Common.vsprops"
CharacterSet="0"
WholeProgramOptimization="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="cd $(ProjectDir)\..&#x0D;&#x0A;perl util/gen-cflg.pl compflag.h &quot;&lt;unavailable&gt;&quot; &quot;&lt;unavailable&gt;&quot; &quot;&lt;unavailable&gt;&quot;&#x0D;&#x0A;perl util/gen_ver.pl build.h&#x0D;&#x0A;"
- />
- <Tool
- Name="VCCustomBuildTool"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="cd $(ProjectDir)\..&#x0D;&#x0A;perl util/gen-cflg.pl compflag.h &quot;&lt;unavailable&gt;&quot; &quot;&lt;unavailable&gt;&quot; &quot;&lt;unavailable&gt;&quot;&#x0D;&#x0A;perl util/gen_ver.pl build.h&#x0D;&#x0A;"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
@@ -282,7 +522,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=".;..;../contrib/lua/src;../contrib/sqlite;../contrib/pcre;../rltiles"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="AppHdr.h"
WarningLevel="3"
@@ -300,13 +540,13 @@
Name="VCPreLinkEventTool"
/>
<Tool
- Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib SDL_image.lib libpng.lib lua.lib pcre.lib sqlite.lib zlib.lib"
- LinkIncremental="1"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
+ Name="VCLinkerTool"
+ AdditionalDependencies="SDL.lib SDL_image.lib libpng.lib lua.lib pcre.lib sqlite.lib zlib.lib"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
@@ -335,327 +575,87 @@
Name="VCPostBuildEventTool"
/>
</Configuration>
- <Configuration
- Name="Debug Console|x64"
- OutputDirectory="$(SolutionDir)\.."
- ConfigurationType="1"
- InheritedPropertySheets=".\Console.vsprops;.\Debug.vsprops;.\Common.vsprops"
- CharacterSet="0"
- WholeProgramOptimization="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".;..;../contrib/lua/src;../contrib/sqlite;../contrib/pcre;../rltiles"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="AppHdr.h"
- WarningLevel="3"
- WarnAsError="false"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- SubSystem="1"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Console|x64"
- OutputDirectory="$(SolutionDir)\.."
- ConfigurationType="1"
- InheritedPropertySheets=".\Console.vsprops;.\Release.vsprops;.\Common.vsprops"
- CharacterSet="0"
- WholeProgramOptimization="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=".;..;../contrib/lua/src;../contrib/sqlite;../contrib/pcre;../rltiles"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="AppHdr.h"
- WarningLevel="3"
- WarnAsError="false"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Tiles|x64"
- OutputDirectory="$(SolutionDir)\.."
- ConfigurationType="1"
- InheritedPropertySheets=".\Tiles.vsprops;.\Debug.vsprops;.\Common.vsprops"
- CharacterSet="0"
- WholeProgramOptimization="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".;..;../contrib/lua/src;../contrib/sqlite;../contrib/pcre;../rltiles"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="AppHdr.h"
- WarningLevel="3"
- WarnAsError="false"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib SDL_image.lib libpng.lib lua.lib pcre.lib sqlite.lib zlib.lib"
- LinkIncremental="2"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- SubSystem="2"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Tiles|x64"
- OutputDirectory="$(SolutionDir)\.."
- ConfigurationType="1"
- InheritedPropertySheets=".\Tiles.vsprops;.\Release.vsprops;.\Common.vsprops"
- CharacterSet="0"
- WholeProgramOptimization="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="cd $(ProjectDir)\..&#x0D;&#x0A;perl util/gen-cflg.pl compflag.h &quot;&lt;unavailable&gt;&quot; &quot;&lt;unavailable&gt;&quot; &quot;&lt;unavailable&gt;&quot;&#x0D;&#x0A;perl util/gen_ver.pl build.h&#x0D;&#x0A;"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=".;..;../contrib/lua/src;../contrib/sqlite;../contrib/pcre;../rltiles"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="AppHdr.h"
- WarningLevel="3"
- WarnAsError="false"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib SDL_image.lib libpng.lib lua.lib pcre.lib sqlite.lib zlib.lib"
- LinkIncremental="1"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
+ <Configuration
+ Name="Release Tiles|x64"
+ OutputDirectory="$(SolutionDir)\.."
+ ConfigurationType="1"
+ InheritedPropertySheets=".\Tiles.vsprops;.\Release.vsprops;.\Common.vsprops"
+ CharacterSet="0"
+ WholeProgramOptimization="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="cd $(ProjectDir)\..&#x0D;&#x0A;perl util/gen-cflg.pl compflag.h &quot;&lt;unavailable&gt;&quot; &quot;&lt;unavailable&gt;&quot; &quot;&lt;unavailable&gt;&quot;&#x0D;&#x0A;perl util/gen_ver.pl build.h&#x0D;&#x0A;"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".;..;../contrib/lua/src;../contrib/sqlite;../contrib/pcre;../rltiles"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_USE_MATH_DEFINES"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="AppHdr.h"
+ WarningLevel="3"
+ WarnAsError="false"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="SDL.lib SDL_image.lib libpng.lib lua.lib pcre.lib sqlite.lib zlib.lib"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
</Configurations>
<References>
</References>
@@ -681,14 +681,14 @@
>
</File>
<File
- RelativePath="..\actor.cc"
- >
- </File>
- <File
- RelativePath="..\actor.h"
- >
- </File>
- <File
+ RelativePath="..\actor.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\actor.h"
+ >
+ </File>
+ <File
RelativePath="..\AppHdr.cc"
>
<FileConfiguration
@@ -700,6 +700,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Console|Win32"
>
<Tool
@@ -708,6 +716,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Release Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Debug Tiles|Win32"
>
<Tool
@@ -716,6 +732,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Tiles|Win32"
>
<Tool
@@ -723,38 +747,14 @@
UsePrecompiledHeader="1"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Debug Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
+ <FileConfiguration
+ Name="Release Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\AppHdr.h"
@@ -769,6 +769,14 @@
>
</File>
<File
+ RelativePath="..\art-data.h"
+ >
+ </File>
+ <File
+ RelativePath="..\art-func.h"
+ >
+ </File>
+ <File
RelativePath="..\artefact.cc"
>
</File>
@@ -801,6 +809,10 @@
>
</File>
<File
+ RelativePath="..\build.h"
+ >
+ </File>
+ <File
RelativePath="..\chardump.cc"
>
</File>
@@ -833,14 +845,30 @@
>
</File>
<File
- RelativePath="..\cluautil.cc"
- >
- </File>
- <File
- RelativePath="..\cluautil.h"
- >
- </File>
- <File
+ RelativePath="..\cluautil.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\cluautil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\cmd-keys.h"
+ >
+ </File>
+ <File
+ RelativePath="..\cmd-name.h"
+ >
+ </File>
+ <File
+ RelativePath="..\colour.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\colour.h"
+ >
+ </File>
+ <File
RelativePath="..\command.cc"
>
</File>
@@ -849,10 +877,42 @@
>
</File>
<File
+ RelativePath="..\compflag.h"
+ >
+ </File>
+ <File
+ RelativePath="..\coord.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\coord.h"
+ >
+ </File>
+ <File
+ RelativePath="..\coordit.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\coordit.h"
+ >
+ </File>
+ <File
RelativePath="..\crash-w.cc"
>
</File>
<File
+ RelativePath="..\crash.h"
+ >
+ </File>
+ <File
+ RelativePath="..\ctest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\ctest.h"
+ >
+ </File>
+ <File
RelativePath="..\database.cc"
>
<FileConfiguration
@@ -864,6 +924,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Console|Win32"
>
<Tool
@@ -872,6 +940,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Release Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Debug Tiles|Win32"
>
<Tool
@@ -880,6 +956,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Tiles|Win32"
>
<Tool
@@ -887,38 +971,14 @@
UsePrecompiledHeader="0"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Debug Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
+ <FileConfiguration
+ Name="Release Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\database.h"
@@ -977,14 +1037,14 @@
>
</File>
<File
- RelativePath="..\dlua.cc"
- >
- </File>
- <File
- RelativePath="..\dlua.h"
- >
- </File>
- <File
+ RelativePath="..\dlua.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\dlua.h"
+ >
+ </File>
+ <File
RelativePath="..\dungeon.cc"
>
</File>
@@ -1005,6 +1065,14 @@
>
</File>
<File
+ RelativePath="..\exclude.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\exclude.h"
+ >
+ </File>
+ <File
RelativePath="..\externs.h"
>
</File>
@@ -1057,22 +1125,22 @@
>
</File>
<File
- RelativePath="..\godabil.cc"
- >
- </File>
- <File
- RelativePath="..\godabil.h"
- >
- </File>
- <File
- RelativePath="..\goditem.cc"
- >
- </File>
- <File
- RelativePath="..\goditem.h"
- >
- </File>
- <File
+ RelativePath="..\godabil.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\godabil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\goditem.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\goditem.h"
+ >
+ </File>
+ <File
RelativePath="..\hiscores.cc"
>
</File>
@@ -1145,14 +1213,14 @@
>
</File>
<File
- RelativePath="..\jobs.cc"
- >
- </File>
- <File
- RelativePath="..\jobs.h"
- >
- </File>
- <File
+ RelativePath="..\jobs.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\jobs.h"
+ >
+ </File>
+ <File
RelativePath="..\kills.cc"
>
</File>
@@ -1161,74 +1229,74 @@
>
</File>
<File
- RelativePath="..\l_crawl.cc"
- >
- </File>
- <File
- RelativePath="..\l_debug.cc"
- >
- </File>
- <File
- RelativePath="..\l_defs.h"
- >
- </File>
- <File
- RelativePath="..\l_dgn.cc"
- >
- </File>
- <File
- RelativePath="..\l_dgn_bf.cc"
- >
- </File>
- <File
- RelativePath="..\l_dgnbld.cc"
- >
- </File>
- <File
- RelativePath="..\l_dgnevt.cc"
- >
- </File>
- <File
- RelativePath="..\l_dgngrd.cc"
- >
- </File>
- <File
- RelativePath="..\l_dgnit.cc"
- >
- </File>
- <File
- RelativePath="..\l_dgnlvl.cc"
- >
- </File>
- <File
- RelativePath="..\l_dgnmon.cc"
- >
- </File>
- <File
- RelativePath="..\l_dgntil.cc"
- >
- </File>
- <File
- RelativePath="..\l_file.cc"
- >
- </File>
- <File
- RelativePath="..\l_food.cc"
- >
- </File>
- <File
- RelativePath="..\l_global.cc"
- >
- </File>
- <File
- RelativePath="..\l_item.cc"
- >
- </File>
- <File
- RelativePath="..\l_libs.h"
- >
- </File>
- <File
+ RelativePath="..\l_crawl.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_debug.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_defs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\l_dgn.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_dgn_bf.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_dgnbld.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_dgnevt.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_dgngrd.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_dgnit.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_dgnlvl.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_dgnmon.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_dgntil.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_file.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_food.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_global.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_item.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_libs.h"
+ >
+ </File>
+ <File
RelativePath="..\l_los.cc"
>
</File>
@@ -1237,26 +1305,34 @@
>
</File>
<File
- RelativePath="..\l_mapgrd.cc"
- >
- </File>
- <File
- RelativePath="..\l_mapmrk.cc"
- >
- </File>
- <File
- RelativePath="..\l_mons.cc"
- >
- </File>
- <File
- RelativePath="..\l_option.cc"
- >
- </File>
- <File
- RelativePath="..\l_you.cc"
- >
- </File>
- <File
+ RelativePath="..\l_mapgrd.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_mapmrk.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_moninf.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_mons.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_option.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_view.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\l_you.cc"
+ >
+ </File>
+ <File
RelativePath="..\lev-pand.cc"
>
</File>
@@ -1276,6 +1352,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Console|Win32"
>
<Tool
@@ -1284,6 +1368,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Release Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Debug Tiles|Win32"
>
<Tool
@@ -1292,6 +1384,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Tiles|Win32"
>
<Tool
@@ -1299,38 +1399,14 @@
UsePrecompiledHeader="0"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Debug Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
+ <FileConfiguration
+ Name="Release Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\prebuilt\levcomp.tab.cc"
@@ -1344,6 +1420,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Console|Win32"
>
<Tool
@@ -1352,6 +1436,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Release Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Debug Tiles|Win32"
>
<Tool
@@ -1360,6 +1452,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Tiles|Win32"
>
<Tool
@@ -1367,38 +1467,14 @@
UsePrecompiledHeader="0"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Debug Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
+ <FileConfiguration
+ Name="Release Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\prebuilt\levcomp.tab.h"
@@ -1432,6 +1508,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Console|Win32"
>
<Tool
@@ -1440,6 +1524,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Release Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Debug Tiles|Win32"
>
<Tool
@@ -1448,6 +1540,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Tiles|Win32"
>
<Tool
@@ -1455,38 +1555,14 @@
UsePrecompiledHeader="2"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Debug Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- />
- </FileConfiguration>
+ <FileConfiguration
+ Name="Release Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="2"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\libw32c.h"
@@ -1585,6 +1661,14 @@
>
</File>
<File
+ RelativePath="..\mon-info.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\mon-info.h"
+ >
+ </File>
+ <File
RelativePath="..\mon-pick.cc"
>
</File>
@@ -1656,6 +1740,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Console|Win32"
>
<Tool
@@ -1664,6 +1756,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Release Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Debug Tiles|Win32"
>
<Tool
@@ -1672,6 +1772,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Tiles|Win32"
>
<Tool
@@ -1679,38 +1787,14 @@
UsePrecompiledHeader="0"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Debug Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
+ <FileConfiguration
+ Name="Release Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\mt19937ar.h"
@@ -1741,22 +1825,30 @@
>
</File>
<File
- RelativePath="..\ng-input.cc"
- >
- </File>
- <File
- RelativePath="..\ng-input.h"
- >
- </File>
- <File
- RelativePath="..\ng-restr.cc"
- >
- </File>
- <File
- RelativePath="..\ng-restr.h"
- >
- </File>
- <File
+ RelativePath="..\ng-init.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\ng-init.h"
+ >
+ </File>
+ <File
+ RelativePath="..\ng-input.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\ng-input.h"
+ >
+ </File>
+ <File
+ RelativePath="..\ng-restr.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\ng-restr.h"
+ >
+ </File>
+ <File
RelativePath="..\notes.cc"
>
</File>
@@ -1813,6 +1905,14 @@
>
</File>
<File
+ RelativePath="..\random.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\random.h"
+ >
+ </File>
+ <File
RelativePath="..\ray.cc"
>
</File>
@@ -1829,6 +1929,14 @@
>
</File>
<File
+ RelativePath="..\rng.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\rng.h"
+ >
+ </File>
+ <File
RelativePath="..\shopping.cc"
>
</File>
@@ -1853,14 +1961,14 @@
>
</File>
<File
- RelativePath="..\species.cc"
- >
- </File>
- <File
- RelativePath="..\species.h"
- >
- </File>
- <File
+ RelativePath="..\species.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\species.h"
+ >
+ </File>
+ <File
RelativePath="..\spells1.cc"
>
</File>
@@ -2008,6 +2116,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Console|Win32"
>
<Tool
@@ -2016,6 +2132,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Release Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Debug Tiles|Win32"
>
<Tool
@@ -2024,6 +2148,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Tiles|Win32"
>
<Tool
@@ -2031,38 +2163,14 @@
UsePrecompiledHeader="0"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Debug Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
+ <FileConfiguration
+ Name="Release Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\rltiles\tiledef-dngn.h"
@@ -2080,6 +2188,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Console|Win32"
>
<Tool
@@ -2088,6 +2204,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Release Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Debug Tiles|Win32"
>
<Tool
@@ -2096,6 +2220,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Tiles|Win32"
>
<Tool
@@ -2103,38 +2235,14 @@
UsePrecompiledHeader="0"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Debug Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
+ <FileConfiguration
+ Name="Release Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\rltiles\tiledef-gui.h"
@@ -2152,6 +2260,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Console|Win32"
>
<Tool
@@ -2160,6 +2276,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Release Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Debug Tiles|Win32"
>
<Tool
@@ -2168,6 +2292,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Tiles|Win32"
>
<Tool
@@ -2175,38 +2307,14 @@
UsePrecompiledHeader="0"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Debug Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
+ <FileConfiguration
+ Name="Release Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\rltiles\tiledef-main.h"
@@ -2224,6 +2332,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Console|Win32"
>
<Tool
@@ -2232,6 +2348,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Release Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Debug Tiles|Win32"
>
<Tool
@@ -2240,6 +2364,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Tiles|Win32"
>
<Tool
@@ -2247,38 +2379,14 @@
UsePrecompiledHeader="0"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Debug Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
+ <FileConfiguration
+ Name="Release Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\rltiles\tiledef-player.h"
@@ -2296,6 +2404,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Console|Win32"
>
<Tool
@@ -2304,6 +2420,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Release Console|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Debug Tiles|Win32"
>
<Tool
@@ -2312,6 +2436,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Debug Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Release Tiles|Win32"
>
<Tool
@@ -2319,38 +2451,14 @@
UsePrecompiledHeader="0"
/>
</FileConfiguration>
- <FileConfiguration
- Name="Debug Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Console|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Tiles|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
+ <FileConfiguration
+ Name="Release Tiles|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\rltiles\tiledef-unrand.h"