diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 14:03:03 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 14:03:03 +0000 |
commit | 3698e081e525198c2f115b560bdea0cfae3857f1 (patch) | |
tree | 576a65c542db6879e50c397fb93d8f6f4b2a7e2a /framework/util | |
parent | 39b5543e64eabe9c5382bb07a65d00423aea7262 (diff) |
INTEGRATION: CWS stclient (1.111.38); FILE MERGED
2007/06/28 13:50:18 as 1.111.38.1: #b6573281# new job to system-shell-exec binding
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 02bb63b7e10a..2d3e28797c26 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.113 $ +# $Revision: 1.114 $ # -# last change: $Author: ihi $ $Date: 2007-07-10 15:38:59 $ +# last change: $Author: ihi $ $Date: 2007-07-11 15:03:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,6 +63,7 @@ LIB1OBJFILES= \ $(SLO)$/itemcontainer.obj \ $(SLO)$/rootitemcontainer.obj \ $(SLO)$/constitemcontainer.obj \ + $(SLO)$/jobconst.obj \ $(SLO)$/propertysethelper.obj @@ -367,7 +368,8 @@ SHL5OBJS= \ $(SLO)$/helponstartup.obj \ $(SLO)$/tabwinfactory.obj \ $(SLO)$/tabwindow.obj \ - $(SLO)$/systemexec.obj \ + $(SLO)$/systemexec.obj \ + $(SLO)$/shelljob.obj \ $(SLO)$/register3rdcomponents.obj SHL5STDLIBS= \ |