diff options
author | Carsten Driesner <cd@openoffice.org> | 2002-11-01 13:49:58 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2002-11-01 13:49:58 +0000 |
commit | e54a86ab482bc9cf1e7d1b0fdf8daafe26e359c8 (patch) | |
tree | c1a4785a8a14eabd29e23a4d02de249660e64395 /desktop/util/makefile.mk | |
parent | 40229c1d89f2b6e9114e5a2ea4ff78c1f09eb2a4 (diff) |
#102708# Remove BUILD_SOSL and source code restructuring
Diffstat (limited to 'desktop/util/makefile.mk')
-rw-r--r-- | desktop/util/makefile.mk | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index 07f5667e96f0..85dc9d68e135 100644 --- a/desktop/util/makefile.mk +++ b/desktop/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.23 $ +# $Revision: 1.24 $ # -# last change: $Author: obo $ $Date: 2002-10-24 15:44:21 $ +# last change: $Author: cd $ $Date: 2002-11-01 14:46:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -145,7 +145,10 @@ APP1OBJS= \ $(OBJ)$/ssoinit.obj \ $(OBJ)$/configinit.obj \ $(OBJ)$/officeipcmanager.obj \ - $(OBJ)$/javainteractionhandler.obj + $(OBJ)$/javainteractionhandler.obj \ + $(OBJ)$/oempreload.obj \ + $(OBJ)$/testtool.obj \ + $(OBJ)$/checkinstall.obj APP1DEF= $(MISCX)$/$(TARGET).def @@ -244,7 +247,10 @@ SLOFILES = \ $(SLO)$/ssoinit.obj \ $(SLO)$/configinit.obj \ $(SLO)$/officeipcmanager.obj \ - $(SLO)$/javainteractionhandler.obj + $(SLO)$/javainteractionhandler.obj \ + $(SLO)$/oempreload.obj \ + $(SLO)$/testtool.obj \ + $(SLO)$/checkinstall.obj SHL1OBJS= $(SLOFILES) SHL1TARGET= dsk$(UPD)$(DLLPOSTFIX) |