summaryrefslogtreecommitdiff
path: root/registry/tools/makefile.mk
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/tools/makefile.mk
parent2762fbd0738239157d4a72a209eff5cdd839be4c (diff)
change VOSLIB to SALHELPERLIB
Diffstat (limited to 'registry/tools/makefile.mk')
-rw-r--r--registry/tools/makefile.mk10
1 files changed, 5 insertions, 5 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"