Align CB and CB-scons project files
This commit is contained in:
parent
d0a25737a5
commit
093c49662f
2 changed files with 8 additions and 4 deletions
|
@ -7,10 +7,10 @@
|
|||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="release">
|
||||
<Target title="Release">
|
||||
<Option output="../../wesnoth" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="../../" />
|
||||
<Option object_output="." />
|
||||
<Option object_output=".objs-release" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<MakeCommands>
|
||||
|
@ -22,10 +22,10 @@
|
|||
<SilentBuild command="scons -C ../.. build=$target wesnoth" />
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="debug">
|
||||
<Target title="Debug">
|
||||
<Option output="../../wesnoth-debug" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="../../" />
|
||||
<Option object_output="." />
|
||||
<Option object_output=".objs-debug" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<MakeCommands>
|
||||
|
@ -993,6 +993,7 @@
|
|||
<Unit filename="../../src/unit_abilities.cpp" />
|
||||
<Unit filename="../../src/unit_abilities.hpp" />
|
||||
<Unit filename="../../src/unit_animation.cpp" />
|
||||
<Unit filename="../../src/unit_animation.hpp" />
|
||||
<Unit filename="../../src/unit_display.cpp" />
|
||||
<Unit filename="../../src/unit_display.hpp" />
|
||||
<Unit filename="../../src/unit_frame.cpp" />
|
||||
|
@ -1018,6 +1019,7 @@
|
|||
<Unit filename="../../src/version.hpp" />
|
||||
<Unit filename="../../src/video.cpp" />
|
||||
<Unit filename="../../src/video.hpp" />
|
||||
<Unit filename="../../src/wesconfig.h" />
|
||||
<Unit filename="../../src/wesmage/exit.cpp" />
|
||||
<Unit filename="../../src/wesmage/exit.hpp" />
|
||||
<Unit filename="../../src/wesmage/filter.cpp" />
|
||||
|
|
|
@ -458,6 +458,8 @@
|
|||
<Unit filename="..\..\src\gui\auxiliary\widget_definition\toggle_button.hpp" />
|
||||
<Unit filename="..\..\src\gui\auxiliary\widget_definition\toggle_panel.cpp" />
|
||||
<Unit filename="..\..\src\gui\auxiliary\widget_definition\toggle_panel.hpp" />
|
||||
<Unit filename="..\..\src\gui\auxiliary\widget_definition\tooltip.cpp" />
|
||||
<Unit filename="..\..\src\gui\auxiliary\widget_definition\tooltip.hpp" />
|
||||
<Unit filename="..\..\src\gui\auxiliary\widget_definition\tree_view.cpp" />
|
||||
<Unit filename="..\..\src\gui\auxiliary\widget_definition\tree_view.hpp" />
|
||||
<Unit filename="..\..\src\gui\auxiliary\widget_definition\vertical_scrollbar.cpp" />
|
||||
|
|
Loading…
Add table
Reference in a new issue