diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-15 10:10:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-15 10:10:11 +0000 |
commit | b62fb9411dfdfcb4b46192ed29954d3ed2e0df7b (patch) | |
tree | fe6ecd54391cc6d99b185c065e4bcbdcdfab36c5 /automation/util | |
parent | 4e46e3320299b4c589a49c45a74cfb4c5fea2ac2 (diff) |
#i45006#, #i10000# Removed obsolete svmem.lib.
Diffstat (limited to 'automation/util')
-rw-r--r-- | automation/util/makefile.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/automation/util/makefile.mk b/automation/util/makefile.mk index 1d9c35d78f3c..c2a5b86520e1 100644 --- a/automation/util/makefile.mk +++ b/automation/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: vg $ $Date: 2005-03-23 15:48:46 $ +# last change: $Author: obo $ $Date: 2005-04-15 11:10:11 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,7 +92,6 @@ SHL1STDLIBS= \ $(CPPUHELPERLIB) \ $(CPPULIB) \ $(COMPHELPERLIB) \ - $(SVMEMLIB) \ $(SOTLIB) \ $(VOSLIB) @@ -132,7 +131,6 @@ APP1STDLIBS+= \ $(SVTOOLLIB) \ $(SVLLIB) \ $(SVLIB) \ - $(SVMEMLIB) \ $(SALLIB) \ $(SJLIB) \ $(VOSLIB) \ @@ -203,7 +201,6 @@ APP3STDLIBS= \ $(TOOLSLIB) \ $(SVTOOLLIB) \ $(SVLIB) \ - $(SVMEMLIB) \ $(SJLIB) \ $(SO2LIB) .IF "$(GUI)"=="UNX" |