diff options
-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) |