Added 'wesmage' target to scons.

This commit is contained in:
Sergey Popov 2012-02-16 21:16:12 +00:00
parent 1ffa78fd72
commit c7c55c050a

View file

@ -543,6 +543,18 @@ test_utils_sources = Split("""
tests/utils/fake_display.cpp
""")
wesmage_sources = Split("""
wesmage/wesmage.cpp
wesmage/exit.cpp
wesmage/filter.cpp
wesmage/options.cpp
tools/dummy_video.cpp
tools/exploder_utils.cpp
sdl_utils.cpp
loadscreen_empty.cpp
""")
client_env.WesnothProgram("wesmage", wesmage_sources + [libwesnoth_core], have_client_prereqs, OBJPREFIX = "wesmage_", LIBS = ["$LIBS", "png"])
libtest_utils = test_env.Library("test_utils", test_utils_sources)
test_sources = Split("""