summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-12-21 00:56:50 +0100
committerOle Loots <ole@monochrom.net>2012-12-21 00:56:50 +0100
commitf7ee2a03876bf4a5cf66b3a433955e4e55d91362 (patch)
tree146748923e9aaa464fac29306cc51cb06ef589ec /atari/Makefile.target
parent3019368c93600a335445c09178c9554074c7f656 (diff)
downloadnetsurf-f7ee2a03876bf4a5cf66b3a433955e4e55d91362.tar.gz
netsurf-f7ee2a03876bf4a5cf66b3a433955e4e55d91362.tar.bz2
- started to work on settings dialog
- some WIP in treeview widgets. Changed destroy / and init handling. It requires some optimization, when the widget is closed it must remove itself from the guiwin list, for perfomance.
Diffstat (limited to 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target5
1 files changed, 3 insertions, 2 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index e7755d56f..275eb5653 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -106,10 +106,11 @@ S_ATARI := \
plot/eddi.s \
plot/font_freetype.c \
plot/font_internal.c \
- gemtk/utils.c \
+ gemtk/aestabs.c \
gemtk/dragdrop.c \
+ gemtk/guiwin.c \
gemtk/msgbox.c \
- gemtk/guiwin.c
+ gemtk/utils.c
S_ATARI := $(addprefix atari/,$(S_ATARI))