Moved arrow.cpp to its proper alphabetical place in build files

This commit is contained in:
Gabriel Morin 2010-05-31 20:59:36 +00:00
parent 3cd0e3dd35
commit 7c331caf27
2 changed files with 2 additions and 2 deletions

View file

@ -472,13 +472,13 @@ endif(ENABLE_EDITOR)
# rename libwesnoth.a to libwesnoth-game.a to have clearer targets
SET(libwesnoth-game_STAT_SRC
arrow.cpp
builder.cpp
cavegen.cpp
clipboard.cpp
construct_dialog.cpp
cursor.cpp
display.cpp
arrow.cpp
events.cpp
filechooser.cpp
font.cpp

View file

@ -61,6 +61,7 @@ libwesnoth_core_sources.extend([
libwesnoth_core = env.Library("wesnoth_core", libwesnoth_core_sources)
libwesnoth_sources = Split("""
arrow.cpp
pathfind/astarsearch.cpp
builder.cpp
cavegen.cpp
@ -68,7 +69,6 @@ libwesnoth_sources = Split("""
construct_dialog.cpp
cursor.cpp
display.cpp
arrow.cpp
events.cpp
filechooser.cpp
generic_event.cpp