diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-21 17:34:55 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:55:38 -0500 |
commit | ab9eecc53a6f87ccb6004e21c44d73b5f6e1ec1f (patch) | |
tree | 42ec37a9189f66555e40ab854fd0f18a4776aee1 /vcl/util/makefile.mk | |
parent | 08be4cfe51342b5b08511951b9c5ff13b3eeee8d (diff) |
Finally, gut the vos module out of the build
Diffstat (limited to 'vcl/util/makefile.mk')
-rw-r--r-- | vcl/util/makefile.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index a5d868913627..20723bf7ada8 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -176,7 +176,6 @@ SHL1STDLIBS+=\ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ - $(VOSLIB) \ $(SALLIB) \ $(BASEGFXLIB) \ $(ICUUCLIB) \ @@ -301,7 +300,6 @@ SHL2STDLIBS=\ $(I18NPAPERLIB) \ $(I18NISOLANGLIB) \ $(TOOLSLIB) \ - $(VOSLIB) \ $(BASEGFXLIB) \ $(UNOTOOLSLIB) \ $(COMPHELPERLIB) \ @@ -381,7 +379,6 @@ SHL4STDLIBS+=\ $(TOOLSLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ - $(VOSLIB) \ $(SALLIB) \ $(X11LINK_DYNAMIC) @@ -410,7 +407,6 @@ SHL5STDLIBS+=-l$(SHL2TARGET) SHL5STDLIBS+=\ $(VCLLIB) \ $(TOOLSLIB) \ - $(VOSLIB) \ $(SALLIB) \ $(X11LINK_DYNAMIC) @@ -440,7 +436,6 @@ SHL6STDLIBS+=\ $(VCLLIB) \ $(PSPLIB) \ $(TOOLSLIB) \ - $(VOSLIB) \ $(SALLIB) \ $(X11LINK_DYNAMIC) |