diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-07 15:15:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-07 15:15:55 +0000 |
commit | 09d9ef032d2d895d7dcf9791cf26479f72d087f7 (patch) | |
tree | c2b92743c17038d95dfcaef911e206c90ddf70e5 /forms/util | |
parent | 61982665ae647e11a19ac0ab505621355a0cd7dc (diff) |
INTEGRATION: CWS frmcontrols03 (1.7.92); FILE MERGED
2004/04/28 11:57:28 fs 1.7.92.2: RESYNC: (1.7-1.8); FILE MERGED
2004/02/18 15:32:53 fs 1.7.92.1: #i24387# new directory: source/richtext
Diffstat (limited to 'forms/util')
-rw-r--r-- | forms/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/forms/util/makefile.mk b/forms/util/makefile.mk index dbe0620a3b35..da876ac6411e 100644 --- a/forms/util/makefile.mk +++ b/forms/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: hr $ $Date: 2004-04-13 11:21:14 $ +# last change: $Author: rt $ $Date: 2004-05-07 16:15:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,7 +82,8 @@ LIB1FILES=\ $(SLB)$/component.lib \ $(SLB)$/helper.lib \ $(SLB)$/solarcomponent.lib \ - $(SLB)$/solarcontrol.lib + $(SLB)$/solarcontrol.lib \ + $(SLB)$/richtext.lib SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) |