diff options
author | Release Engineers <releng@openoffice.org> | 2009-03-06 15:46:40 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-03-06 15:46:40 +0000 |
commit | 58ee7ef4c937ddde88ba92e3bd4045a06c74e0cd (patch) | |
tree | f80215f2575f2a455556e985c4e3622ea029456f /idl | |
parent | 4d5ec179be6361108685a23e64289aaa47d6eaa4 (diff) |
#i10000# missing librarys
Diffstat (limited to 'idl')
-rw-r--r-- | idl/util/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/idl/util/makefile.mk b/idl/util/makefile.mk index 8adebf865582..44dfbad666f1 100644 --- a/idl/util/makefile.mk +++ b/idl/util/makefile.mk @@ -52,6 +52,8 @@ APP1RPATH=NONE APP1STDLIBS= \ $(TOOLSLIB) \ + $(VOSLIB) \ + $(BASEGFXLIB) $(UCBHELPERLIB) $(CPPULIB) $(COMPHELPERLIB) $(CPPUHELPERLIB) $(SALHELPERLIB) $(I18NISOLANGLIB) \ $(SALLIB) APP1LIBS= $(LB)$/$(TARGET).lib |