diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-06-07 09:03:23 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-06-07 09:03:23 +0000 |
commit | e2b8c022a545953392d16e96ed70777bdda9fdbd (patch) | |
tree | 087d1012c0a63dabf6e2511fa7323af10a2b3b44 /sal/rtl/source/makefile.mk | |
parent | 2d455f3ea66addf0b6c55b2ef73df4826a2150f0 (diff) |
67468
Diffstat (limited to 'sal/rtl/source/makefile.mk')
-rw-r--r-- | sal/rtl/source/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk index 2df3a0400590..578f1d058aeb 100644 --- a/sal/rtl/source/makefile.mk +++ b/sal/rtl/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: jbu $ $Date: 2001-05-17 09:01:51 $ +# last change: $Author: jl $ $Date: 2001-06-07 10:03:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -97,7 +97,8 @@ SLOFILES= $(SLO)$/alloc.obj \ $(SLO)$/byteseq.obj \ $(SLO)$/uri.obj \ $(SLO)$/bootstrap.obj \ - $(SLO)$/cmdargs.obj + $(SLO)$/cmdargs.obj \ + $(SLO)$/unload.obj #.IF "$(UPDATER)"=="YES" OBJFILES= $(OBJ)$/alloc.obj \ @@ -117,7 +118,8 @@ OBJFILES= $(OBJ)$/alloc.obj \ $(OBJ)$/byteseq.obj \ $(OBJ)$/uri.obj \ $(OBJ)$/bootstrap.obj \ - $(OBJ)$/cmdargs.obj + $(OBJ)$/cmdargs.obj \ + $(OBJ)$/unload.obj #.ENDIF .ENDIF |