summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-14 09:02:24 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-14 09:02:24 +0000
commit2f945c680bf986a9fa691baae8a57b11cf4fc58f (patch)
treec120077bbab571c4dcd75a2575616bc652633808 /registry
parent2762fbd0738239157d4a72a209eff5cdd839be4c (diff)
change VOSLIB to SALHELPERLIB
Diffstat (limited to 'registry')
-rw-r--r--registry/tools/makefile.mk10
-rw-r--r--registry/util/makefile.mk6
2 files changed, 8 insertions, 8 deletions
diff --git a/registry/tools/makefile.mk b/registry/tools/makefile.mk
index 353d1f966539..4673f7d0816a 100644
--- a/registry/tools/makefile.mk
+++ b/registry/tools/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: jsc $ $Date: 2001-02-15 16:01:34 $
+# last change: $Author: jsc $ $Date: 2001-03-14 10:02:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -87,7 +87,7 @@ APP1OBJS= $(OBJ)$/regmerge.obj
APP1STDLIBS=\
$(SALLIB) \
- $(VOSLIB) \
+ $(SALHELPERLIB) \
$(REGLIB)
.IF "$(GUI)"=="WNT"
@@ -101,7 +101,7 @@ APP2OBJS= $(OBJ)$/regview.obj
APP2STDLIBS=\
$(SALLIB) \
- $(VOSLIB) \
+ $(SALHELPERLIB) \
$(REGLIB)
.IF "$(GUI)"=="WNT"
@@ -114,7 +114,7 @@ APP3OBJS= $(OBJ)$/regcompare.obj
APP3STDLIBS=\
$(SALLIB) \
- $(VOSLIB) \
+ $(SALHELPERLIB) \
$(REGLIB)
.IF "$(GUI)"=="WNT"
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)