Skip to content

Commit

Permalink
Fix build/project files
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Mar 21, 2016
1 parent 620b228 commit c0afb53
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions projectfiles/CodeBlocks/wesnoth.cbp
Expand Up @@ -637,8 +637,8 @@
<Unit filename="../../src/gui/dialogs/wml_error.hpp" />
<Unit filename="../../src/gui/dialogs/wml_message.cpp" />
<Unit filename="../../src/gui/dialogs/wml_message.hpp" />
<Unit filename="../../src/gui/lib/types/point.cpp" />
<Unit filename="../../src/gui/lib/types/point.hpp" />
<Unit filename="../../src/gui/core/point.cpp" />
<Unit filename="../../src/gui/core/point.hpp" />
<Unit filename="../../src/gui/widgets/button.cpp" />
<Unit filename="../../src/gui/widgets/button.hpp" />
<Unit filename="../../src/gui/widgets/clickable.hpp" />
Expand Down
4 changes: 2 additions & 2 deletions projectfiles/VC9/wesnoth.vcproj
Expand Up @@ -12115,7 +12115,7 @@
Name="Types"
>
<File
RelativePath="..\..\src\gui\lib\types\point.cpp"
RelativePath="..\..\src\gui\core\point.cpp"
>
<FileConfiguration
Name="Debug|Win32"
Expand Down Expand Up @@ -12167,7 +12167,7 @@
</FileConfiguration>
</File>
<File
RelativePath="..\..\src\gui\lib\types\point.hpp"
RelativePath="..\..\src\gui\gore\point.hpp"
>
</File>
</Filter>
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -462,7 +462,7 @@ target_link_libraries(wesnoth-sdl
# - Public Enumerates
# - Small structs
set(wesnoth-gui_types_SRC
gui/lib/types/point.cpp
gui/core/point.cpp
)

add_library(wesnoth-gui_types
Expand Down
4 changes: 2 additions & 2 deletions src/SConscript
Expand Up @@ -18,7 +18,7 @@ libwesnoth_core_sources = Split("""
config.cpp
hash.cpp
log.cpp
game_map.cpp
map/map.cpp
map/location.cpp
md5.cpp
mt_rng.cpp
Expand Down Expand Up @@ -417,7 +417,7 @@ wesnoth_sources = Split("""
gui/dialogs/unit_recruit.cpp
gui/dialogs/wml_error.cpp
gui/dialogs/wml_message.cpp
gui/lib/types/point.cpp
gui/core/point.cpp
gui/widgets/button.cpp
gui/widgets/combobox.cpp
gui/widgets/container.cpp
Expand Down

0 comments on commit c0afb53

Please sign in to comment.