From 3bf9ace8b9192a55f4cbc30b6de85fd269a0e83b Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Thu, 28 Sep 2000 10:24:03 +0000 Subject: Cleanup, _Impl in Filter --- unotools/util/makefile.mk | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) (limited to 'unotools/util') diff --git a/unotools/util/makefile.mk b/unotools/util/makefile.mk index 341dac17810b..0c710314e3d7 100644 --- a/unotools/util/makefile.mk +++ b/unotools/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: mba $ $Date: 2000-09-27 12:28:24 $ +# last change: $Author: mba $ $Date: 2000-09-28 11:24:03 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,6 +86,7 @@ LIB1FILES=\ $(SLB)$/evtattmgr.lib \ $(SLB)$/config.lib \ $(SLB)$/container.lib \ + $(SLB)$/ucbhelp.lib \ $(SLB)$/procfact.lib # NETBSD: somewhere we have to instantiate the static data members. @@ -110,35 +111,18 @@ SHL1STDLIBS= \ SHL1LIBS=$(LIB1TARGET) SHL1DEF=$(MISC)$/$(SHL1TARGET).def -DEF1EXPORTFILE=$(TARGET).dxp SHL1DEPN=$(LIB1TARGET) +DEF1NAME =$(SHL1TARGET) +DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt +DEFLIB1NAME =untools +DEF1DES =unotools + # --- Targets ---------------------------------- .INCLUDE : target.mk -# === .def file ========================================================== -# --- W32 ---------------------------------------------------------------- - -.IF "$(GUI)" == "WNT" - -$(MISC)$/$(SHL1TARGET).def: $(MISC)$/$(SHL1TARGET).flt makefile.mk - @echo ------------------------------ - @echo Making: $@ - @echo LIBRARY $(SHL1TARGET) >$@ - @echo DESCRIPTION 'UTL' >>$@ - @echo DATA READWRITE NONSHARED >>$@ - @echo EXPORTS >>$@ - $(LIBMGR) -EXTRACT:/ /OUT:$(TARGET).exp $(LIB1TARGET) - @$(LDUMP) -E20 -F$(MISC)$/$(SHL1TARGET).flt $(TARGET).exp >>$@ - +-del $(TARGET).exp - -.ENDIF - - -# --- Allgemein ---------------------------------------------------------- - # --- Filter-Datei --- $(MISC)$/$(SHL1TARGET).flt: makefile.mk -- cgit v1.2.3