summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-06-25 20:03:28 +0000
committerOle Loots <ole@monochrom.net>2011-06-25 20:03:28 +0000
commitdccf6e428086dd3baf6432c70595cf8d9df5df26 (patch)
tree5c07ecd453366266b9f669f0699be50cd1d91f00 /atari/Makefile.target
parentb897861cdd0e4147e2922951cfbe77f0ad24ed23 (diff)
downloadnetsurf-dccf6e428086dd3baf6432c70595cf8d9df5df26.tar.gz
netsurf-dccf6e428086dd3baf6432c70595cf8d9df5df26.tar.bz2
Revert remove of cflib and further usage of xaaes nkcc routines. It resulted in not-working page up / page down and up / down keys.
svn path=/trunk/netsurf/; revision=12510
Diffstat (limited to 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target5
1 files changed, 2 insertions, 3 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index e479a0783..63ccf11ff 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -6,7 +6,7 @@ $(eval $(call feature_enabled,MNG,-DWITH_MNG,-lmng,PNG/MNG/JNG (libmng)))
$(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG (libpng) ))
CFLAGS += -DATARI_USE_FREETYPE $(shell freetype-config --cflags)
-LDFLAGS += -lfreetype
+LDFLAGS += -lcflib -lfreetype
# define additional CFLAGS and LDFLAGS requirements for pkg-configed libs here
NETSURF_FEATURE_RSVG_CFLAGS := -DWITH_RSVG
@@ -39,8 +39,7 @@ S_ATARI := gui.c findfile.c filetype.c misc.c bitmap.c schedule.c \
plot.c plot/plotter.c plot/plotter_vdi.c plot/eddi.s \
plot/font_vdi.c plot/font_freetype.c plot/font_internal.c \
browser_win.c toolbar.c statusbar.c browser.c \
- global_evnt.c osspec.c dragdrop.c system_colour.c \
- nkccgc.c nkcc.s
+ global_evnt.c osspec.c dragdrop.c system_colour.c
S_ATARI := $(addprefix atari/,$(S_ATARI))