diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-03-14 09:02:24 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-03-14 09:02:24 +0000 |
commit | 2f945c680bf986a9fa691baae8a57b11cf4fc58f (patch) | |
tree | c120077bbab571c4dcd75a2575616bc652633808 /registry/util | |
parent | 2762fbd0738239157d4a72a209eff5cdd839be4c (diff) |
change VOSLIB to SALHELPERLIB
Diffstat (limited to 'registry/util')
-rw-r--r-- | registry/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/util/makefile.mk b/registry/util/makefile.mk index 6c741510dd9c..44dc8240d438 100644 --- a/registry/util/makefile.mk +++ b/registry/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: jsc $ $Date: 2001-02-27 12:44:35 $ +# last change: $Author: jsc $ $Date: 2001-03-14 10:02:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,8 +93,8 @@ LIB1FILES= $(SLB)$/$(TARGET)cpp.lib SHL1TARGET= $(REGISTRY_TARGET)$(REGISTRY_MAJOR) SHL1IMPLIB= ireg SHL1STDLIBS= \ - $(VOSLIB) \ $(SALLIB) \ + $(SALHELPERLIB) \ $(STORELIB) \ $(LIBCIMT) |