Fix CodeBlocks and Scons builds
This commit is contained in:
parent
ac43a2d3ed
commit
734acb4082
8 changed files with 20 additions and 20 deletions
|
@ -720,8 +720,8 @@
|
|||
<Unit filename="../../src/hotkey/hotkey_manager.cpp" />
|
||||
<Unit filename="../../src/hotkey/hotkey_manager.hpp" />
|
||||
<Unit filename="../../src/hotkey/hotkey_preferences_display.cpp" />
|
||||
<Unit filename="../../src/image.cpp" />
|
||||
<Unit filename="../../src/image.hpp" />
|
||||
<Unit filename="../../src/picture.cpp" />
|
||||
<Unit filename="../../src/picture.hpp" />
|
||||
<Unit filename="../../src/image_modifications.cpp" />
|
||||
<Unit filename="../../src/image_modifications.hpp" />
|
||||
<Unit filename="../../src/intro.cpp" />
|
||||
|
@ -919,8 +919,8 @@
|
|||
<Unit filename="../../src/serialization/unicode.hpp" />
|
||||
<Unit filename="../../src/serialization/validator.cpp" />
|
||||
<Unit filename="../../src/serialization/validator.hpp" />
|
||||
<Unit filename="../../src/settings.cpp" />
|
||||
<Unit filename="../../src/settings.hpp" />
|
||||
<Unit filename="../../src/map_settings.cpp" />
|
||||
<Unit filename="../../src/map_settings.hpp" />
|
||||
<Unit filename="../../src/sha1.cpp" />
|
||||
<Unit filename="../../src/sha1.hpp" />
|
||||
<Unit filename="../../src/shared_object.hpp" />
|
||||
|
@ -1017,8 +1017,8 @@
|
|||
<Unit filename="../../src/variable.hpp" />
|
||||
<Unit filename="../../src/variant.cpp" />
|
||||
<Unit filename="../../src/variant.hpp" />
|
||||
<Unit filename="../../src/version.cpp" />
|
||||
<Unit filename="../../src/version.hpp" />
|
||||
<Unit filename="../../src/game_version.cpp" />
|
||||
<Unit filename="../../src/game_version.hpp" />
|
||||
<Unit filename="../../src/video.cpp" />
|
||||
<Unit filename="../../src/video.hpp" />
|
||||
<Unit filename="../../src/wesconfig.h" />
|
||||
|
|
|
@ -107,8 +107,8 @@
|
|||
<Unit filename="../../src/tstring.hpp" />
|
||||
<Unit filename="../../src/util.cpp" />
|
||||
<Unit filename="../../src/util.hpp" />
|
||||
<Unit filename="../../src/version.cpp" />
|
||||
<Unit filename="../../src/version.hpp" />
|
||||
<Unit filename="../../src/game_version.cpp" />
|
||||
<Unit filename="../../src/game_version.hpp" />
|
||||
<Unit filename="../../src/wesconfig.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
|
|
|
@ -827,8 +827,8 @@
|
|||
<Unit filename="../../src/hotkey/hotkey_item.hpp" />
|
||||
<Unit filename="../../src/hotkey/hotkey_manager.cpp" />
|
||||
<Unit filename="../../src/hotkey/hotkey_manager.hpp" />
|
||||
<Unit filename="../../src/image.cpp" />
|
||||
<Unit filename="../../src/image.hpp" />
|
||||
<Unit filename="../../src/picture.cpp" />
|
||||
<Unit filename="../../src/picture.hpp" />
|
||||
<Unit filename="../../src/image_modifications.cpp" />
|
||||
<Unit filename="../../src/image_modifications.hpp" />
|
||||
<Unit filename="../../src/joystick.cpp" />
|
||||
|
@ -1037,8 +1037,8 @@
|
|||
<Unit filename="../../src/serialization/unicode.hpp" />
|
||||
<Unit filename="../../src/serialization/validator.cpp" />
|
||||
<Unit filename="../../src/serialization/validator.hpp" />
|
||||
<Unit filename="../../src/settings.cpp" />
|
||||
<Unit filename="../../src/settings.hpp" />
|
||||
<Unit filename="../../src/map_settings.cpp" />
|
||||
<Unit filename="../../src/map_settings.hpp" />
|
||||
<Unit filename="../../src/show_dialog.cpp" />
|
||||
<Unit filename="../../src/show_dialog.hpp" />
|
||||
<Unit filename="../../src/side_filter.cpp" />
|
||||
|
@ -1161,8 +1161,8 @@
|
|||
<Unit filename="../../src/variable_info.cpp" />
|
||||
<Unit filename="../../src/variable_info.hpp" />
|
||||
<Unit filename="../../src/variable_info_private.hpp" />
|
||||
<Unit filename="../../src/version.cpp" />
|
||||
<Unit filename="../../src/version.hpp" />
|
||||
<Unit filename="../../src/game_version.cpp" />
|
||||
<Unit filename="../../src/game_version.hpp" />
|
||||
<Unit filename="../../src/video.cpp" />
|
||||
<Unit filename="../../src/video.hpp" />
|
||||
<Unit filename="../../src/wesconfig.h" />
|
||||
|
|
|
@ -137,8 +137,8 @@
|
|||
<Unit filename="../../src/tstring.cpp" />
|
||||
<Unit filename="../../src/tstring.hpp" />
|
||||
<Unit filename="../../src/util.hpp" />
|
||||
<Unit filename="../../src/version.cpp" />
|
||||
<Unit filename="../../src/version.hpp" />
|
||||
<Unit filename="../../src/game_version.cpp" />
|
||||
<Unit filename="../../src/game_version.hpp" />
|
||||
<Unit filename="../../src/wesconfig.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
|
|
|
@ -27,4 +27,4 @@ tests/test_util.cpp
|
|||
tests/test_version.cpp
|
||||
tests/test_whiteboard_side_actions.cpp
|
||||
tests/utils/fake_display.cpp
|
||||
tests/utils/game_config_manager.cpp
|
||||
tests/utils/game_config_manager_tests.cpp
|
||||
|
|
|
@ -28,7 +28,7 @@ hotkey/command_executor.cpp
|
|||
hotkey/hotkey_command.cpp
|
||||
hotkey/hotkey_item.cpp
|
||||
hotkey/hotkey_manager.cpp
|
||||
image.cpp
|
||||
picture.cpp
|
||||
image_modifications.cpp
|
||||
preferences/credentials.cpp
|
||||
preferences/general.cpp
|
||||
|
|
|
@ -27,4 +27,4 @@ serialization/unicode.cpp
|
|||
serialization/validator.cpp
|
||||
terrain/type_data.cpp
|
||||
tstring.cpp
|
||||
version.cpp
|
||||
game_version.cpp
|
||||
|
|
|
@ -329,7 +329,7 @@ scripting/mapgen_lua_kernel.cpp
|
|||
scripting/plugins/context.cpp
|
||||
scripting/plugins/manager.cpp
|
||||
sdl/point.cpp
|
||||
settings.cpp
|
||||
map_settings.cpp
|
||||
side_filter.cpp
|
||||
statistics.cpp
|
||||
storyscreen/controller.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue