Some changes to the manually maintained vc9 project files...

...for convenience of compilation. Note: removing _DEBUG from the
preprocessor definitions of the "Debug (fast)" configuration results
in an immediate segfault on my machine.
This commit is contained in:
Jody Northup 2010-05-24 09:31:29 +00:00
parent be0a50ad5a
commit 05965dca09
2 changed files with 3402 additions and 2090 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Version="9.00"
Name="wesnothd"
ProjectGUID="{72F28A4A-A6A2-4C49-8141-7CD0DFA9ECCE}"
RootNamespace="wesnothd"
@ -93,7 +93,7 @@
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)\wesnothd"
ConfigurationType="1"
CharacterSet="0"
WholeProgramOptimization="1"
@ -137,13 +137,14 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="libintl.lib SDL.lib SDL_net.lib winmm.lib ws2_32.lib SDLmain.lib wesnothlib.lib"
AdditionalDependencies="libintl.lib SDL.lib SDL_net.lib winmm.lib ws2_32.lib SDLmain.lib"
LinkIncremental="1"
AdditionalLibraryDirectories="$(OutDir)"
GenerateDebugInformation="true"
AdditionalLibraryDirectories=""
GenerateDebugInformation="false"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
TargetMachine="1"
/>
<Tool