summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-13 01:17:25 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-13 01:17:25 +0000
commit42b6d78069fba7b44326114ded9e5c3232503fce (patch)
tree4975ad7ea2ebe5f3382b3fd802e2f0a8bacf9748 /src/Makefile
parentbc5c97ffa4396988cc21bb6685f4f0453353cc0a (diff)
downloadttf2f-42b6d78069fba7b44326114ded9e5c3232503fce.tar.gz
ttf2f-42b6d78069fba7b44326114ded9e5c3232503fce.tar.bz2
Port toolbox frontend to OSLib/OSLibSupport.
svn path=/trunk/tools/ttf2f/; revision=7491
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 2a26d4e..d331193 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,7 +4,9 @@ DIR_SOURCES := encoding.c ft.c glyphs.c intmetrics.c outlines.c utils.c
ifeq ($(FRONTEND),cli)
DIR_SOURCES := $(DIR_SOURCES) cli.c
else
-DIR_SOURCES := $(DIR_SOURCES) toolbox.c
+ ifeq ($(TARGET),riscos)
+ DIR_SOURCES := $(DIR_SOURCES) toolbox.c
+ endif
endif
include build/makefiles/Makefile.subdir