From d408eb0e18944b5a58920fa6edb0e65f08ada481 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Thu, 26 Jul 2012 00:49:33 +0200 Subject: Added option comments --- Makefile.defaults | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index 74426d9f9..134795649 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -372,13 +372,19 @@ ifeq ($(TARGET),atari) NETSURF_USE_MNG := NO # enable true type fonts via freetype2 + # Valid options: YES, NO NETSURF_USE_ATARI_FREETYPE_FONT := YES # Enable use of netsurf embedded font + # Valid options: YES, NO NETSURF_USE_ATARI_NETSURF_FONT := YES + # Configure support for screen drivers with no true colour mode + # Valid options: YES, NO NETSURF_USE_ATARI_8BPP_SUPPORT := NO + # Configure the CPU target + # Valid options: 68000, 68020-60, 5475 (coldfire) ATARI_ARCH = 68020-60 # enable optimizations -- cgit v1.2.3