diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-10-02 21:32:51 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-10-02 21:32:51 +0000 |
commit | a36d24162e497c77c1ca8d60fd6caaeddedb4735 (patch) | |
tree | 86307e1b789a280395e9397eb4d4947c3ec73ea0 /package/util | |
parent | 04c9953047af2c98e1b84a6a81d6cad86d4abae7 (diff) |
#92664# comply with JSC's reccomended change
Diffstat (limited to 'package/util')
-rw-r--r-- | package/util/makefile.mk | 11 |
1 files changed, 3 insertions, 8 deletions
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 ---------------------------------------------------------- |