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 | b7cd97528304cf765b4438ffc3bb00f49d40712a (patch) | |
tree | 981cb6780371ee5094d74dc53c60a10542853334 /framework/util | |
parent | b898d81c39204dd020393c04aefcbd9528afff89 (diff) |
Finally, gut the vos module out of the build
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/guiapps/makefile.mk | 1 | ||||
-rw-r--r-- | framework/util/makefile.mk | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/framework/util/guiapps/makefile.mk b/framework/util/guiapps/makefile.mk index efa5fc3fd8..c5f77714f2 100644 --- a/framework/util/guiapps/makefile.mk +++ b/framework/util/guiapps/makefile.mk @@ -52,7 +52,6 @@ DEPOBJFILES=$(APP1OBJS) APP1STDLIBS= $(CPPULIB) \ $(CPPUHELPERLIB) \ $(SALLIB) \ - $(VOSLIB) \ $(TOOLSLIB) \ $(SVTOOLLIB) \ $(TKLIB) \ diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 85dff0aab6..78c680f5ad 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -116,7 +116,6 @@ SHL1STDLIBS= \ $(SVTOOLLIB) \ $(SVLLIB) \ $(I18NISOLANGLIB) \ - $(VOSLIB) \ $(VCLLIB) \ $(TKLIB) \ $(CPPULIB) \ @@ -156,7 +155,6 @@ SHL2STDLIBS= \ $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ - $(VOSLIB) \ $(SALLIB) SHL2DEF= $(MISC)$/$(SHL2TARGET).def |