diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-16 00:05:16 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-16 00:05:16 +0200 |
commit | fb6f5ee5ee09d9f281f2989dc43eba4fcda1d64e (patch) | |
tree | c886d2921470336d9e0c156c8782ec0c9abbe7a9 /lingucomponent | |
parent | 1dabbee147229251ea4bc4ef416c45875e17b090 (diff) |
#i103496#: split svtools; improve ConfitItems
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/prj/build.lst | 2 | ||||
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/makefile.mk | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lingucomponent/prj/build.lst b/lingucomponent/prj/build.lst index 46272c68b69f..65e8459bea3f 100644 --- a/lingucomponent/prj/build.lst +++ b/lingucomponent/prj/build.lst @@ -1,4 +1,4 @@ -lc lingucomponent : linguistic libtextcat svtools hyphen HUNSPELL:hunspell NULL +lc lingucomponent : linguistic libtextcat svl hyphen HUNSPELL:hunspell NULL lc lingucomponent usr1 - all lc_mkout NULL lc lingucomponent\inc nmake - all lc_inc NULL lc lingucomponent\source\lingutil nmake - all lc_util lc_inc NULL diff --git a/lingucomponent/source/spellcheck/macosxspell/makefile.mk b/lingucomponent/source/spellcheck/macosxspell/makefile.mk index ac3ac3b7d3a0..e4bf1d88d220 100644 --- a/lingucomponent/source/spellcheck/macosxspell/makefile.mk +++ b/lingucomponent/source/spellcheck/macosxspell/makefile.mk @@ -71,9 +71,7 @@ SHL1STDLIBS= \ $(CPPUHELPERLIB) \ $(VOSLIB) \ $(TOOLSLIB) \ - $(SVTOOLLIB) \ $(SVLLIB) \ - $(VCLLIB) \ $(SALLIB) \ $(UCBHELPERLIB) \ $(UNOTOOLSLIB) \ |