From 061ebc34468c37d27524352de56faaf9df742556 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 15 Aug 2011 00:22:23 +0100 Subject: add a getToken wrapper for extracting a single token painlessly --- l10ntools/source/makefile.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'l10ntools/source/makefile.mk') diff --git a/l10ntools/source/makefile.mk b/l10ntools/source/makefile.mk index 5ab3c4fdf23c..50e9e3388f2b 100644 --- a/l10ntools/source/makefile.mk +++ b/l10ntools/source/makefile.mk @@ -77,6 +77,7 @@ APP1TARGET= transex3 APP1OBJS= $(OBJ)$/src_yy_wrapper.obj APP1STDLIBS+= \ $(TOOLSLIB) \ + $(COMPHELPERLIB) \ $(SALLIB) APP1LIBS+= $(LB)$/$(TARGET).lib APP1DEPN= $(OBJ)$/src_yy_wrapper.obj $(LB)$/$(TARGET).lib -- cgit