From a36d24162e497c77c1ca8d60fd6caaeddedb4735 Mon Sep 17 00:00:00 2001 From: Martin Gallwey Date: Tue, 2 Oct 2001 21:32:51 +0000 Subject: #92664# comply with JSC's reccomended change --- package/util/makefile.mk | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'package/util') diff --git a/package/util/makefile.mk b/package/util/makefile.mk index ff55409fc79d..a9a7467dc64b 100644 --- a/package/util/makefile.mk +++ b/package/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: mtg $ $Date: 2001-04-27 14:56:07 $ +# last change: $Author: mtg $ $Date: 2001-10-02 22:32:51 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,7 +88,7 @@ LIB1FILES= \ SHL1TARGET=$(TARGET)$(MAJOR_VERSION) SHL1IMPLIB=i$(TARGET) -SHL1VERSIONMAP=exports.map +SHL1VERSIONMAP=$(SOLARENV)$/src$/component.map SHL1STDLIBS=\ $(CPPULIB) \ @@ -99,12 +99,7 @@ SHL1STDLIBS=\ SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1LIBS=$(LIB1TARGET) - -# --- Def-File --------------------------------------------------------- - DEF1NAME=$(SHL1TARGET) -DEF1EXPORTFILE=exports.dxp -DEF1DES=Package Lib # --- Targets ---------------------------------------------------------- -- cgit