diff options
author | Release Engineers <releng@openoffice.org> | 2009-03-06 15:42:46 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-03-06 15:42:46 +0000 |
commit | af90acc9981e770e33fcd14ff39fdd10d1d1eff4 (patch) | |
tree | 1af657632d44d45d979512b2bdbac9b0a8dfb9b1 /tools | |
parent | 7edbb9f42b65f032494325d107844b629f49a947 (diff) |
#i10000# missing librarys
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrp/addexes2/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |