From af90acc9981e770e33fcd14ff39fdd10d1d1eff4 Mon Sep 17 00:00:00 2001 From: Release Engineers Date: Fri, 6 Mar 2009 15:42:46 +0000 Subject: #i10000# missing librarys --- tools/bootstrp/addexes2/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/bootstrp/addexes2/makefile.mk b/tools/bootstrp/addexes2/makefile.mk index 064a98de1301..343dd39c8c71 100644 --- a/tools/bootstrp/addexes2/makefile.mk +++ b/tools/bootstrp/addexes2/makefile.mk @@ -43,7 +43,7 @@ TARGETTYPE=CUI APP1TARGET= mkunroll APP1OBJS= $(OBJ)$/mkfilt.obj -APP1STDLIBS= $(SALLIB) $(VOSLIB) $(TOOLSLIB) +APP1STDLIBS= $(SALLIB) $(VOSLIB) $(TOOLSLIB) $(BASEGFXLIB) $(UCBHELPERLIB) $(CPPULIB) $(COMPHELPERLIB) $(CPPUHELPERLIB) $(SALHELPERLIB) $(I18NISOLANGLIB) .IF "$(OS)"=="LINUX" APP1STDLIBS+=-lpthread .ENDIF -- cgit