# # NetSurf build configuration example # # # To configure NetSurf's build options create a Makefile.config file. This is # an example Makefile.config. # # To see the available config options, look at Makefile.defaults # For example, by default, NetSurf builds with BMP support. If you # wish to disable this, then uncomment the following line. # override NETSURF_USE_BMP := NO # override NETSURF_USE_BMP := NO # override NETSURF_USE_GIF := NO TARGET = framebuffer override NETSURF_USE_MNG := NO override NETSURF_USE_PNG := YES override NETSURF_FB_FRONTEND := sdl # todo figure this out: override NETSURF_USE_LIBICONV_PLUG := NO override NETSURF_USE_ROSPRITE := NO override NETSURF_FB_FONTLIB := freetype override NETSURF_FB_RESPATH := /PROGDIR:Resources/ CFLAGS += -DFREETYPE_VERSION=400000 -m68020-60 WARNFLAGS = -W -Wundef -Wpointer-arith \ -Wcast-align -Wwrite-strings -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls \ -Wnested-externs -Wl,-t