diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-11 13:14:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-11 13:14:45 +0000 |
commit | 047be4e096a7f15ab5e871ce593343f8d560fa13 (patch) | |
tree | 637654433303465416791ffed1436cf89732aeb9 /framework | |
parent | 637b32bbfd7e941c36e1428eb8137b745f3f4802 (diff) |
INTEGRATION: CWS c05v001 (1.97.26); FILE MERGED
2005/09/29 09:27:30 as 1.97.26.1: #125916# new helper to forward URL's to the underlying OS
Diffstat (limited to 'framework')
-rw-r--r-- | framework/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 4da02a4cd657..6d0d87c3afd3 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.99 $ +# $Revision: 1.100 $ # -# last change: $Author: rt $ $Date: 2005-11-11 12:09:03 $ +# last change: $Author: kz $ $Date: 2005-11-11 14:14:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -348,6 +348,7 @@ SHL5IMPLIB= ifwm SHL5OBJS= \ $(SLO)$/helponstartup.obj \ + $(SLO)$/systemexec.obj \ $(SLO)$/register3rdcomponents.obj SHL5STDLIBS= \ |