diff options
author | Matthias Huetsch <mhu@openoffice.org> | 2001-10-15 05:56:37 +0000 |
---|---|---|
committer | Matthias Huetsch <mhu@openoffice.org> | 2001-10-15 05:56:37 +0000 |
commit | b6e1169bff715277eeb82e114a267917e1727b69 (patch) | |
tree | eeb3bcff3554d893446015801970e21e01598af5 /tools/unx | |
parent | 39262abd9a1f88ba5a17a296c0cc3dffb1d91cff (diff) |
#92552# Adapted to use rtl memory management.
Diffstat (limited to 'tools/unx')
-rw-r--r-- | tools/unx/source/dll/makefile.mk | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/tools/unx/source/dll/makefile.mk b/tools/unx/source/dll/makefile.mk index 1144bbd359a2..ff40aa108557 100644 --- a/tools/unx/source/dll/makefile.mk +++ b/tools/unx/source/dll/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:03:10 $ +# last change: $Author: mhu $ $Date: 2001-10-15 06:55:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,14 +73,11 @@ TARGET=dll # --- Files -------------------------------------------------------- -CXXFILES= memmgr.cxx \ - toolsdll.cxx +CXXFILES= toolsdll.cxx -SLOFILES= $(SLO)$/memmgr.obj \ - $(SLO)$/toolsdll.obj +SLOFILES= $(SLO)$/toolsdll.obj -OBJFILES= $(OBJ)$/toolsdll.obj \ - $(OBJ)$/memmgr.obj +OBJFILES= $(OBJ)$/toolsdll.obj # --- Targets ------------------------------------------------------ |