Move map and map_location to the game library.
It's not required in the core library and moving so lets me experiment with shared libraries.
This commit is contained in:
parent
68ecffefce
commit
9a491b1db7
1 changed files with 2 additions and 2 deletions
|
@ -212,8 +212,6 @@ set(libwesnoth-core_STAT_SRC
|
|||
gettext.cpp
|
||||
hash.cpp
|
||||
log.cpp
|
||||
map.cpp
|
||||
map_location.cpp
|
||||
md5.cpp
|
||||
thread.cpp
|
||||
tstring.cpp
|
||||
|
@ -567,6 +565,8 @@ set(wesnoth-main_SRC
|
|||
help.cpp
|
||||
intro.cpp
|
||||
leader_list.cpp
|
||||
map.cpp
|
||||
map_location.cpp
|
||||
menu_events.cpp
|
||||
mouse_events.cpp
|
||||
mouse_handler_base.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue