diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-02-16 07:45:53 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-02-16 07:45:53 +0000 |
commit | ab42167942da53a7539758e12b67b7da5e890564 (patch) | |
tree | 19e8c4662d324872c9bed3e7d4a399d36ceaaca1 /sal/osl/all | |
parent | 635ee4a23505facfeaf906fd9404ee1be7325f45 (diff) |
#83737# feature for optional unloading of all previous loaded dlls added
Diffstat (limited to 'sal/osl/all')
-rw-r--r-- | sal/osl/all/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/osl/all/makefile.mk b/sal/osl/all/makefile.mk index efc4dc61ca3d..712f170f70ee 100644 --- a/sal/osl/all/makefile.mk +++ b/sal/osl/all/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obr $ $Date: 2000-11-06 12:41:31 $ +# last change: $Author: jbu $ $Date: 2001-02-16 08:44:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,6 +81,7 @@ MULTITHREAD_OBJ=TRUE SLOFILES= $(SLO)$/isocket.obj \ $(SLO)$/types.obj \ $(SLO)$/omutex.obj \ + $(SLO)$/logmodule.obj \ $(SLO)$/utility.obj @@ -88,6 +89,7 @@ SLOFILES= $(SLO)$/isocket.obj \ OBJFILES= $(OBJ)$/isocket.obj \ $(OBJ)$/types.obj \ $(OBJ)$/omutex.obj \ + $(OBJ)$/logmodule.obj \ $(OBJ)$/utility.obj #.ENDIF |