Added source files needed by editor:

theme.[c,h]pp, mapgen_dialog.[c,h]pp, reports.[c,h]pp.
This commit is contained in:
uid69097 2004-01-20 14:46:43 +00:00
parent 5d6c14ceef
commit 5f42f9868b
2 changed files with 22 additions and 9 deletions

View file

@ -156,6 +156,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
log.cpp \
map.cpp \
mapgen.cpp \
mapgen_dialog.cpp \
mouse.cpp \
network.cpp \
pathfind.cpp \
@ -164,11 +165,13 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
preferences.cpp \
race.cpp \
replay.cpp \
reports.cpp \
sdl_utils.cpp \
show_dialog.cpp \
sound.cpp \
team.cpp \
terrain.cpp \
theme.cpp \
tooltips.cpp \
unit.cpp \
unit_types.cpp \
@ -199,6 +202,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
log.hpp \
map.hpp \
mapgen.hpp \
mapgen_dialog.hpp \
mouse.hpp \
network.hpp \
pathfind.hpp \
@ -207,11 +211,13 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
preferences.hpp \
race.hpp \
replay.hpp \
reports.hpp \
sdl_utils.hpp \
show_dialog.hpp \
sound.hpp \
team.hpp \
terrain.hpp \
theme.hpp \
tooltips.hpp \
unit.hpp \
unit_types.hpp \

View file

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.7.9 from Makefile.am.
# Makefile.in generated by automake 1.7.8 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
@ -68,9 +68,9 @@ FONT_FILES = @FONT_FILES@
GNOME1_DESKTOP = @GNOME1_DESKTOP@
GNOME1_FALSE = @GNOME1_FALSE@
GNOME1_TRUE = @GNOME1_TRUE@
GNOME2_FALSE = @GNOME2_FALSE@
GNOME2_TRUE = @GNOME2_TRUE@
GNOME_CONFIG = @GNOME_CONFIG@
ICONS_FALSE = @ICONS_FALSE@
ICONS_TRUE = @ICONS_TRUE@
IMAGE_FILES = @IMAGE_FILES@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@ -293,6 +293,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
log.cpp \
map.cpp \
mapgen.cpp \
mapgen_dialog.cpp \
mouse.cpp \
network.cpp \
pathfind.cpp \
@ -301,11 +302,13 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
preferences.cpp \
race.cpp \
replay.cpp \
reports.cpp \
sdl_utils.cpp \
show_dialog.cpp \
sound.cpp \
team.cpp \
terrain.cpp \
theme.cpp \
tooltips.cpp \
unit.cpp \
unit_types.cpp \
@ -336,6 +339,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
log.hpp \
map.hpp \
mapgen.hpp \
mapgen_dialog.hpp \
mouse.hpp \
network.hpp \
pathfind.hpp \
@ -344,11 +348,13 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
preferences.hpp \
race.hpp \
replay.hpp \
reports.hpp \
sdl_utils.hpp \
show_dialog.hpp \
sound.hpp \
team.hpp \
terrain.hpp \
theme.hpp \
tooltips.hpp \
unit.hpp \
unit_types.hpp \
@ -398,11 +404,12 @@ am_wesnoth_editor_OBJECTS = editor.$(OBJEXT) actions.$(OBJEXT) \
game_config.$(OBJEXT) game_events.$(OBJEXT) \
gamestatus.$(OBJEXT) hotkeys.$(OBJEXT) image.$(OBJEXT) \
intro.$(OBJEXT) key.$(OBJEXT) language.$(OBJEXT) log.$(OBJEXT) \
map.$(OBJEXT) mapgen.$(OBJEXT) mouse.$(OBJEXT) \
network.$(OBJEXT) pathfind.$(OBJEXT) playlevel.$(OBJEXT) \
playturn.$(OBJEXT) preferences.$(OBJEXT) race.$(OBJEXT) \
replay.$(OBJEXT) sdl_utils.$(OBJEXT) show_dialog.$(OBJEXT) \
sound.$(OBJEXT) team.$(OBJEXT) terrain.$(OBJEXT) \
map.$(OBJEXT) mapgen.$(OBJEXT) mapgen_dialog.$(OBJEXT) \
mouse.$(OBJEXT) network.$(OBJEXT) pathfind.$(OBJEXT) \
playlevel.$(OBJEXT) playturn.$(OBJEXT) preferences.$(OBJEXT) \
race.$(OBJEXT) replay.$(OBJEXT) reports.$(OBJEXT) \
sdl_utils.$(OBJEXT) show_dialog.$(OBJEXT) sound.$(OBJEXT) \
team.$(OBJEXT) terrain.$(OBJEXT) theme.$(OBJEXT) \
tooltips.$(OBJEXT) unit.$(OBJEXT) unit_types.$(OBJEXT) \
video.$(OBJEXT) button.$(OBJEXT) menu.$(OBJEXT) \
textbox.$(OBJEXT) slider.$(OBJEXT) widget.$(OBJEXT)
@ -928,7 +935,7 @@ install-am: all-am
installcheck: installcheck-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic: