wesnoth and wesnothd now output directly in wesnoth folder...
...when compiled as release under the msvc project.
This commit is contained in:
parent
4985f1cbe9
commit
9a62974479
2 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
OutputDirectory="$(SolutionDir)\..\.."
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="0"
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
OutputDirectory="$(SolutionDir)..\..\"
|
||||
IntermediateDirectory="$(ConfigurationName)\wesnothd"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="0"
|
||||
|
|
Loading…
Add table
Reference in a new issue