wesnoth and wesnothd now output directly in wesnoth folder...

...when compiled as release under the msvc project.
This commit is contained in:
Jody Northup 2010-08-10 10:54:10 +00:00
parent 4985f1cbe9
commit 9a62974479
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
OutputDirectory="$(SolutionDir)\..\.."
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="0"

View file

@ -92,7 +92,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
OutputDirectory="$(SolutionDir)..\..\"
IntermediateDirectory="$(ConfigurationName)\wesnothd"
ConfigurationType="1"
CharacterSet="0"