diff options
Diffstat (limited to 'linguistic/source/makefile.mk')
-rw-r--r-- | linguistic/source/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/linguistic/source/makefile.mk b/linguistic/source/makefile.mk index a6f9d266d095..bdf0b297d2f2 100644 --- a/linguistic/source/makefile.mk +++ b/linguistic/source/makefile.mk @@ -68,16 +68,15 @@ SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ + $(COMPHELPERLIB) \ $(VOSLIB) \ $(TOOLSLIB) \ $(I18NISOLANGLIB) \ - $(SVTOOLLIB) \ - $(SVLLIB) \ - $(VCLLIB) \ + $(SVLLIB) \ $(SALLIB) \ + $(XMLOFFLIB) \ $(UCBHELPERLIB) \ $(UNOTOOLSLIB) \ - $(XMLOFFLIB) \ $(ICUUCLIB) # build DLL |