diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-18 07:41:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-18 07:41:28 +0000 |
commit | f6d6690a3cca5c09a9e2408492acc44b28a02d3d (patch) | |
tree | c76ba3ea0f8bfe0c3eb1bf546621546786279071 /sw/source/ui | |
parent | 26c55d85d01f86710f6fdbe194119ffb04ce9b83 (diff) |
INTEGRATION: CWS cmcfixes11 (1.14.362); FILE MERGED
2005/07/14 16:22:46 cmc 1.14.362.1: #i51978# allow system boost
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/app/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/app/makefile.mk b/sw/source/ui/app/makefile.mk index a681f4e5d708..23adab6e2a2f 100644 --- a/sw/source/ui/app/makefile.mk +++ b/sw/source/ui/app/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: hr $ $Date: 2004-12-10 17:58:44 $ +# last change: $Author: obo $ $Date: 2005-07-18 08:41:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -109,6 +109,7 @@ EXCEPTIONSFILES= \ $(SLO)$/docst.obj \ $(SLO)$/swmodule.obj \ $(SLO)$/swmodul1.obj \ + $(SLO)$/apphdl.obj \ $(SLO)$/docsh2.obj LIB1TARGET= $(SLB)$/app.lib |