From 2f945c680bf986a9fa691baae8a57b11cf4fc58f Mon Sep 17 00:00:00 2001 From: Juergen Schmidt Date: Wed, 14 Mar 2001 09:02:24 +0000 Subject: change VOSLIB to SALHELPERLIB --- registry/tools/makefile.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'registry/tools/makefile.mk') 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" -- cgit