diff options
author | Mathias Bauer <mba@openoffice.org> | 2000-09-28 10:24:03 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2000-09-28 10:24:03 +0000 |
commit | 3bf9ace8b9192a55f4cbc30b6de85fd269a0e83b (patch) | |
tree | 8e0fc6da01d3023f235a5dd2cfc38189510b1674 /unotools/util | |
parent | 5e88d914bdd43f173b0cbaee584b33ce1b4fc783 (diff) |
Cleanup, _Impl in Filter
Diffstat (limited to 'unotools/util')
-rw-r--r-- | unotools/util/makefile.mk | 32 |
1 files changed, 8 insertions, 24 deletions
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 |