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:
Mark de Wever 2012-06-03 17:32:46 +00:00
parent 68ecffefce
commit 9a491b1db7

View file

@ -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