Update build stuff
(Sconscript, CMakeLists, tests, project files)
This commit is contained in:
parent
e130a960cb
commit
f619b4cc63
6 changed files with 63 additions and 0 deletions
|
@ -668,6 +668,8 @@
|
|||
<Unit filename="../../src/gui/dialogs/gamestate_inspector.cpp" />
|
||||
<Unit filename="../../src/gui/dialogs/gamestate_inspector.hpp" />
|
||||
<Unit filename="../../src/gui/dialogs/helper.hpp" />
|
||||
<Unit filename="../../src/gui/dialogs/label_settings.cpp" />
|
||||
<Unit filename="../../src/gui/dialogs/label_settings.hpp" />
|
||||
<Unit filename="../../src/gui/dialogs/language_selection.cpp" />
|
||||
<Unit filename="../../src/gui/dialogs/language_selection.hpp" />
|
||||
<Unit filename="../../src/gui/dialogs/lobby/lobby_data.cpp" />
|
||||
|
|
|
@ -3049,6 +3049,7 @@
|
|||
<File Name="../../data/gui/default/window/mp_create_game.cfg"/>
|
||||
<File Name="../../data/gui/default/window/mp_change_control.cfg"/>
|
||||
<File Name="../../data/gui/default/window/mp_depcheck_select_new.cfg"/>
|
||||
<File Name="../../data/gui/default/window/label_settings.cfg"/>
|
||||
<File Name="../../data/gui/default/window/language_selection.cfg"/>
|
||||
<File Name="../../data/gui/default/window/tooltip_large.cfg"/>
|
||||
<File Name="../../data/gui/default/window/editor_resize_map.cfg"/>
|
||||
|
@ -3737,11 +3738,13 @@
|
|||
<File Name="../../src/gui/dialogs/mp_host_game_prompt.hpp"/>
|
||||
<File Name="../../src/gui/dialogs/gamestate_inspector.hpp"/>
|
||||
<File Name="../../src/gui/dialogs/mp_cmd_wrapper.hpp"/>
|
||||
<File Name="../../src/gui/dialogs/label_settings.hpp"/>
|
||||
<File Name="../../src/gui/dialogs/language_selection.hpp"/>
|
||||
<File Name="../../src/gui/dialogs/network_transmission.hpp"/>
|
||||
<File Name="../../src/gui/dialogs/editor_generate_map.hpp"/>
|
||||
<File Name="../../src/gui/dialogs/wml_message.hpp"/>
|
||||
<File Name="../../src/gui/dialogs/message.hpp"/>
|
||||
<File Name="../../src/gui/dialogs/label_settings.cpp"/>
|
||||
<File Name="../../src/gui/dialogs/language_selection.cpp"/>
|
||||
<File Name="../../src/gui/dialogs/wml_message.cpp"/>
|
||||
<File Name="../../src/gui/dialogs/mp_depcheck_select_new.hpp"/>
|
||||
|
|
|
@ -8713,6 +8713,61 @@
|
|||
RelativePath="..\..\src\gui\dialogs\helper.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\label_settings.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug_with_VLD|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Test_Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Test_Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="ReleaseDEBUG|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Gui\Dialogs\"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\label_settings.hpp"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\gui\dialogs\language_selection.cpp"
|
||||
>
|
||||
|
|
|
@ -874,6 +874,7 @@ set(wesnoth-main_SRC
|
|||
gui/dialogs/game_save.cpp
|
||||
gui/dialogs/game_version.cpp
|
||||
gui/dialogs/gamestate_inspector.cpp
|
||||
gui/dialogs/label_settings.cpp
|
||||
gui/dialogs/language_selection.cpp
|
||||
gui/dialogs/lobby/lobby_data.cpp
|
||||
gui/dialogs/lobby/lobby_info.cpp
|
||||
|
|
|
@ -424,6 +424,7 @@ wesnoth_sources = Split("""
|
|||
gui/dialogs/game_save.cpp
|
||||
gui/dialogs/game_version.cpp
|
||||
gui/dialogs/gamestate_inspector.cpp
|
||||
gui/dialogs/label_settings.cpp
|
||||
gui/dialogs/language_selection.cpp
|
||||
gui/dialogs/lobby/lobby_data.cpp
|
||||
gui/dialogs/lobby/lobby_info.cpp
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
#include "gui/dialogs/game_version.hpp"
|
||||
#include "gui/dialogs/game_save.hpp"
|
||||
#include "gui/dialogs/gamestate_inspector.hpp"
|
||||
#include "gui/dialogs/label_settings.hpp"
|
||||
#include "gui/dialogs/language_selection.hpp"
|
||||
#include "gui/dialogs/lobby_main.hpp"
|
||||
#include "gui/dialogs/lobby_player_info.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue