diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-21 16:02:40 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:55:34 -0500 |
commit | 1df23c08d442cc3e5d3714b54b8d5ab73327b954 (patch) | |
tree | f8a92489802a454e2d3d4e5a5bcd9e47884ad294 /linguistic | |
parent | 119873328acd70ca3569c21a0b1fe36277e8bf4c (diff) |
Finally, gut the vos module out of the build
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/prj/build.lst | 2 | ||||
-rw-r--r-- | linguistic/source/makefile.mk | 1 | ||||
-rw-r--r-- | linguistic/workben/makefile.mk | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/linguistic/prj/build.lst b/linguistic/prj/build.lst index 57c332f6f3ea..8b17240c316d 100644 --- a/linguistic/prj/build.lst +++ b/linguistic/prj/build.lst @@ -1,4 +1,4 @@ -lg linguistic : svl xmloff ucbhelper vos comphelper ICU:icu NULL +lg linguistic : svl xmloff ucbhelper comphelper ICU:icu NULL lg linguistic usr1 - all lg_mkout NULL lg linguistic\prj get - all lg_prj NULL lg linguistic\inc nmake - all lg_inc NULL diff --git a/linguistic/source/makefile.mk b/linguistic/source/makefile.mk index 3f68afb30575..47c8ef334b88 100644 --- a/linguistic/source/makefile.mk +++ b/linguistic/source/makefile.mk @@ -65,7 +65,6 @@ SHL1STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ - $(VOSLIB) \ $(TOOLSLIB) \ $(I18NISOLANGLIB) \ $(SVLLIB) \ diff --git a/linguistic/workben/makefile.mk b/linguistic/workben/makefile.mk index 26cbb7ec8d65..6c04929d7b73 100644 --- a/linguistic/workben/makefile.mk +++ b/linguistic/workben/makefile.mk @@ -77,7 +77,6 @@ SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ - $(VOSLIB) \ $(TOOLSLIB) \ $(SVTOOLLIB) \ $(SVLLIB) \ |