From 49f4fa0d787c867ed24ac49897feb347939d4ef3 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 21 Sep 2013 05:29:04 +0200 Subject: Hotlist and History and Cookies Manager implemented. (The Cookie Manager window is a new one) --- atari/Makefile.target | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'atari/Makefile.target') diff --git a/atari/Makefile.target b/atari/Makefile.target index fee49633e..e47eb5d44 100644 --- a/atari/Makefile.target +++ b/atari/Makefile.target @@ -78,6 +78,7 @@ S_ATARI := \ bitmap.c \ clipboard.c \ ctxmenu.c \ + cookies.c \ deskmenu.c \ download.c \ encoding.c \ @@ -85,18 +86,20 @@ S_ATARI := \ filetype.c \ font.c \ gui.c \ + hotlist.c \ + history.c \ login.c \ misc.c \ osspec.c \ + redrawslots.c \ + rootwin.c \ schedule.c \ search.c \ statusbar.c \ + settings.c \ + toolbar.c \ thumbnail.c \ treeview.c \ - redrawslots.c \ - rootwin.c \ - toolbar.c \ - settings.c \ plot/plot.c \ plot/fontplot.c \ plot/eddi.s \ @@ -110,9 +113,6 @@ S_ATARI := \ gemtk/utils.c \ gemtk/objc.c -# cookies.c \ -# hotlist.c \ -# history.c\ S_ATARI := $(addprefix atari/,$(S_ATARI)) -- cgit v1.2.3