Author: mordante
Date: Fri Apr  4 19:17:12 2008
New Revision: 25543

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25543&view=rev
Log:
Wiring in the files for the new widget toolkit. The files aren't used yet, but 
it
allows the other buld systems to have some time to wire in the files as well.
I expect to add the real test code rather soon, but still need some features
to be completed before that.

Modified:
    trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/Makefile.am?rev=25543&r1=25542&r2=25543&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Fri Apr  4 19:17:12 2008
@@ -65,6 +65,17 @@
        gamestatus.cpp \
        generate_report.cpp \
        generic_event.cpp \
+       gui/dialogs/addon_connect.cpp \
+       gui/widgets/button.cpp \
+       gui/widgets/canvas.cpp \
+       gui/widgets/event_handler.cpp \
+       gui/widgets/grid.cpp \
+       gui/widgets/label.cpp \
+       gui/widgets/settings.cpp \
+       gui/widgets/text_box.cpp \
+       gui/widgets/widget.cpp \
+       gui/widgets/window.cpp \
+       gui/widgets/window_builder.cpp \
        halo.cpp \
        help.cpp \
        intro.cpp \
@@ -283,6 +294,17 @@
        generic_event.hpp \
        gettext.hpp \
        global.hpp \
+       gui/dialogs/addon_connect.hpp \
+       gui/widgets/button.hpp \
+       gui/widgets/canvas.hpp \
+       gui/widgets/event_handler.hpp \
+       gui/widgets/grid.hpp \
+       gui/widgets/label.hpp \
+       gui/widgets/settings.hpp \
+       gui/widgets/text_box.hpp \
+       gui/widgets/widget.hpp \
+       gui/widgets/window.hpp \
+       gui/widgets/window_builder.hpp \
        halo.hpp \
        help.hpp \
        hotkeys.hpp \


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to