Fix bogus file path added to SConscript in 2012-05-02T19:04:50Z!koraq@xs4all.nl
This commit is contained in:
parent
3e5352e0c4
commit
172dd9d71d
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,6 @@ libwesnoth_sources = Split("""
|
|||
widgets/scrollbar.cpp
|
||||
widgets/slider.cpp
|
||||
widgets/textbox.cpp
|
||||
widgets/viewport.cpp
|
||||
widgets/widget.cpp
|
||||
wml_exception.cpp
|
||||
""")
|
||||
|
@ -394,6 +393,7 @@ wesnoth_sources = Split("""
|
|||
gui/widgets/tree_view.cpp
|
||||
gui/widgets/tree_view_node.cpp
|
||||
gui/widgets/vertical_scrollbar.cpp
|
||||
gui/widgets/viewport.cpp
|
||||
gui/widgets/widget.cpp
|
||||
gui/widgets/window.cpp
|
||||
halo.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue